1. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  2. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  3. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  4. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  5. af9e847 cmd: Drop use of HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:46 2022 -0600
  6. 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · Sat Aug 27 16:37:55 2022 +0200
  7. bf91d1d Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Wed Sep 14 12:31:44 2022 -0400
  8. e875369 eficonfig: add "Change Boot Order" menu entry by Masahisa Kojima · Mon Sep 12 17:33:56 2022 +0900
  9. f648fa3 eficonfig: scan media device in eficonfig startup by Masahisa Kojima · Mon Sep 12 17:33:55 2022 +0900
  10. 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · Mon Sep 12 17:33:54 2022 +0900
  11. 703ad32 eficonfig: add "Delete Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:53 2022 +0900
  12. bb052b9 eficonfig: add "Edit Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:51 2022 +0900
  13. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  14. 2702b27 cyclic: Add 'cyclic list' and 'cyclic demo' commands by Stefan Roese · Fri Sep 02 13:57:51 2022 +0200
  15. 608c11e cmd: bdinfo: introduce bdinfo_print_size() helper by Ovidiu Panait · Mon Aug 29 20:02:04 2022 +0300
  16. d83e04a cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure boot by Pali Rohár · Tue Aug 23 14:52:24 2022 +0200
  17. 05781ff cmd: mvebu/bubt: Check for A38x image data checksum by Pali Rohár · Tue Aug 23 14:52:23 2022 +0200
  18. d0ed5d1 cmd: bdinfo: Enable dumping lmb data when LMB is enabled by Michal Simek · Wed Sep 07 09:52:09 2022 +0200
  19. 7d289f1 cmd: correct short text for tftpboot by Heinrich Schuchardt · Sun Sep 04 09:08:11 2022 +0200
  20. 107b3a4 cmd: fix tftpput command by Heinrich Schuchardt · Sat Sep 03 12:21:09 2022 +0000
  21. b89d61a cmd: fpga: Convert to use fit_get_data_node by Sean Anderson · Tue Aug 16 11:16:05 2022 -0400
  22. c8ed628 cmd/sbi: format KVM version by Heinrich Schuchardt · Sun Aug 14 21:57:14 2022 +0200
  23. 11a075c tpm: Allow reporting the internal state by Simon Glass · Tue Aug 30 21:05:36 2022 -0600
  24. 4927f47 tpm: Require a digest source when extending the PCR by Simon Glass · Tue Aug 30 21:05:32 2022 -0600
  25. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  26. 2ebfd22 image-fit: don't set compression if it can't be read by Daniel Golle · Sat Aug 27 04:17:28 2022 +0100
  27. f683cdd i2c: fix stack buffer overflow vulnerability in i2c md command by Marek Vasut · Fri Aug 26 23:15:56 2022 +0200
  28. 8f3caea Revert "i2c: fix stack buffer overflow vulnerability in i2c md command" by Marek Vasut · Fri Aug 26 23:15:55 2022 +0200
  29. 7e11c5d Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sat Aug 27 08:07:09 2022 -0400
  30. d39d5b2 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · Tue Aug 23 10:14:05 2022 -0700
  31. 8b4bacc dm: core: fix a typo in help text by Sergei Antonov · Sun Aug 21 16:45:08 2022 +0300
  32. bce6963 pci: Add checks to prevent config space overflow by Pali Rohár · Sun Jul 03 12:48:06 2022 +0200
  33. ecb7ce5 cmd: efidebug: Add missing \n at the end of message by Michal Simek · Tue Aug 09 16:31:12 2022 +0200
  34. e5a7b77 vbe: Add a new vbe command by Simon Glass · Sat Jul 30 15:52:37 2022 -0600
  35. 73fcf51 bootstd: Support bootflows with global bootmeths by Simon Glass · Sat Jul 30 15:52:25 2022 -0600
  36. dee4d64 bootstd: Allow the bootdev to be optional in bootflows by Simon Glass · Sat Jul 30 15:52:23 2022 -0600
  37. 4f8633d bootstd: Allow bootmeths to be marked as global by Simon Glass · Sat Jul 30 15:52:21 2022 -0600
  38. 7942bdc dm: core: Support sandbox with read interface by Simon Glass · Sat Jul 30 15:52:15 2022 -0600
  39. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · Sat Jul 30 15:52:04 2022 -0600
  40. bf4cf16 Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Aug 11 08:47:20 2022 -0400
  41. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  42. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  43. 79340a5 Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Aug 05 08:01:32 2022 -0400
  44. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  45. 9c0486b cmd: remove deprecated LCD support by Heinrich Schuchardt · Thu Jul 14 08:53:46 2022 +0200
  46. dffb177 cmd: undefined return value of do_extension_apply() by Heinrich Schuchardt · Mon Jul 11 20:01:12 2022 +0200
  47. 8985d72 cmd: fix do_adc_single() by Vyacheslav Bocharov · Sun Jul 03 15:49:09 2022 +0300
  48. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · Fri Jul 22 21:32:09 2022 +0530
  49. 407ec09 cmd: rng: Use a statically allocated array for random bytes by Sughosh Ganu · Fri Jul 22 21:32:07 2022 +0530
  50. b746dee cmd: rng: Add support for selecting RNG device by Sughosh Ganu · Fri Jul 22 21:32:06 2022 +0530
  51. 873fc6a cmd: mvebu/bubt: Fix cmd main return value on error by Pali Rohár · Tue Jul 26 16:11:59 2022 +0200
  52. a4bbb2c cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700 by Pali Rohár · Tue Jul 26 16:11:58 2022 +0200
  53. 2c96d02 cmd: mvebu/bubt: Correctly propagate failure during tftp transport by Pali Rohár · Tue Jul 26 16:11:57 2022 +0200
  54. 1ce57b8 cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700 by Pali Rohár · Tue Jul 26 16:11:56 2022 +0200
  55. f038812 cmd: mmc: allow to write protect single boot partition by Ying-Chun Liu (PaulLiu) · Mon Apr 25 21:59:03 2022 +0800
  56. 4ff163d fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · Fri Jul 22 17:16:07 2022 +0300
  57. fbe31bb fpga: add option for loading FPGA secure bitstreams by Oleksandr Suvorov · Fri Jul 22 17:16:02 2022 +0300
  58. f0f5056 cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 by Ramin Zaghi · Fri Jul 08 09:02:56 2022 +0100
  59. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · Wed Jun 01 17:17:06 2022 +0200
  60. 2bbf40b tlv_eeprom: Add missing CRC32 dependency by Pali Rohár · Mon May 30 10:42:35 2022 +0200
  61. 2bba3f5 sf: Query write-protection status before operating the flash by Jan Kiszka · Wed Mar 02 15:01:56 2022 +0100
  62. b274e77 efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · Sun Jul 10 15:46:57 2022 +0200
  63. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  64. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  65. f3c2f99 Convert CONFIG_SYS_BOOTM_LEN to Kconfig by Tom Rini · Sat Jun 25 19:29:46 2022 -0400
  66. e775124 Convert CONFIG_USE_ONENAND_BOARD_INIT to Kconfig by Tom Rini · Wed Jun 15 12:03:51 2022 -0400
  67. 065d661 Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOAD by Tom Rini · Mon Jun 13 22:57:35 2022 -0400
  68. dfd72fe i2c: fix stack buffer overflow vulnerability in i2c md command by Nicolas Iooss · Fri Jun 10 14:50:25 2022 +0000
  69. c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · Sun May 08 04:39:26 2022 -0600
  70. e9daa5d dm: core: Sort dm subcommands by Simon Glass · Sun May 08 04:39:20 2022 -0600
  71. d94d743 dm: core: Rename dm_dump_all() by Simon Glass · Sun May 08 04:39:19 2022 -0600
  72. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  73. 344e333 cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · Tue May 31 21:14:22 2022 +0300
  74. a4bffc2 cmd/misc: Stop using a function pointer by Tom Rini · Wed Jun 22 16:08:56 2022 -0400
  75. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  76. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  77. f4e7b84 cmd: correct return value for printenv -e by Heinrich Schuchardt · Sun Jun 19 13:36:48 2022 +0200
  78. 69d5b42 qfw: Don't fail if setup data size is 0 by Pierre-Clément Tosi · Wed May 25 14:38:55 2022 +0100
  79. 67a8b27 ubifs: Add missing dependency on GZIP by Pali Rohár · Mon May 23 22:50:36 2022 +0200
  80. e4c5b79 cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · Sun May 08 13:01:42 2022 +0300
  81. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · Wed May 11 18:01:06 2022 -0400
  82. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · Wed May 11 17:38:09 2022 -0400
  83. ba5c2b0 Convert CONFIG_SYS_MAXARGS to Kconfig by Tom Rini · Wed May 11 16:21:06 2022 -0400
  84. 1baf964 bootmenu: use utf-8 for menu title by Masahisa Kojima · Sun May 29 10:52:43 2022 +0900
  85. 3ea20e7 cmd/bootefi: correct command syntax by Heinrich Schuchardt · Thu May 19 08:00:56 2022 +0200
  86. 97cbcc4 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · Thu May 26 19:09:38 2022 +0900
  87. 9e2550f cmd/sbi: add implementation ID 6 - Coffer by Heinrich Schuchardt · Sat May 07 14:42:10 2022 +0200
  88. 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · Wed Mar 30 09:33:14 2022 +0200
  89. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · Wed Mar 30 09:33:13 2022 +0200
  90. 3cf4cf9 cmd: mvebu: Hide bubt specific options when bubt is disabled by Pali Rohár · Tue May 03 11:13:24 2022 +0200
  91. ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun May 08 11:31:48 2022 -0400
  92. 0e1b996 bootmenu: factor out the user input handling by Masahisa Kojima · Thu Apr 28 17:09:45 2022 +0900
  93. 5121529 cmd: gpt: add subcommand repair by Philippe Reynes · Fri Apr 22 17:46:49 2022 +0200
  94. 05c7428 cmd: mmc: don't assign unused values by Heinrich Schuchardt · Mon Apr 25 23:11:06 2022 +0200
  95. 4b0449f cmd: onenand: fix printf codes by Heinrich Schuchardt · Mon Apr 25 23:01:44 2022 +0200
  96. d1730cf cmd: simplify do_adc_single() by Heinrich Schuchardt · Mon Apr 25 22:26:45 2022 +0200
  97. 9696dbb cmd: fix long text for fdt command by Heinrich Schuchardt · Mon Apr 25 18:35:05 2022 +0200
  98. 43d0ab2 bootmenu: add Kconfig option not to enter U-Boot console by Masahisa Kojima · Thu Apr 28 17:09:44 2022 +0900
  99. f90c7b2 bootmenu: add UEFI boot entry into bootmenu by Masahisa Kojima · Thu Apr 28 17:09:42 2022 +0900
  100. 015405a bootmenu: update bootmenu_entry structure by Masahisa Kojima · Thu Apr 28 17:09:41 2022 +0900