1. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  2. eff4440 efi_loader: carve out efi_get_memory_map_alloc() by Heinrich Schuchardt · 1 year, 9 months ago
  3. 532952f cmd: avoid endless loop in sound play command by Heinrich Schuchardt · 1 year, 9 months ago
  4. bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 1 year, 9 months ago
  5. c4f5738 cmd: source: Clean up a few lines by Sean Anderson · 1 year, 9 months ago
  6. 20422d6 cmd: net: wget: fix Kconfig dependency by Michael Walle · 1 year, 9 months ago
  7. d8964b3 global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG by Tom Rini · 1 year, 10 months ago
  8. d4c8dd1 global: Migrate CONFIG_RAMDISK_ADDR to CFG by Tom Rini · 1 year, 10 months ago
  9. 2adbb29 global: Migrate CONFIG_POSTBOOTMENU to CFG by Tom Rini · 1 year, 10 months ago
  10. 60910a3 Convert CONFIG_THOR_RESET_OFF to Kconfig by Tom Rini · 1 year, 10 months ago
  11. 1353b25 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · 1 year, 10 months ago
  12. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 1 year, 9 months ago
  13. ad50ca5 eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null key by Masahisa Kojima · 1 year, 9 months ago
  14. 6455027 eficonfig: avoid SetVariable between GetNextVariableName calls by Masahisa Kojima · 1 year, 9 months ago
  15. ce32708 eficonfig: carve out efi_get_next_variable_name_int calls by Masahisa Kojima · 1 year, 9 months ago
  16. ea58b9a cmd: allow sound command to play multiple sounds by Heinrich Schuchardt · 1 year, 9 months ago
  17. 8b83d54 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 1 year, 10 months ago
  18. d09807a cmd: mtd: check if a block has to be skipped or erased by Dario Binacchi · 1 year, 11 months ago
  19. 308bd74 cmd: nand: Extend nand info to print ecc information by Michael Trimarchi · 2 years ago
  20. e524f3a net: Remove eth_legacy.c by Tom Rini · 1 year, 10 months ago
  21. 14f2d08 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 10 months ago
  22. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 10 months ago
  23. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 10 months ago
  24. cdc5ed8 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 1 year, 10 months ago
  25. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 10 months ago
  26. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 1 year, 10 months ago
  27. ff414fc cmd: fix long text for sound command by Heinrich Schuchardt · 1 year, 10 months ago
  28. 140a895 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 1 year, 10 months ago
  29. 3ac026a efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 1 year, 10 months ago
  30. 78b1ccc eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 1 year, 10 months ago
  31. c67d3c9 eficonfig: fix going one directory up issue by Masahisa Kojima · 1 year, 10 months ago
  32. 1a12796 efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 1 year, 10 months ago
  33. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  34. 2fdc4c0 cmd: fix dependency for CMD_CLS by John Keeping · 1 year, 10 months ago
  35. 1853811 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 2 months ago
  36. 7dfcf2a cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 1 year, 10 months ago
  37. d0f9ae3 eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · 1 year, 10 months ago
  38. c3b5af6 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · 1 year, 10 months ago
  39. 21faf4e eficonfig: use protocol interface for file selection by Masahisa Kojima · 1 year, 10 months ago
  40. d656611 eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · 1 year, 10 months ago
  41. d571f9b eficonfig: refactor change boot order implementation by Masahisa Kojima · 1 year, 10 months ago
  42. 8961e93 eficonfig: expose append entry function by Masahisa Kojima · 1 year, 10 months ago
  43. a84040a eficonfig: refactor file selection handling by Masahisa Kojima · 1 year, 10 months ago
  44. 1167e88 eficonfig: fix missing variable initialization by Masahisa Kojima · 1 year, 10 months ago
  45. 3d595ac cmd: remove superfluous if in eficonfig_edit_boot_option by Heinrich Schuchardt · 1 year, 11 months ago
  46. 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 1 year, 11 months ago
  47. 2c8d04d Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · 1 year, 11 months ago
  48. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 1 year, 11 months ago
  49. ff1f0e4 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 1 year, 11 months ago
  50. aa59c1b cmd: eeprom: don't truncate target address at 32-bit by Baruch Siach · 1 year, 11 months ago
  51. 2896839 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 1 year, 11 months ago
  52. e68c03b FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · 1 year, 11 months ago
  53. 7f3470b vbe: Add a command to show the VBE state by Simon Glass · 1 year, 11 months ago
  54. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 1 year, 11 months ago
  55. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 1 year, 11 months ago
  56. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 1 year, 11 months ago
  57. 8b11295 video: Drop CONFIG_LCD by Simon Glass · 1 year, 11 months ago
  58. d32eb92 video: Drop CONFIG_VIDEO by Simon Glass · 1 year, 11 months ago
  59. 0f9b86f video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years ago
  60. f9b7bd7 video: cmd: Drop old LCD code by Simon Glass · 2 years ago
  61. f24404d video: Move bmp_display() prototype to video.h by Simon Glass · 1 year, 11 months ago
  62. e655003 video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 1 year, 11 months ago
  63. 988d19d video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 1 year, 11 months ago
  64. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years ago
  65. 3f425f9 video: Enable the cls command by default by Simon Glass · 2 years ago
  66. f029f90 video: Move the console commands to cmd/ by Simon Glass · 2 years ago
  67. 4954937 dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years ago
  68. f9d16f2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 1 year, 11 months ago
  69. 622b5d3 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · 2 years ago
  70. 64a11fb cmd: bcb: select user(0) hwpart in __bcb_load() by Mattijs Korpershoek · 2 years ago
  71. 2f6c45e qfw: return failure when no kernel could be loaded by Andre Przywara · 2 years ago
  72. 163fb37 qfw: store loaded file size in environment variable by Andre Przywara · 2 years ago
  73. 4b290d4 cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 2 months ago
  74. d843273 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 11 months ago
  75. 73ceadc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 11 months ago
  76. f22db44 cmd/sbi: user friendly short texts by Heinrich Schuchardt · 2 years ago
  77. 72c1f5f cmd/sbi: error message for failure to get spec version by Heinrich Schuchardt · 2 years ago
  78. 9487764 cmd/sbi: format RustSBI version number by Heinrich Schuchardt · 2 years ago
  79. 177040b sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · 2 years ago
  80. baf4141 fdt: Show a message when the working FDT changes by Simon Glass · 2 years ago
  81. 2c0b61d bootm: Drop #ifdef from do_bootm() by Simon Glass · 2 years ago
  82. f06443f bootm: Avoid returning error codes from command by Simon Glass · 2 years ago
  83. 8676ae3 cmd: List all uclass devices regardless of probe error by Michal Suchanek · 2 years ago
  84. 70089c1 efi_loader: remove efi_delete_handle on loadfile2 by Ilias Apalodimas · 2 years ago
  85. f4d52c4 cmd: simplify efidebug by Heinrich Schuchardt · 2 years ago
  86. 6de1daf cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes by Pali Rohár · 2 years ago
  87. 7f673bb cmd: add temperature command by Robert Marko · 2 years, 1 month ago
  88. 23c0df6 cmd: xxd: add new command by Roger Knecht · 2 years, 1 month ago
  89. 690a1d6 cmd: cat: add new command by Roger Knecht · 2 years, 1 month ago
  90. c4c32e3 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years ago
  91. 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years ago
  92. c6db606 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · 2 years ago
  93. a75e835 cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · 2 years ago
  94. f3290be cmd: simplify command efidebug by Heinrich Schuchardt · 2 years ago
  95. 80fadf4 cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · 2 years ago
  96. 57b2d30 cmd: simplify do_env_set_efi() by Heinrich Schuchardt · 2 years ago
  97. 2d45913 Merge branch 'next' by Tom Rini · 2 years ago
  98. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  99. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  100. d21bbb9 pci: Remove duplicate PCI_REGION_IO / "io" line by Pali Rohár · 2 years ago