1. e20df59 x86: qemu: Switch to standard boot by Simon Glass · Wed Jul 12 09:04:41 2023 -0600
  2. f1db975 x86: qemu: Create a little more room for U-Boot by Simon Glass · Wed Jul 12 09:04:40 2023 -0600
  3. 55a2da3 bootstd: Add support for updating elements of the cmdline by Simon Glass · Wed Jul 12 09:04:39 2023 -0600
  4. a08adca bootstd: Add a function to update a command line by Simon Glass · Wed Jul 12 09:04:38 2023 -0600
  5. 3ddee31 bdinfo: Show information about the serial port by Simon Glass · Wed Jul 12 09:04:37 2023 -0600
  6. 63398b0 bootstd: Allow storing x86 setup information by Simon Glass · Wed Jul 12 09:04:36 2023 -0600
  7. b35513a bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · Wed Jul 12 09:04:35 2023 -0600
  8. 3392752 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · Wed Jul 12 09:04:34 2023 -0600
  9. 7fbbbc8 bootstd: Correct baudrate typo by Simon Glass · Wed Jul 12 09:04:33 2023 -0600
  10. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  11. 7e02cbe bootstd: Correct the name of the QEMU bootmeth by Simon Glass · Wed Jul 12 09:04:31 2023 -0600
  12. 72e1d33 test: Skip flat-tree tests if devicetree is not used by Simon Glass · Wed Jul 12 09:04:30 2023 -0600
  13. ba48d61 Merge branch '2023-07-14-assorted-general-updates' by Tom Rini · Fri Jul 14 15:21:48 2023 -0400
  14. 69d53d8 powerpc: Fix flush_cache() speed regression by Christophe Leroy · Wed Jul 05 16:51:37 2023 +0200
  15. 009a8e3 lzma: Fix decompression speed regression by Christophe Leroy · Wed Jul 05 10:34:26 2023 +0200
  16. fa10fb2 ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0 by Bhupesh Sharma · Mon Jul 03 00:39:12 2023 +0530
  17. 1ef4fba drivers: led: bcm6753: do not use null label to find the top by Philippe Reynes · Thu Jun 29 11:25:23 2023 +0200
  18. f311b74 board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set by Kunihiko Hayashi · Tue Jun 20 19:50:48 2023 +0900
  19. 1b4014b lib/zlib: Fix a bug when getting a gzip header extra field by Oleksandr Suvorov · Thu Jun 15 17:54:34 2023 +0300
  20. 1dc2ee6 net: ti: am65-cpsw-nuss: Use dedicated port mode control registers by Andreas Dannenberg · Wed Jun 14 17:28:53 2023 -0500
  21. d9d1538 disable NFS support by default by Peter Robinson · Wed Jun 14 15:41:10 2023 +0100
  22. b6601dd env: mmc: statically set the environment partition name by Emmanuel Di Fede · Wed Jun 14 12:05:28 2023 +0200
  23. c937154 firmware: scmi: return a right errno for SCMI status code by AKASHI Takahiro · Tue Jun 13 10:30:45 2023 +0900
  24. 1ddd8a6 hash: fix a memory leak by Sergei Antonov · Mon Jun 12 22:59:10 2023 +0300
  25. f6a0738 clk: scmi: claim the dependency on CONFIG_CLK by AKASHI Takahiro · Mon Jun 12 10:14:49 2023 +0900
  26. b746093 arch: arm: npcm8xx: add cpu version and 4G ram support by Jim Liu · Tue Jul 04 16:00:14 2023 +0800
  27. d9b55e9 misc: npcm_host_intf: change initialization sequence by Jim Liu · Tue Jul 04 16:00:13 2023 +0800
  28. 17b816c pinctrl: nuvoton: fix reset reason error for poweron by Jim Liu · Tue Jul 04 16:00:12 2023 +0800
  29. a431dc5 board: nuvoton: arbel: change uboot load address by Jim Liu · Tue Jul 04 16:00:11 2023 +0800
  30. 44c16bb misc: nuvoton: fix type error by Jim Liu · Tue Jun 13 15:45:56 2023 +0800
  31. 69e5a53 ARM: dts: npcm8xx: fix dts node error by Jim Liu · Tue Jun 13 15:45:55 2023 +0800
  32. b60cc1e board: nuvoton: add env setting for boot to linux by Jim Liu · Tue Jun 13 15:45:54 2023 +0800
  33. 03a9a47 ARM: config: Enable config to decompress the FIT image by Jim Liu · Tue Jun 13 15:45:53 2023 +0800
  34. 74e032e Merge branch '2023-07-14-nuvoton-platform-updates' by Tom Rini · Fri Jul 14 13:27:53 2023 -0400
  35. beef198 Merge branch '2023-07-14-expo-initial-config-editor' by Tom Rini · Fri Jul 14 13:26:42 2023 -0400
  36. 5f0ca61 video: Update stb_truetype by Simon Glass · Thu Jun 01 10:23:04 2023 -0600
  37. b8c2655 expo: Add tests for the configuration editor by Simon Glass · Thu Jun 01 10:23:03 2023 -0600
  38. c892511 expo: Add a configuration editor by Simon Glass · Thu Jun 01 10:23:02 2023 -0600
  39. 6130072 expo: Support building an expo from a description file by Simon Glass · Thu Jun 01 10:23:01 2023 -0600
  40. 86f1ac5 expo: Add spacing around menus and items by Simon Glass · Thu Jun 01 10:23:00 2023 -0600
  41. f0e1e8c expo: Implement the keypress logic for popup menus by Simon Glass · Thu Jun 01 10:22:59 2023 -0600
  42. 12f5773 expo: Draw the current opened menu on top by Simon Glass · Thu Jun 01 10:22:58 2023 -0600
  43. 01922ec expo: Draw popup menus in both opened and closed states by Simon Glass · Thu Jun 01 10:22:57 2023 -0600
  44. 719a3c6 expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · Thu Jun 01 10:22:56 2023 -0600
  45. d353b75 expo: Support drawing of popup menus by Simon Glass · Thu Jun 01 10:22:55 2023 -0600
  46. c55eeba expo: Move menu-item selection into a function by Simon Glass · Thu Jun 01 10:22:54 2023 -0600
  47. c999e17 expo: Support simple themes by Simon Glass · Thu Jun 01 10:22:53 2023 -0600
  48. 7a96005 expo: Set up the width and height of objects by Simon Glass · Thu Jun 01 10:22:52 2023 -0600
  49. 9e1a86d expo: Calculate text bounding-box correctly by Simon Glass · Thu Jun 01 10:22:51 2023 -0600
  50. 6081b0f expo: Use flags for objects by Simon Glass · Thu Jun 01 10:22:50 2023 -0600
  51. 7b04395 expo: Add width and height to objects by Simon Glass · Thu Jun 01 10:22:49 2023 -0600
  52. d17a624 video: Use enum with video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:48 2023 -0600
  53. 6e9e415 expo: Allow setting the start of the dynamic-ID range by Simon Glass · Thu Jun 01 10:22:47 2023 -0600
  54. 5caf125 console: Allow measuring the bounding box of text by Simon Glass · Thu Jun 01 10:22:46 2023 -0600
  55. a73a8b8 video: Allow temporary colour changes by Simon Glass · Thu Jun 01 10:22:45 2023 -0600
  56. e85e501 video: Correct docs for video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:44 2023 -0600
  57. fe4c1e2 bootstd: Add a separate log category for expo by Simon Glass · Thu Jun 01 10:22:43 2023 -0600
  58. 722281b fdt: Allow more general use of livetree by Simon Glass · Thu Jun 01 10:22:42 2023 -0600
  59. 67f8e11 fdt: Clarify the fdt pre-relocation warning by Simon Glass · Thu Jun 01 10:22:41 2023 -0600
  60. e88e2fe fdt: Align the start of the livetree by Simon Glass · Thu Jun 01 10:22:40 2023 -0600
  61. 5101ea4 cat: Update command to use fs_load_alloc() by Simon Glass · Thu Jun 01 10:22:39 2023 -0600
  62. e6c49fc fs: Create functions to load and allocate a file by Simon Glass · Thu Jun 01 10:22:38 2023 -0600
  63. b2c4034 expo: Rename exp_set_text_mode() by Simon Glass · Thu Jun 01 10:22:37 2023 -0600
  64. e73a647 console: Correct truetype spacing error by Simon Glass · Thu Jun 01 10:22:36 2023 -0600
  65. d7e32a8 expo: Avoid automatically arranging the scene by Simon Glass · Thu Jun 01 10:22:35 2023 -0600
  66. 67e2af1 expo: Store the console in the expo by Simon Glass · Thu Jun 01 10:22:34 2023 -0600
  67. 062673b video: Provide a way to clear part of the console by Simon Glass · Thu Jun 01 10:22:33 2023 -0600
  68. 4a5d345 video: Drop #ifdefs from console_truetype by Simon Glass · Thu Jun 01 10:22:32 2023 -0600
  69. 994048b dm: core: Avoid registering an inaccessible tree by Simon Glass · Thu Jun 01 10:22:31 2023 -0600
  70. e418c63 gpio: Avoid using an invalid ofnode by Simon Glass · Thu Jun 01 10:22:30 2023 -0600
  71. bf61c54 test: Restore test behaviour on failure by Simon Glass · Thu Jun 01 10:22:29 2023 -0600
  72. 479f4a0 sandbox: Fix quiting when the LCD window is closed by Simon Glass · Thu Jun 01 10:22:28 2023 -0600
  73. ea274b6 expo: Convert to using a string ID for the scene title by Simon Glass · Thu Jun 01 10:22:27 2023 -0600
  74. c6e9f4c expo: Correct some header-file comments by Simon Glass · Thu Jun 01 10:22:26 2023 -0600
  75. 245c52c binman: Correct coverage gap in control by Simon Glass · Thu Jun 01 10:22:25 2023 -0600
  76. 0a5e069 bdinfo: Correct use of assertions by Simon Glass · Tue Jul 11 20:46:30 2023 -0600
  77. c5cc4bc arch: arm: npcm8xx: add cpu version and 4G ram support by Jim Liu · Tue Jul 04 16:00:14 2023 +0800
  78. eae7ede misc: npcm_host_intf: change initialization sequence by Jim Liu · Tue Jul 04 16:00:13 2023 +0800
  79. 0ed3b6b pinctrl: nuvoton: fix reset reason error for poweron by Jim Liu · Tue Jul 04 16:00:12 2023 +0800
  80. bd928ac board: nuvoton: arbel: change uboot load address by Jim Liu · Tue Jul 04 16:00:11 2023 +0800
  81. 959e8a4 misc: nuvoton: fix type error by Jim Liu · Tue Jun 13 15:45:56 2023 +0800
  82. 60bfc90 ARM: dts: npcm8xx: fix dts node error by Jim Liu · Tue Jun 13 15:45:55 2023 +0800
  83. c4ab55c board: nuvoton: add env setting for boot to linux by Jim Liu · Tue Jun 13 15:45:54 2023 +0800
  84. 56c2434 ARM: config: Enable config to decompress the FIT image by Jim Liu · Tue Jun 13 15:45:53 2023 +0800
  85. 2d552e7 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Thu Jul 13 20:39:10 2023 -0400
  86. fb1915b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jul 13 20:38:50 2023 -0400
  87. 7db4d96 Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Jul 13 20:38:24 2023 -0400
  88. 5c63e4a arm: mvebu: Remove unused alias from RC AC5X dts by Chris Packham · Mon Jul 10 10:47:37 2023 +1200
  89. 7325f1f arm: mvebu: Add Allied Telesis x240 board by Chris Packham · Mon Jul 10 10:47:36 2023 +1200
  90. ff4c1b2 mx7dsabresd: Retrieve the second MAC address from fuses by Fabio Estevam · Tue Jul 11 18:57:57 2023 -0300
  91. 96b0b36 arm64: imx: imx8mp-beacon: Enable LTO by Adam Ford · Mon May 29 13:08:34 2023 -0500
  92. 19f38de config: xea: Disable support for FAT file system by Lukasz Majewski · Wed Jul 12 12:20:47 2023 +0200
  93. 7eef447 config: xea: Disable support for boot methods EXTLINUX and VBE by Lukasz Majewski · Wed Jul 12 12:20:46 2023 +0200
  94. b9a4467 mx23_olinuxino: Convert to CONFIG_DM_SERIAL by Fabio Estevam · Tue Jul 11 18:09:03 2023 -0300
  95. a128e52 mx23evk: Convert to CONFIG_DM_SERIAL by Fabio Estevam · Tue Jul 11 18:09:02 2023 -0300
  96. 2d03617 mx28evk: Convert to CONFIG_DM_SERIAL by Fabio Estevam · Tue Jul 11 18:09:01 2023 -0300
  97. dd1587c arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hog by Andrejs Cainikovs · Tue Jul 11 11:09:18 2023 +0200
  98. 86d5ffe configs: verdin-imx8mp: enable spl_gpio_hog by Andrejs Cainikovs · Tue Jul 11 11:09:17 2023 +0200
  99. 5ab25a1 arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog by Andrejs Cainikovs · Tue Jul 11 11:09:16 2023 +0200
  100. 2045e8c configs: verdin-imx8mm: enable spl_gpio_hog by Andrejs Cainikovs · Tue Jul 11 11:09:15 2023 +0200