1. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  2. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Oct 30 17:16:35 2022 -0400
  3. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  4. fae8560 video: Drop CONFIG_LCD by Simon Glass · Tue Oct 18 07:19:42 2022 -0600
  5. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:24:15 2022 -0600
  6. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · Sun Oct 16 15:59:22 2022 -0600
  7. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · Sun Oct 16 15:57:41 2022 -0600
  8. de368f8 video: Move bmp_display() prototype to video.h by Simon Glass · Tue Oct 18 07:41:14 2022 -0600
  9. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · Tue Oct 18 06:46:08 2022 -0600
  10. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · Tue Oct 18 06:24:16 2022 -0600
  11. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  12. a8173bc video: Enable the cls command by default by Simon Glass · Thu Oct 06 08:36:15 2022 -0600
  13. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  14. 91c96fe dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · Wed Oct 12 21:58:08 2022 +0200
  15. a58e246 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Tue Oct 25 09:54:59 2022 -0400
  16. 96dad64 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · Wed Sep 28 18:45:04 2022 +0200
  17. cb25410 cmd: bcb: select user(0) hwpart in __bcb_load() by Mattijs Korpershoek · Thu Oct 13 14:25:59 2022 +0200
  18. c3947ad qfw: return failure when no kernel could be loaded by Andre Przywara · Mon Oct 10 18:01:21 2022 +0100
  19. a224aa1 qfw: store loaded file size in environment variable by Andre Przywara · Mon Oct 10 18:01:20 2022 +0100
  20. feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · Mon Aug 08 21:46:04 2022 +0930
  21. 09131ac Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Thu Oct 20 09:11:08 2022 -0400
  22. 5edb2c3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Oct 20 08:58:05 2022 -0400
  23. 2396ca7 cmd/sbi: user friendly short texts by Heinrich Schuchardt · Tue Oct 04 10:09:54 2022 +0200
  24. a375178 cmd/sbi: error message for failure to get spec version by Heinrich Schuchardt · Tue Oct 04 10:09:53 2022 +0200
  25. 933c6f3 cmd/sbi: format RustSBI version number by Heinrich Schuchardt · Tue Oct 04 10:09:52 2022 +0200
  26. 3f5873f sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · Tue Sep 13 01:23:58 2022 +0100
  27. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · Tue Oct 11 09:47:12 2022 -0600
  28. 975dd8a bootm: Drop #ifdef from do_bootm() by Simon Glass · Tue Oct 11 09:47:09 2022 -0600
  29. 1b89370 bootm: Avoid returning error codes from command by Simon Glass · Tue Oct 11 09:47:08 2022 -0600
  30. 1d524ae cmd: List all uclass devices regardless of probe error by Michal Suchanek · Wed Oct 12 21:57:58 2022 +0200
  31. 7e05279 efi_loader: remove efi_delete_handle on loadfile2 by Ilias Apalodimas · Sun Oct 16 11:36:32 2022 +0300
  32. f312087 cmd: simplify efidebug by Heinrich Schuchardt · Sat Oct 15 13:21:01 2022 +0200
  33. 9395eb9 cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes by Pali Rohár · Mon Sep 12 11:38:55 2022 +0200
  34. 99e6fde cmd: add temperature command by Robert Marko · Tue Sep 06 13:30:33 2022 +0200
  35. f841bb8 cmd: xxd: add new command by Roger Knecht · Sat Sep 03 13:15:04 2022 +0000
  36. 11827c4 cmd: cat: add new command by Roger Knecht · Sat Sep 03 11:34:53 2022 +0000
  37. 1d40e98 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Mon Oct 10 15:38:14 2022 -0400
  38. e9621d8 usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · Fri Oct 07 11:38:22 2022 +0200
  39. f519da3 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · Fri Oct 07 20:36:12 2022 +0200
  40. 3e2c20f cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · Thu Oct 06 16:08:44 2022 +0300
  41. d16463a cmd: simplify command efidebug by Heinrich Schuchardt · Tue Oct 04 15:31:17 2022 +0200
  42. 412f9ec cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · Thu Oct 06 06:48:02 2022 +0200
  43. db9361b cmd: simplify do_env_set_efi() by Heinrich Schuchardt · Thu Oct 06 06:52:51 2022 +0200
  44. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  45. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  46. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  47. fae1228 pci: Remove duplicate PCI_REGION_IO / "io" line by Pali Rohár · Thu Sep 15 15:54:45 2022 +0200
  48. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Mon Sep 26 11:27:30 2022 -0400
  49. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  50. 937b7d8 boot: Call flush() before booting by Pali Rohár · Mon Sep 05 11:31:21 2022 +0200
  51. 8e67a8a serial: Call flush() before changing baudrate by Pali Rohár · Mon Sep 05 11:31:20 2022 +0200
  52. 0282f9f cmd: fdt: Add support for reading stringlist property values by Marek Vasut · Fri Jul 08 23:50:43 2022 +0200
  53. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  54. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  55. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  56. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  57. af9e847 cmd: Drop use of HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:46 2022 -0600
  58. 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · Sat Aug 27 16:37:55 2022 +0200
  59. 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
  60. e875369 eficonfig: add "Change Boot Order" menu entry by Masahisa Kojima · Mon Sep 12 17:33:56 2022 +0900
  61. f648fa3 eficonfig: scan media device in eficonfig startup by Masahisa Kojima · Mon Sep 12 17:33:55 2022 +0900
  62. 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · Mon Sep 12 17:33:54 2022 +0900
  63. 703ad32 eficonfig: add "Delete Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:53 2022 +0900
  64. bb052b9 eficonfig: add "Edit Boot Option" menu entry by Masahisa Kojima · Mon Sep 12 17:33:51 2022 +0900
  65. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · Mon Sep 12 17:33:50 2022 +0900
  66. 2702b27 cyclic: Add 'cyclic list' and 'cyclic demo' commands by Stefan Roese · Fri Sep 02 13:57:51 2022 +0200
  67. 608c11e cmd: bdinfo: introduce bdinfo_print_size() helper by Ovidiu Panait · Mon Aug 29 20:02:04 2022 +0300
  68. 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
  69. 05781ff cmd: mvebu/bubt: Check for A38x image data checksum by Pali Rohár · Tue Aug 23 14:52:23 2022 +0200
  70. d0ed5d1 cmd: bdinfo: Enable dumping lmb data when LMB is enabled by Michal Simek · Wed Sep 07 09:52:09 2022 +0200
  71. 7d289f1 cmd: correct short text for tftpboot by Heinrich Schuchardt · Sun Sep 04 09:08:11 2022 +0200
  72. 107b3a4 cmd: fix tftpput command by Heinrich Schuchardt · Sat Sep 03 12:21:09 2022 +0000
  73. b89d61a cmd: fpga: Convert to use fit_get_data_node by Sean Anderson · Tue Aug 16 11:16:05 2022 -0400
  74. c8ed628 cmd/sbi: format KVM version by Heinrich Schuchardt · Sun Aug 14 21:57:14 2022 +0200
  75. 11a075c tpm: Allow reporting the internal state by Simon Glass · Tue Aug 30 21:05:36 2022 -0600
  76. 4927f47 tpm: Require a digest source when extending the PCR by Simon Glass · Tue Aug 30 21:05:32 2022 -0600
  77. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  78. 2ebfd22 image-fit: don't set compression if it can't be read by Daniel Golle · Sat Aug 27 04:17:28 2022 +0100
  79. f683cdd i2c: fix stack buffer overflow vulnerability in i2c md command by Marek Vasut · Fri Aug 26 23:15:56 2022 +0200
  80. 8f3caea Revert "i2c: fix stack buffer overflow vulnerability in i2c md command" by Marek Vasut · Fri Aug 26 23:15:55 2022 +0200
  81. 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
  82. d39d5b2 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · Tue Aug 23 10:14:05 2022 -0700
  83. 8b4bacc dm: core: fix a typo in help text by Sergei Antonov · Sun Aug 21 16:45:08 2022 +0300
  84. bce6963 pci: Add checks to prevent config space overflow by Pali Rohár · Sun Jul 03 12:48:06 2022 +0200
  85. ecb7ce5 cmd: efidebug: Add missing \n at the end of message by Michal Simek · Tue Aug 09 16:31:12 2022 +0200
  86. e5a7b77 vbe: Add a new vbe command by Simon Glass · Sat Jul 30 15:52:37 2022 -0600
  87. 73fcf51 bootstd: Support bootflows with global bootmeths by Simon Glass · Sat Jul 30 15:52:25 2022 -0600
  88. dee4d64 bootstd: Allow the bootdev to be optional in bootflows by Simon Glass · Sat Jul 30 15:52:23 2022 -0600
  89. 4f8633d bootstd: Allow bootmeths to be marked as global by Simon Glass · Sat Jul 30 15:52:21 2022 -0600
  90. 7942bdc dm: core: Support sandbox with read interface by Simon Glass · Sat Jul 30 15:52:15 2022 -0600
  91. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · Sat Jul 30 15:52:04 2022 -0600
  92. 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
  93. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  94. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  95. 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
  96. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  97. 9c0486b cmd: remove deprecated LCD support by Heinrich Schuchardt · Thu Jul 14 08:53:46 2022 +0200
  98. dffb177 cmd: undefined return value of do_extension_apply() by Heinrich Schuchardt · Mon Jul 11 20:01:12 2022 +0200
  99. 8985d72 cmd: fix do_adc_single() by Vyacheslav Bocharov · Sun Jul 03 15:49:09 2022 +0300
  100. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · Fri Jul 22 21:32:09 2022 +0530