1. 86b6f47 cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · Tue Mar 22 16:59:21 2022 -0400
  2. fae8487 cmd: bootm: add subcommand preload by Philippe Reynes · Mon Mar 28 22:57:07 2022 +0200
  3. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · Mon Mar 28 22:57:00 2022 +0200
  4. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  5. c66ab60 video: Drop cfg_console by Simon Glass · Sun Jan 23 07:04:02 2022 -0700
  6. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  7. efe92b7 cmd: efidebug: simplify do_efi_boot_add() by Heinrich Schuchardt · Wed Mar 23 20:26:25 2022 +0100
  8. 1a0c7dc Convert CONFIG_MII_INIT to Kconfig by Tom Rini · Fri Mar 18 08:38:27 2022 -0400
  9. 99d1b10 cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled by Marek Vasut · Wed Feb 16 15:27:59 2022 +0100
  10. 57274c8 efi_loader: use short-form DP for load options by Heinrich Schuchardt · Sat Feb 26 12:10:10 2022 +0100
  11. 0899497 efi_loader: Ignore DT when ACPI is on by Alexander Graf · Sun Feb 27 13:18:56 2022 +0100
  12. 0d1c474 Convert CONFIG_NFS_TIMEOUT to Kconfig by Tom Rini · Fri Mar 11 09:12:05 2022 -0500
  13. 1414ada cmd/mmc: fix output of mmc info for e-MMC by Max Merchel · Thu Feb 10 10:16:39 2022 +0100
  14. c8eefae fs/erofs: add filesystem commands by Huang Jianan · Sat Feb 26 15:05:50 2022 +0800
  15. c6f9193 Merge tag 'v2022.04-rc4' into next by Tom Rini · Mon Mar 14 17:40:36 2022 -0400
  16. ced5d41 cmd: add serial console support for the cls command by Heinrich Schuchardt · Fri Feb 11 18:11:05 2022 +0100
  17. 3304fa8 event: Add a command by Simon Glass · Fri Mar 04 08:43:06 2022 -0700
  18. 9fa566c cmd: pwm: fix typo 'eisable' -> 'disable' by Sébastien Szymanski · Fri Feb 25 14:48:54 2022 +0100
  19. 1c47c4a Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig by Tom Rini · Fri Feb 25 11:19:50 2022 -0500
  20. ddda5d8 cmd: exception: arm64: fix undefined, add faults by Andre Przywara · Fri Feb 11 11:29:34 2022 +0000
  21. d250a8f efi_loader: update the timing of enabling and disabling EFI watchdog by Masahisa Kojima · Tue Feb 22 09:58:30 2022 +0900
  22. 8ef8203 cmd: clk: fix long help message by Patrick Delaunay · Mon Jan 31 17:21:40 2022 +0100
  23. fe23c80 cmd: clk: update result of do_clk_setfreq by Patrick Delaunay · Mon Jan 31 17:21:39 2022 +0100
  24. 27e14d4 cmd: clk: replace clk_lookup by uclass_get_device_by_name by Patrick Delaunay · Mon Jan 31 17:21:38 2022 +0100
  25. 5c6d32d cmd: clk: test the number of argument in setfreq command by Patrick Delaunay · Mon Jan 31 17:21:37 2022 +0100
  26. f08743f cmd: fuse: Add a command to read fuses to memory by Angus Ainslie · Sun Nov 28 08:02:53 2021 -0800
  27. 5149bca cmd: fuse: add a fuse comparison function by Angus Ainslie · Sun Nov 28 08:02:52 2021 -0800
  28. 4d4795f pstore: Support already existing reserved-memory node by Detlev Casanova · Mon Feb 07 11:02:30 2022 -0500
  29. f77f6a8 cmd/dfu: Enable 'dfu list' command without DFU_OVER_USB by Masami Hiramatsu · Mon Jan 31 11:52:54 2022 +0900
  30. eda8429 cmd: wrong printf() code in do_test_stackprot_fail() by Heinrich Schuchardt · Fri Feb 04 10:50:04 2022 +0100
  31. 30d2966 cmd: mmc: Consider GP partitions in mmc hwpartition user enh start - by Marek Vasut · Mon Jan 17 22:54:29 2022 +0100
  32. 28af92d Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Feb 07 12:13:53 2022 -0500
  33. 95c1d25 efi: Add debugging to efi_set_bootdev() by Simon Glass · Sat Jan 29 14:58:37 2022 -0700
  34. f3f2c7b cmd: bcb: fix bcb struct alignment issue by Gary Bisson · Tue Jan 11 18:06:06 2022 +0100
  35. 9097537 efi: Use 16-bit unicode strings by Simon Glass · Sun Jan 23 12:55:12 2022 -0700
  36. 92fa927 pci: Extend 'pci' command with bus option '*' by Pali Rohár · Mon Jan 17 16:38:40 2022 +0100
  37. 17d5d72 pci: Add checks for valid cmdline arguments by Pali Rohár · Mon Jan 17 16:38:39 2022 +0100
  38. 541e75c pci: Extend 'pci regions' command with bus number by Pali Rohár · Mon Jan 17 16:38:38 2022 +0100
  39. eb025f3 acpi: Tidy up the table list by Simon Glass · Wed Dec 01 09:03:06 2021 -0700
  40. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · Wed Dec 01 09:02:37 2021 -0700
  41. 1e6f996 cmd: Add Kconfig option for multiprocessor cmds by Ashok Reddy Soma · Mon Jan 17 10:16:50 2022 +0100
  42. 9d12de6 Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 22 15:43:36 2022 -0500
  43. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · Tue Jan 04 14:23:58 2022 +0100
  44. 3364863 cmd: Fix up warnings in flash.c by Patrick Delaunay · Tue Jan 04 14:23:57 2022 +0100
  45. 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · Sat Dec 18 11:27:52 2021 -0700
  46. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  47. 1bebcb6 cmd: printenv: simplify printing GUIDs by Heinrich Schuchardt · Sun Jan 16 14:53:37 2022 +0100
  48. a4628b4 cmd: efidebug: simplify printing GUIDs by Heinrich Schuchardt · Sun Jan 16 14:10:23 2022 +0100
  49. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · Sat Jan 01 19:13:26 2022 +0200
  50. 9668b87 Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 15 07:39:09 2022 -0500
  51. ba04253 efi: Support the efi command in the app by Simon Glass · Tue Jan 04 03:51:12 2022 -0700
  52. 6f4d7aa x86: efi: Update efi_get_next_mem_desc() to avoid needing a map by Simon Glass · Tue Jan 04 03:51:11 2022 -0700
  53. e4e5660 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · Mon Jan 03 14:07:37 2022 +0200
  54. 72d7883 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · Tue Jan 11 16:03:38 2022 +0100
  55. 9c7d35a cmd: adc: Report return value on error by Samuel Dionne-Riel · Mon Dec 20 18:23:45 2021 -0500
  56. 33203c3 cmd/Kconfig: Fix spelling of "resetting". by Vagrant Cascadian · Tue Dec 21 13:06:56 2021 -0800
  57. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Sun Jan 09 07:56:31 2022 -0500
  58. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Tue Dec 28 11:28:31 2021 -0500
  59. 9c8268d Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · Fri Dec 17 18:08:47 2021 -0500
  60. c2ac2f6 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · Sun Dec 12 22:12:29 2021 -0500
  61. 119d2fb Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · Sat Dec 11 14:55:48 2021 -0500
  62. 90392d9 sandbox: Enable support for the gzip command by Simon Glass · Fri Nov 19 13:23:52 2021 -0700
  63. 61a9618 cmd: kaslrseed: add command to generate value from hwrng by Chris Morgan · Wed Aug 25 11:22:57 2021 -0500
  64. 8f9ce7e fdt: Report the devicetree source by Simon Glass · Thu Dec 16 20:59:34 2021 -0700
  65. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  66. c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · Wed Nov 24 09:26:40 2021 -0700
  67. 84b7711 trace: sandbox: Use only the Kconfig options by Simon Glass · Wed Nov 24 09:26:39 2021 -0700
  68. 686bedb tpm: use more algorithms than sha256 on pcr_read by Ruchika Gupta · Mon Nov 29 13:09:45 2021 +0530
  69. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  70. 8de9be0 mbr: Correct verification check by Simon Glass · Sat Oct 23 17:26:01 2021 -0600
  71. 1d0e79f sf: Tidy up code to avoid #ifdef by Simon Glass · Sun Sep 19 15:49:34 2021 -0600
  72. 8cbe22b sf: Use const for the stage name by Simon Glass · Sun Sep 19 15:49:33 2021 -0600
  73. 10f24eb cmd: tpm-v1: fix load_key_by_sha1 compile errors by Mathew McBride · Thu Nov 11 04:06:27 2021 +0000
  74. bf633f8 cmd: tpm-v1: fix compile error in TPMv1 list resources command by Mathew McBride · Thu Nov 11 04:06:26 2021 +0000
  75. 46b530a bootm: Tidy up use of autostart env var by Simon Glass · Thu Oct 21 21:08:52 2021 -0600
  76. 1dacc6f pxe: Allow calling the pxe_get logic directly by Simon Glass · Thu Oct 14 12:48:11 2021 -0600
  77. 086b080 pxe: Refactor sysboot to have one helper by Simon Glass · Thu Oct 14 12:48:09 2021 -0600
  78. a9401b9 pxe: Return the file size from the getfile() function by Simon Glass · Thu Oct 14 12:48:08 2021 -0600
  79. e719fe0 pxe: Clean up the use of bootfile by Simon Glass · Thu Oct 14 12:48:04 2021 -0600
  80. 791bbfe pxe: Move common parsing coding into pxe_util by Simon Glass · Thu Oct 14 12:48:03 2021 -0600
  81. 0666fcb pxe: Move pxe_utils files by Simon Glass · Thu Oct 14 12:48:00 2021 -0600
  82. 3ae416a pxe: Tidy up the is_pxe global by Simon Glass · Thu Oct 14 12:47:59 2021 -0600
  83. 121e131 pxe: Add a userdata field to the context by Simon Glass · Thu Oct 14 12:47:58 2021 -0600
  84. 44a20ef pxe: Move do_getfile() into the context by Simon Glass · Thu Oct 14 12:47:57 2021 -0600
  85. b0d08db pxe: Use a context pointer by Simon Glass · Thu Oct 14 12:47:56 2021 -0600
  86. babeef1 pxe: Move API comments to the header files by Simon Glass · Thu Oct 14 12:47:55 2021 -0600
  87. 9607674 cmd: sbi: show SBI implementation version by Heinrich Schuchardt · Mon Oct 25 15:09:35 2021 +0200
  88. bc14b93 pxe_utils: Clean up {bootm,zboot}_argv generation by Zhaofeng Li · Wed Oct 20 00:18:15 2021 -0700
  89. dbf84cc pxe_utils: Fix arguments to x86 zboot by Zhaofeng Li · Wed Oct 20 00:18:14 2021 -0700
  90. 159b8f5 cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num by Sean Anderson · Fri Oct 29 11:05:54 2021 -0400
  91. ffbba62 cmd: mmc: check whether card is SD or eMMC before hwpartition by Jaehoon Chung · Fri Sep 24 09:23:34 2021 +0900
  92. 94e3995 cmd: mmc: Support mmc hwpartition user enh start - by Marek Vasut · Wed Sep 15 11:43:13 2021 +0200
  93. 0f7df22 arm: mvebu: Fix comments about kwbimage structures by Pali Rohár · Fri Oct 22 12:41:10 2021 +0200
  94. 7fea884 arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3 by Pali Rohár · Fri Oct 22 12:37:48 2021 +0200
  95. d046035 cmd: nand biterr - Add support for nand biterr command by Balamanikandan Gunasundar · Tue Jun 29 12:46:11 2021 +0530
  96. 4d2be38 loads: Block writes into LMB reserved areas of U-Boot by Marek Vasut · Sun Oct 10 23:52:41 2021 +0200
  97. d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Oct 23 10:49:28 2021 -0400
  98. 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · Tue Oct 05 15:56:06 2021 +0200
  99. b0cfdaf Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Oct 22 08:56:45 2021 -0400
  100. 30044c5 env: Move non-cli env functions to env/common.c by Marek Behún · Sun Oct 17 17:36:38 2021 +0200