1. a6b1b3b Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  2. 13ce2d9 efi_loader: carve out efi_get_memory_map_alloc() by Heinrich Schuchardt · 1 year, 11 months ago
  3. 75272c0 cmd: avoid endless loop in sound play command by Heinrich Schuchardt · 1 year, 11 months ago
  4. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  5. 7d9733c cmd: source: Clean up a few lines by Sean Anderson · 2 years ago
  6. 34aa075 cmd: net: wget: fix Kconfig dependency by Michael Walle · 1 year, 11 months ago
  7. 7662736 global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG by Tom Rini · 2 years ago
  8. 0d5392d global: Migrate CONFIG_RAMDISK_ADDR to CFG by Tom Rini · 2 years ago
  9. e510a3f global: Migrate CONFIG_POSTBOOTMENU to CFG by Tom Rini · 2 years ago
  10. 4079115 Convert CONFIG_THOR_RESET_OFF to Kconfig by Tom Rini · 2 years ago
  11. 6da96a1 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · 2 years ago
  12. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  13. c8883b0 eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null key by Masahisa Kojima · 2 years ago
  14. 68e698b eficonfig: avoid SetVariable between GetNextVariableName calls by Masahisa Kojima · 2 years ago
  15. 7ec3c6f eficonfig: carve out efi_get_next_variable_name_int calls by Masahisa Kojima · 2 years ago
  16. d5f527a cmd: allow sound command to play multiple sounds by Heinrich Schuchardt · 2 years ago
  17. b281fd0 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years ago
  18. 6b60f68 cmd: mtd: check if a block has to be skipped or erased by Dario Binacchi · 2 years, 1 month ago
  19. 14e425d cmd: nand: Extend nand info to print ecc information by Michael Trimarchi · 2 years, 2 months ago
  20. 68fc04c net: Remove eth_legacy.c by Tom Rini · 2 years ago
  21. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  22. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  23. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  24. 0a2bac7 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 2 years ago
  25. e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
  26. 12b95ae net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
  27. b250c94 cmd: fix long text for sound command by Heinrich Schuchardt · 2 years ago
  28. d414f57 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 2 years ago
  29. 2f407f0 efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 2 years ago
  30. f2d191a eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 2 years ago
  31. 5d13e9d eficonfig: fix going one directory up issue by Masahisa Kojima · 2 years ago
  32. 296b55c efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 2 years ago
  33. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  34. 36ce43b cmd: fix dependency for CMD_CLS by John Keeping · 2 years ago
  35. 63d3d97 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 4 months ago
  36. 0b42549 cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 2 years, 1 month ago
  37. c3f260a eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · 2 years ago
  38. cbdbcb4 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · 2 years ago
  39. a75c8c9 eficonfig: use protocol interface for file selection by Masahisa Kojima · 2 years ago
  40. 3360183a eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · 2 years ago
  41. 5c9c2fc eficonfig: refactor change boot order implementation by Masahisa Kojima · 2 years ago
  42. 6be1d1f eficonfig: expose append entry function by Masahisa Kojima · 2 years ago
  43. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · 2 years ago
  44. 036f799 eficonfig: fix missing variable initialization by Masahisa Kojima · 2 years, 1 month ago
  45. 719039c cmd: remove superfluous if in eficonfig_edit_boot_option by Heinrich Schuchardt · 2 years, 1 month ago
  46. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  47. 5a70f17 Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · 2 years, 1 month ago
  48. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  49. 25a52c5 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years, 1 month ago
  50. 76afe2f cmd: eeprom: don't truncate target address at 32-bit by Baruch Siach · 2 years, 1 month ago
  51. 85c2aa8 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years, 1 month ago
  52. 0f951fd FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  53. c017c52 vbe: Add a command to show the VBE state by Simon Glass · 2 years, 1 month ago
  54. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  55. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  56. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  57. fae8560 video: Drop CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  58. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  59. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  60. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  61. de368f8 video: Move bmp_display() prototype to video.h by Simon Glass · 2 years, 1 month ago
  62. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago
  63. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 2 years, 1 month ago
  64. 9e972c3 video: Add commands to list and change fonts by Simon Glass · 2 years, 2 months ago
  65. a8173bc video: Enable the cls command by default by Simon Glass · 2 years, 2 months ago
  66. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · 2 years, 2 months ago
  67. 91c96fe dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years, 2 months ago
  68. a58e246 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 1 month ago
  69. 96dad64 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · 2 years, 2 months ago
  70. cb25410 cmd: bcb: select user(0) hwpart in __bcb_load() by Mattijs Korpershoek · 2 years, 2 months ago
  71. c3947ad qfw: return failure when no kernel could be loaded by Andre Przywara · 2 years, 2 months ago
  72. a224aa1 qfw: store loaded file size in environment variable by Andre Przywara · 2 years, 2 months ago
  73. feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 4 months ago
  74. 09131ac Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 1 month ago
  75. 5edb2c3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 1 month ago
  76. 2396ca7 cmd/sbi: user friendly short texts by Heinrich Schuchardt · 2 years, 2 months ago
  77. a375178 cmd/sbi: error message for failure to get spec version by Heinrich Schuchardt · 2 years, 2 months ago
  78. 933c6f3 cmd/sbi: format RustSBI version number by Heinrich Schuchardt · 2 years, 2 months ago
  79. 3f5873f sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · 2 years, 3 months ago
  80. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · 2 years, 2 months ago
  81. 975dd8a bootm: Drop #ifdef from do_bootm() by Simon Glass · 2 years, 2 months ago
  82. 1b89370 bootm: Avoid returning error codes from command by Simon Glass · 2 years, 2 months ago
  83. 1d524ae cmd: List all uclass devices regardless of probe error by Michal Suchanek · 2 years, 2 months ago
  84. 7e05279 efi_loader: remove efi_delete_handle on loadfile2 by Ilias Apalodimas · 2 years, 2 months ago
  85. f312087 cmd: simplify efidebug by Heinrich Schuchardt · 2 years, 2 months ago
  86. 9395eb9 cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes by Pali Rohár · 2 years, 3 months ago
  87. 99e6fde cmd: add temperature command by Robert Marko · 2 years, 3 months ago
  88. f841bb8 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
  89. 11827c4 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
  90. 1d40e98 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 2 months ago
  91. e9621d8 usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 2 months ago
  92. f519da3 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · 2 years, 2 months ago
  93. 3e2c20f cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · 2 years, 2 months ago
  94. d16463a cmd: simplify command efidebug by Heinrich Schuchardt · 2 years, 2 months ago
  95. 412f9ec cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · 2 years, 2 months ago
  96. db9361b cmd: simplify do_env_set_efi() by Heinrich Schuchardt · 2 years, 2 months ago
  97. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  98. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  99. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  100. fae1228 pci: Remove duplicate PCI_REGION_IO / "io" line by Pali Rohár · 2 years, 3 months ago