1. a93282c eficonfig: add vertical scroll support by Masahisa Kojima · 1 year, 10 months ago
  2. b3a96ee eficonfig: refactor change boot order implementation by Masahisa Kojima · 1 year, 10 months ago
  3. fc811d1 eficonfig: refactor eficonfig_process_common function by Masahisa Kojima · 1 year, 10 months ago
  4. cffb3ba cmd: fix mtest on 64 bit systems by Heinrich Schuchardt · 1 year, 10 months ago
  5. d2659a3 cmd: fix return code of 'sf erase' by Heinrich Schuchardt · 1 year, 11 months ago
  6. c6f864e cmd: simplify do_spi_flash() by Heinrich Schuchardt · 1 year, 11 months ago
  7. b555e36 cmd: fix return code of 'sf write' and 'sf read' by Heinrich Schuchardt · 1 year, 11 months ago
  8. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · 1 year, 10 months ago
  9. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · 1 year, 10 months ago
  10. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · 1 year, 10 months ago
  11. 5e50858 extension: Refactor to allow non-command usage by Simon Glass · 1 year, 10 months ago
  12. a21e775 bootstd: Use hunters when scanning for bootflows by Simon Glass · 1 year, 10 months ago
  13. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · 1 year, 10 months ago
  14. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · 1 year, 10 months ago
  15. 31ef394 net: Add a function to run dhcp by Simon Glass · 1 year, 10 months ago
  16. 1248d2b bootstd: Support running bootdev hunters by Simon Glass · 1 year, 10 months ago
  17. 5acb97a bootstd: Add the concept of a bootdev hunter by Simon Glass · 1 year, 10 months ago
  18. bbbd018 vbe: Avoid a build failure when bloblist is not enabled by Simon Glass · 1 year, 10 months ago
  19. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
  20. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  21. 0359a09 cmd: part: Add partition-related type command by Enric Balletbo i Serra · 1 year, 11 months ago
  22. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 10 months ago
  23. 5c0b032 cmd: event: Remove additional event description by Michal Simek · 1 year, 10 months ago
  24. 0a2f6a3 bootstd: Support creating a boot menu by Simon Glass · 1 year, 11 months ago
  25. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · 1 year, 11 months ago
  26. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · 1 year, 11 months ago
  27. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · 1 year, 11 months ago
  28. daee3ba image: Move common image code to image_board and command by Simon Glass · 1 year, 11 months ago
  29. ac9853e image: Add a function to find a script in an image by Simon Glass · 1 year, 11 months ago
  30. 9d8d387 menu: Make use of CLI character processing by Simon Glass · 1 year, 11 months ago
  31. f1d3c8e menu: Update bootmenu_loop() to return the code by Simon Glass · 1 year, 11 months ago
  32. 81544c4 menu: Update bootmenu_autoboot_loop() to return the code by Simon Glass · 1 year, 11 months ago
  33. 05ecdf8 menu: Rename KEY_... to BKEY_... by Simon Glass · 1 year, 11 months ago
  34. a3f5ff2 cmd: spi: Judge the number of added parameters by chenzhipeng · 2 years ago
  35. fd09932 cmd: exit: Fix return value propagation out of environment scripts by Marek Vasut · 2 years ago
  36. f82f9e4 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years ago
  37. 588ea36 cmd: change the return value when argc error by Shenlin Liang · 2 years ago
  38. 1e8e828 cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years ago
  39. a6b1b3b Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  40. 13ce2d9 efi_loader: carve out efi_get_memory_map_alloc() by Heinrich Schuchardt · 1 year, 11 months ago
  41. 75272c0 cmd: avoid endless loop in sound play command by Heinrich Schuchardt · 1 year, 11 months ago
  42. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  43. 7d9733c cmd: source: Clean up a few lines by Sean Anderson · 2 years ago
  44. 34aa075 cmd: net: wget: fix Kconfig dependency by Michael Walle · 1 year, 11 months ago
  45. 7662736 global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG by Tom Rini · 2 years ago
  46. 0d5392d global: Migrate CONFIG_RAMDISK_ADDR to CFG by Tom Rini · 2 years ago
  47. e510a3f global: Migrate CONFIG_POSTBOOTMENU to CFG by Tom Rini · 2 years ago
  48. 4079115 Convert CONFIG_THOR_RESET_OFF to Kconfig by Tom Rini · 2 years ago
  49. 6da96a1 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · 2 years ago
  50. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  51. c8883b0 eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null key by Masahisa Kojima · 2 years ago
  52. 68e698b eficonfig: avoid SetVariable between GetNextVariableName calls by Masahisa Kojima · 2 years ago
  53. 7ec3c6f eficonfig: carve out efi_get_next_variable_name_int calls by Masahisa Kojima · 2 years ago
  54. d5f527a cmd: allow sound command to play multiple sounds by Heinrich Schuchardt · 2 years ago
  55. b281fd0 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years ago
  56. 6b60f68 cmd: mtd: check if a block has to be skipped or erased by Dario Binacchi · 2 years, 1 month ago
  57. 14e425d cmd: nand: Extend nand info to print ecc information by Michael Trimarchi · 2 years, 2 months ago
  58. 68fc04c net: Remove eth_legacy.c by Tom Rini · 2 years ago
  59. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  60. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  61. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  62. 0a2bac7 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 2 years ago
  63. e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
  64. 12b95ae net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
  65. b250c94 cmd: fix long text for sound command by Heinrich Schuchardt · 2 years ago
  66. d414f57 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 2 years ago
  67. 2f407f0 efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 2 years ago
  68. f2d191a eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 2 years ago
  69. 5d13e9d eficonfig: fix going one directory up issue by Masahisa Kojima · 2 years ago
  70. 296b55c efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 2 years ago
  71. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  72. 36ce43b cmd: fix dependency for CMD_CLS by John Keeping · 2 years ago
  73. 63d3d97 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 4 months ago
  74. 0b42549 cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 2 years ago
  75. c3f260a eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · 2 years ago
  76. cbdbcb4 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · 2 years ago
  77. a75c8c9 eficonfig: use protocol interface for file selection by Masahisa Kojima · 2 years ago
  78. 3360183a eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · 2 years ago
  79. 5c9c2fc eficonfig: refactor change boot order implementation by Masahisa Kojima · 2 years ago
  80. 6be1d1f eficonfig: expose append entry function by Masahisa Kojima · 2 years ago
  81. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · 2 years ago
  82. 036f799 eficonfig: fix missing variable initialization by Masahisa Kojima · 2 years ago
  83. 719039c cmd: remove superfluous if in eficonfig_edit_boot_option by Heinrich Schuchardt · 2 years, 1 month ago
  84. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  85. 5a70f17 Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · 2 years, 1 month ago
  86. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  87. 25a52c5 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years, 1 month ago
  88. 76afe2f cmd: eeprom: don't truncate target address at 32-bit by Baruch Siach · 2 years, 1 month ago
  89. 85c2aa8 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years, 1 month ago
  90. 0f951fd FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  91. c017c52 vbe: Add a command to show the VBE state by Simon Glass · 2 years, 1 month ago
  92. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  93. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  94. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  95. fae8560 video: Drop CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  96. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  97. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  98. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  99. de368f8 video: Move bmp_display() prototype to video.h by Simon Glass · 2 years, 1 month ago
  100. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago