1. 2294ecb blk: Use a macro for the typical block size by Bin Meng · Tue Sep 26 16:43:31 2023 +0800
  2. f570565 stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · Fri Sep 29 02:47:17 2023 +0200
  3. 7cd91f7 spl: Jump to image at end of board_init_r by Jonas Karlman · Wed Sep 27 21:44:13 2023 +0000
  4. 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · Fri Sep 08 17:08:56 2023 +0900
  5. cb3d8fa Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Oct 08 09:58:55 2023 -0400
  6. a856099 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:26 2023 +0530
  7. 2b2e628 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:25 2023 +0530
  8. d2c642c bloblist: Add missing name by Simon Glass · Tue Sep 26 08:14:52 2023 -0600
  9. a28f39c bloblist: Support initing from multiple places by Simon Glass · Tue Sep 26 08:14:51 2023 -0600
  10. 9f076ea sandbox: Move the bloblist down a little in memory by Simon Glass · Tue Sep 26 08:14:50 2023 -0600
  11. c4b1450 spl: Move bloblist writing until the image is known by Simon Glass · Tue Sep 26 08:14:36 2023 -0600
  12. dff9043 spl: Use the correct FIT_..._PROP constants by Simon Glass · Tue Sep 26 08:14:35 2023 -0600
  13. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · Tue Sep 26 08:14:34 2023 -0600
  14. 205ff7b spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · Tue Sep 26 08:14:33 2023 -0600
  15. b4c22cf spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · Tue Sep 26 08:14:32 2023 -0600
  16. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · Tue Sep 26 08:14:31 2023 -0600
  17. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  18. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · Tue Sep 26 08:14:22 2023 -0600
  19. ad67972 spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:21 2023 -0600
  20. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · Tue Sep 26 08:14:20 2023 -0600
  21. 99bb534 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · Tue Sep 26 08:14:19 2023 -0600
  22. 0686b0c spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · Tue Sep 26 08:14:18 2023 -0600
  23. 259cdb4 spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:17 2023 -0600
  24. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  25. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  26. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  27. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  28. 31ef834 dm: core: Allow marking driver model as dead by Simon Glass · Thu Sep 07 09:58:13 2023 -0600
  29. 95dbb41 spl: Tidy up load address in spl_ram by Simon Glass · Thu Sep 14 10:55:50 2023 -0600
  30. 2736719 Move fdt_simplefb to boot/ by Simon Glass · Thu Sep 14 10:55:46 2023 -0600
  31. a9773b8 boot: Move fdt_support to boot/ by Simon Glass · Thu Sep 14 10:55:45 2023 -0600
  32. e0e27fe video: Move the BMP options by Simon Glass · Thu Sep 14 10:55:42 2023 -0600
  33. 1072df8 video: Move bmp code to drivers/video by Simon Glass · Thu Sep 14 10:55:41 2023 -0600
  34. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  35. d67f210 spl: sdp: Detach the controller on error by Marek Vasut · Fri Sep 01 11:49:57 2023 +0200
  36. ce2f2d9 dfu: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:56 2023 +0200
  37. 61d5d9a dfu: Detach the controller on error by Marek Vasut · Fri Sep 01 11:49:55 2023 +0200
  38. 6d47a31 cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:50 2023 +0200
  39. e4f4973 common: stdio: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:49 2023 +0200
  40. fb45951 common: hash: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:48 2023 +0200
  41. dfbb8e3 common: event: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:47 2023 +0200
  42. 809cb4e common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:46 2023 +0200
  43. 24deb2a common: hush: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:45 2023 +0200
  44. e2aa438 common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:44 2023 +0200
  45. a66d1d8 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:42 2023 +0200
  46. 6eba2bc spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · Wed Sep 06 14:25:11 2023 +0200
  47. 8973e37 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · Tue Aug 29 10:20:14 2023 +0900
  48. 10a3e61 dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT by Shengyu Qu · Fri Aug 25 00:25:19 2023 +0800
  49. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  50. 1cedca1 event: Use an event to replace last_stage_init() by Simon Glass · Mon Aug 21 21:17:01 2023 -0600
  51. 14f1d29 freescale: Drop call to init_func_vid() in the init sequence by Simon Glass · Mon Aug 21 21:17:00 2023 -0600
  52. fcebb7b x86: Convert arch_fsp_init() to use events by Simon Glass · Mon Aug 21 21:16:59 2023 -0600
  53. cad6b82 initcall: Support manual relocation by Simon Glass · Mon Aug 21 21:16:55 2023 -0600
  54. 6b42d38 initcall: Support emitting events by Simon Glass · Mon Aug 21 21:16:54 2023 -0600
  55. d6db894 event: Export event_type_name() by Simon Glass · Mon Aug 21 21:16:53 2023 -0600
  56. afb5a8a Revert "initcall: Move to inline function" by Simon Glass · Mon Aug 21 21:16:49 2023 -0600
  57. 3bfbedd event: Support a simple spy record by Simon Glass · Mon Aug 21 21:16:48 2023 -0600
  58. f23e8e7 common: bouncebuf: Add missing cast to dma_addr_t by Marek Vasut · Mon Aug 14 01:47:47 2023 +0200
  59. 5865a00 dm: event: add EVT_DM_POST_INIT_R event type by Chanho Park · Fri Aug 18 14:11:02 2023 +0900
  60. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  61. 1f4c5b4 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · Tue Aug 15 18:07:36 2023 +0200
  62. 6532fab spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · Tue Aug 08 16:42:15 2023 +0300
  63. 51a9aac common: return type board_get_usable_ram_top by Heinrich Schuchardt · Sat Aug 12 20:16:58 2023 +0200
  64. 22e22a2 spl: add FIT support to semihosting boot method by Heinrich Schuchardt · Sat Jul 22 21:27:48 2023 +0200
  65. 62b89a1 riscv: Add SPL_ZERO_MEM_BEFORE_USE implementation by Shengyu Qu · Wed Aug 09 21:11:32 2023 +0800
  66. 896409c video: Add a Kconfig option for SPL video handoff by Simon Glass · Sun Jul 30 11:16:05 2023 -0600
  67. b1d581d bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · Sun Jul 30 11:15:14 2023 -0600
  68. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · Thu Aug 03 09:47:17 2023 +0800
  69. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  70. 50a132b board_f: Cosmetic style fix by Bin Meng · Sat Jul 22 00:15:21 2023 +0800
  71. 9f0b8f2 crc32: Drop duplicates crc header includes by Ilya Lukin · Fri Jul 14 17:39:32 2023 +0300
  72. 13aaedd common: Drop duplicate space in SPL_BMP description by Marek Vasut · Sat Jul 29 15:34:51 2023 +0200
  73. 8285978 common: fix detection of SYS_MALLOC_F_LEN=0x0 by Heinrich Schuchardt · Tue Aug 01 15:33:41 2023 +0200
  74. 15a23ca spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · Thu Aug 03 19:05:40 2023 +0300
  75. fdc62b0 spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · Thu Aug 03 19:05:39 2023 +0300
  76. d198c3a bloblist: Enforce CRC32 by Tom Rini · Mon Aug 07 12:32:19 2023 -0400
  77. 74cd2d8 event: Fix a wrong type_name from dm_post_init to dm_post_init_f by Jaehoon Chung · Tue Aug 01 19:17:00 2023 +0900
  78. d61be5b console: Print out complete stdio device list by Bin Meng · Sun Jul 23 12:40:37 2023 +0800
  79. a6a8350 console: Refactor stdio_print_current_devices() a little bit by Bin Meng · Sun Jul 23 12:40:36 2023 +0800
  80. 1318689 console: Make stdio_print_current_devices() static by Bin Meng · Sun Jul 23 12:40:35 2023 +0800
  81. 0116d85 console: kconfig: Drop the redundant VIDEO dependency by Bin Meng · Sun Jul 23 12:40:34 2023 +0800
  82. 1d8f137 spl: initialize PCI before booting by Heinrich Schuchardt · Mon Jul 24 22:18:41 2023 +0200
  83. 83a91f3 spl: blk: partition numbers are hexadecimal by Heinrich Schuchardt · Sat Jul 22 12:45:44 2023 +0200
  84. 5048844 spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME by Heinrich Schuchardt · Fri Jul 21 14:09:43 2023 +0200
  85. aa3c9bb common: Kconfig: Fix CMD_BMP/BMP dependency by Samuel Dionne-Riel · Tue Jul 18 14:27:36 2023 +0530
  86. 1a606db common: spl: spl: Remove video driver by Nikhil M Jain · Tue Jul 18 14:27:33 2023 +0530
  87. f7ec531 common: board_f: Pass frame buffer info from SPL to u-boot by Nikhil M Jain · Tue Jul 18 14:27:31 2023 +0530
  88. 799ceff common: spl: spl: Update stack pointer address by Nikhil M Jain · Tue Jul 18 14:27:27 2023 +0530
  89. 9298132 common: splash_source: Fix type casting errors by Nikhil M Jain · Wed Jun 21 16:29:53 2023 +0530
  90. df36981 event: Add fpga load event by Christian Taedcke · Thu Jul 20 09:27:24 2023 +0200
  91. a8c9436 arm64: zynqmp: Switch to amd.com emails by Michal Simek · Mon Jul 10 14:35:49 2023 +0200
  92. ad3ae7d android_ab: Try backup booloader_message by Joshua Watt · Mon Jul 03 10:07:13 2023 -0500
  93. 5e89ebb log: Support outputing function names in SPL by Simon Glass · Sat Jul 15 21:39:14 2023 -0600
  94. 358077b x86: Pass video settings from SPL to U-Boot proper by Simon Glass · Sat Jul 15 21:38:59 2023 -0600
  95. 345c974 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · Sat Jul 15 21:38:53 2023 -0600
  96. e6b0350 x86: Improve the trampoline in 64-bit mode by Simon Glass · Sat Jul 15 21:38:52 2023 -0600
  97. 5cc6ae1 log: Tidy up an ambiguous comment by Simon Glass · Sat Jul 15 21:38:49 2023 -0600
  98. f311b74 board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set by Kunihiko Hayashi · Tue Jun 20 19:50:48 2023 +0900
  99. 1ddd8a6 hash: fix a memory leak by Sergei Antonov · Mon Jun 12 22:59:10 2023 +0300
  100. fe4c1e2 bootstd: Add a separate log category for expo by Simon Glass · Thu Jun 01 10:22:43 2023 -0600