1. 06f6f3d acpi: Tidy up the table list by Simon Glass · 2 years, 10 months ago
  2. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 10 months ago
  3. 480245c cmd: Add Kconfig option for multiprocessor cmds by Ashok Reddy Soma · 2 years, 8 months ago
  4. da158ec Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  5. 98150e7 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 9 months ago
  6. c8363b1 cmd: Fix up warnings in flash.c by Patrick Delaunay · 2 years, 9 months ago
  7. 4340753 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 2 years, 9 months ago
  8. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  9. 983a5a2 cmd: printenv: simplify printing GUIDs by Heinrich Schuchardt · 2 years, 8 months ago
  10. 3adae64 cmd: efidebug: simplify printing GUIDs by Heinrich Schuchardt · 2 years, 8 months ago
  11. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 9 months ago
  12. d71dbe6 Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  13. 25a326b efi: Support the efi command in the app by Simon Glass · 2 years, 9 months ago
  14. ce1dc0c x86: efi: Update efi_get_next_mem_desc() to avoid needing a map by Simon Glass · 2 years, 9 months ago
  15. a2f1482 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · 2 years, 9 months ago
  16. bc314f8 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · 2 years, 8 months ago
  17. 4a05497 cmd: adc: Report return value on error by Samuel Dionne-Riel · 2 years, 9 months ago
  18. 1107b06 cmd/Kconfig: Fix spelling of "resetting". by Vagrant Cascadian · 2 years, 9 months ago
  19. 0dadad6 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 2 years, 9 months ago
  20. 87a9aa6 Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 2 years, 9 months ago
  21. 968c621 Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 2 years, 9 months ago
  22. ff27af1 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · 2 years, 9 months ago
  23. 7e6a6fd Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 2 years, 9 months ago
  24. 6cdc8be sandbox: Enable support for the gzip command by Simon Glass · 2 years, 10 months ago
  25. fe3dde3 cmd: kaslrseed: add command to generate value from hwrng by Chris Morgan · 3 years, 1 month ago
  26. ff66e7b fdt: Report the devicetree source by Simon Glass · 2 years, 9 months ago
  27. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 9 months ago
  28. 32c8566 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 2 years, 10 months ago
  29. 8905024 trace: sandbox: Use only the Kconfig options by Simon Glass · 2 years, 10 months ago
  30. 2957a1e tpm: use more algorithms than sha256 on pcr_read by Ruchika Gupta · 2 years, 10 months ago
  31. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 10 months ago
  32. 362a79f mbr: Correct verification check by Simon Glass · 2 years, 11 months ago
  33. 3512e15 sf: Tidy up code to avoid #ifdef by Simon Glass · 3 years ago
  34. ad4e010 sf: Use const for the stage name by Simon Glass · 3 years ago
  35. e845dd7 cmd: tpm-v1: fix load_key_by_sha1 compile errors by Mathew McBride · 2 years, 11 months ago
  36. ebb6d74 cmd: tpm-v1: fix compile error in TPMv1 list resources command by Mathew McBride · 2 years, 11 months ago
  37. 7839865 bootm: Tidy up use of autostart env var by Simon Glass · 3 years ago
  38. d50244e pxe: Allow calling the pxe_get logic directly by Simon Glass · 3 years ago
  39. 81a2f8d pxe: Refactor sysboot to have one helper by Simon Glass · 3 years ago
  40. 4d79e88 pxe: Return the file size from the getfile() function by Simon Glass · 3 years ago
  41. 12df842 pxe: Clean up the use of bootfile by Simon Glass · 3 years ago
  42. 9e62e7c pxe: Move common parsing coding into pxe_util by Simon Glass · 3 years ago
  43. 262cfb5 pxe: Move pxe_utils files by Simon Glass · 3 years ago
  44. 8018b9a pxe: Tidy up the is_pxe global by Simon Glass · 3 years ago
  45. 4ad5d51 pxe: Add a userdata field to the context by Simon Glass · 3 years ago
  46. b1ead6b pxe: Move do_getfile() into the context by Simon Glass · 3 years ago
  47. fd3fa5c pxe: Use a context pointer by Simon Glass · 3 years ago
  48. 3d24636 pxe: Move API comments to the header files by Simon Glass · 3 years ago
  49. 89a86dc cmd: sbi: show SBI implementation version by Heinrich Schuchardt · 2 years, 11 months ago
  50. c97bd17 pxe_utils: Clean up {bootm,zboot}_argv generation by Zhaofeng Li · 3 years ago
  51. 23f3e39 pxe_utils: Fix arguments to x86 zboot by Zhaofeng Li · 3 years ago
  52. 1833e68 cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num by Sean Anderson · 2 years, 11 months ago
  53. 0d453c8 cmd: mmc: check whether card is SD or eMMC before hwpartition by Jaehoon Chung · 3 years ago
  54. f702dc1 cmd: mmc: Support mmc hwpartition user enh start - by Marek Vasut · 3 years ago
  55. 7af368f arm: mvebu: Fix comments about kwbimage structures by Pali Rohár · 3 years ago
  56. 33cdd9e arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3 by Pali Rohár · 3 years ago
  57. 4ea84c5 cmd: nand biterr - Add support for nand biterr command by Balamanikandan Gunasundar · 3 years, 3 months ago
  58. c685519 loads: Block writes into LMB reserved areas of U-Boot by Marek Vasut · 3 years ago
  59. 355d1e2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 11 months ago
  60. 0d1ecc9 mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years ago
  61. f055f2e Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  62. f231566 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years ago
  63. a80652e env: Simplify env_match() and inline into env_get_f() by Marek Behún · 3 years ago
  64. a473766 env: Use memcpy() instead of ad-hoc code to copy variable value by Marek Behún · 3 years ago
  65. 3112ce0 env: Make return value of env_get_f() behave like sprintf() on success by Marek Behún · 3 years ago
  66. 6b6e3ee env: Early return from env_get_f() on NULL name by Marek Behún · 3 years ago
  67. 6ba4473 env: Don't match empty variable name in env_match() by Marek Behún · 3 years ago
  68. d1bca8d env: Use better name for variable in env_get_f() by Marek Behún · 3 years ago
  69. eff73b2 env: Use string pointer instead of indexes in env_get_f() by Marek Behún · 3 years ago
  70. 52f9ed3 env: Inline env_get_char() into its only user by Marek Behún · 3 years ago
  71. 7b611ee env: Change env_match() to static and remove from header by Marek Behún · 3 years ago
  72. ee8ce38 cmd: tlv_eeprom by Sven Auhagen · 3 years ago
  73. 9ad37fe efi_loader: avoid multiple local copies of lf2_initrd_guid by Heinrich Schuchardt · 3 years ago
  74. 0534542 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · 3 years ago
  75. fc42b8b efi_loader: simplify show_efi_boot_opt_data() by Heinrich Schuchardt · 3 years ago
  76. 0421735 efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · 3 years ago
  77. 43dad07 pci: Fix showing registers by Pali Rohár · 3 years ago
  78. e6335d3 pci: Fix showing bars by Pali Rohár · 3 years ago
  79. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  80. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years ago
  81. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years ago
  82. 09d7cc3 cmd/sbi: use constants instead of numerical values by Heinrich Schuchardt · 3 years ago
  83. 1cefed1 nand.h: Cleanup linux/mtd/rawnand.h usage by Tom Rini · 3 years ago
  84. 577fd58 pci: pciinfo_header can be static by Vladimir Oltean · 3 years ago
  85. a95f8ee pci: pci_header_show can be static by Vladimir Oltean · 3 years ago
  86. f5164f6 pci: pci_bar_show can be static by Vladimir Oltean · 3 years ago
  87. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  88. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years ago
  89. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  90. f899cc1 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years ago
  91. 6493fa4 arm: use CONFIG_SUPPORT_PASSING_ATAGS by Patrick Delaunay · 3 years, 1 month ago
  92. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 2 months ago
  93. bc21ccb version: Remove global macro U_BOOT_VERSION_STRING from version.h by Pali Rohár · 3 years, 2 months ago
  94. 7629b52 version: Do not make version_string[] variable as a weak by Pali Rohár · 3 years, 2 months ago
  95. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 2 months ago
  96. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  97. 7958292 Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years ago
  98. f4c1a14 efi_loader: eliminate EFI_CALL() in nvedit_efi.c by Heinrich Schuchardt · 3 years ago
  99. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 1 month ago
  100. eb5171d common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 1 month ago