1. 8ff257c bootmeth: pass size to efi_binary_run() by Heinrich Schuchardt · Fri Dec 22 16:01:56 2023 +0100
  2. 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · Thu Dec 21 16:10:00 2023 -0500
  3. 6568e4b bootm: Create a new boot_run() function to handle booting by Simon Glass · Fri Dec 15 20:14:26 2023 -0700
  4. 2d043a6 bootm: Create a function to run through the booti states by Simon Glass · Fri Dec 15 20:14:25 2023 -0700
  5. e176bb1 bootm: Create a function to run through the bootz states by Simon Glass · Fri Dec 15 20:14:23 2023 -0700
  6. bd73cac bootm: Create a function to run through the bootm states by Simon Glass · Fri Dec 15 20:14:21 2023 -0700
  7. 454746d bootm: Tidy up boot_selected_os() by Simon Glass · Fri Dec 15 20:14:20 2023 -0700
  8. d90f94f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · Fri Dec 15 20:14:19 2023 -0700
  9. 50fa2fe bootm: Drop arguments from do_bootm_states() by Simon Glass · Fri Dec 15 20:14:18 2023 -0700
  10. 839e9e4 bootm: Move do_bootm_states() comment to header file by Simon Glass · Fri Dec 15 20:14:15 2023 -0700
  11. 112b020 bootm: Add more fields to bootm_info by Simon Glass · Fri Dec 15 20:14:14 2023 -0700
  12. 0726d9d bootm: Adjust arguments of boot_os_fn by Simon Glass · Fri Dec 15 20:14:13 2023 -0700
  13. b890c08 bootm: Adjust how the board is reset by Simon Glass · Fri Dec 15 20:14:10 2023 -0700
  14. e908fec boot: add support for fdt_fixup command in environment by Matthias Schiffer · Mon Dec 11 12:03:17 2023 +0100
  15. 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · Thu Dec 14 07:16:54 2023 -0500
  16. 2723df2 pxe_utils: Increase feedback to user when fdt file is not found by Michael Trimarchi · Thu Dec 07 15:28:19 2023 +0100
  17. c975d8b bootm: Fix flags used for bootargs string substitution by Piotr Kubik · Fri Nov 24 17:30:46 2023 +0100
  18. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  19. 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · Tue Nov 21 10:29:46 2023 +0900
  20. a0e7612 Merge patch series "bootm: Handle compressed arm64 images with bootm" by Tom Rini · Fri Dec 15 09:41:44 2023 -0500
  21. 50b8be3 bootm: Support kernel_noload with compression by Simon Glass · Sun Nov 19 07:43:34 2023 -0700
  22. b1f90ca bootm: Move arm64-image processing later by Simon Glass · Sun Nov 19 07:43:33 2023 -0700
  23. 59f0c4d image: Show the load address when decompressing by Simon Glass · Sun Nov 19 07:43:32 2023 -0700
  24. 565938c bootstd: Fix a memory leak in the efi manager bootflow by Ilias Apalodimas · Thu Dec 07 14:36:36 2023 +0200
  25. 8096894 fdt: Move ft_verify_fdt() before the final fixups by Simon Glass · Sun Nov 12 08:27:50 2023 -0700
  26. 6a66109 fdt: Drop the confusing casts in lmb_free() by Simon Glass · Sun Nov 12 08:27:49 2023 -0700
  27. 449b759 boot: Move adding initrd earlier in image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:48 2023 -0700
  28. 6f37726 fdt: ppc: Drop extra size for ramdisk by Simon Glass · Sun Nov 12 08:27:47 2023 -0700
  29. d21485d fdt: Improve the comment for fdt_shrink_to_minimum() by Simon Glass · Sun Nov 12 08:27:46 2023 -0700
  30. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:44 2023 -0700
  31. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  32. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  33. 9236852 bootstd: Introduce programmatic boot by Simon Glass · Sat Nov 18 14:05:19 2023 -0700
  34. aba60d1 bootm: Reduce arguments to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:18 2023 -0700
  35. ab48be5 bootm: Add a function to check overlap by Simon Glass · Sat Nov 18 14:05:17 2023 -0700
  36. d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · Sat Nov 18 14:05:16 2023 -0700
  37. 28eafe6 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:15 2023 -0700
  38. 3f2dcbe bootm: efi: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:14 2023 -0700
  39. 5fb729b bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:13 2023 -0700
  40. 4fdc559 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · Sat Nov 18 14:05:12 2023 -0700
  41. 01080ab bootm: Reduce arguments to boot_get_fpga() by Simon Glass · Sat Nov 18 14:05:11 2023 -0700
  42. db125e0 bootm: Reduce arguments to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:10 2023 -0700
  43. af2c72c bootm: Pass image buffer to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:09 2023 -0700
  44. 7f0a5a6 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:08 2023 -0700
  45. 8eef77e bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · Sat Nov 18 14:05:06 2023 -0700
  46. f3c57b6 bootm: Reduce arguments to bootm_find_os() by Simon Glass · Sat Nov 18 14:05:05 2023 -0700
  47. c46784c bootm: Move error printing out of boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:04 2023 -0700
  48. d6d6ed8 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · Sat Nov 18 14:05:03 2023 -0700
  49. a5d35f9 bootm: Use the error return from boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:02 2023 -0700
  50. ae217b3 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:01 2023 -0700
  51. 9d085c1 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · Sat Nov 18 14:05:00 2023 -0700
  52. 8333dd5 bootm: Reduce arguments to boot_get_kernel() by Simon Glass · Sat Nov 18 14:04:58 2023 -0700
  53. 4e8ec47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · Sat Nov 18 14:04:57 2023 -0700
  54. 7715b31 bootm: Move boot_get_kernel() higher in the file by Simon Glass · Sat Nov 18 14:04:56 2023 -0700
  55. 2e719d5 bootm: Simplify arguments for bootm_pre_load() by Simon Glass · Sat Nov 18 14:04:55 2023 -0700
  56. 5f1f4f2 bootm: Drop arguments from bootm_start() by Simon Glass · Sat Nov 18 14:04:54 2023 -0700
  57. b45d7e2 bootflow: bootmeth_efi: don't free buffer by Shantur Rathore · Sun Nov 19 16:55:01 2023 +0000
  58. aab9cdb bootflow: bootmeth_efi: Handle fdt not available. by Shantur Rathore · Sun Nov 19 16:55:00 2023 +0000
  59. 1c34f9d bootflow: bootmeth_efi: set bflow->fname from bootfile name by Shantur Rathore · Sun Nov 19 16:54:59 2023 +0000
  60. b4c1252 bootflow: bootmeth_efi: Set bootp_arch as hex by Shantur Rathore · Sun Nov 19 16:54:58 2023 +0000
  61. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  62. 254c934 bootstd: Avoid freeing a non-allocated buffer by Simon Glass · Wed Nov 15 18:35:23 2023 -0700
  63. 0f1c62e bootm: Enable legacy VxWorks booting from FITs by Sean Anderson · Fri Oct 27 16:07:40 2023 -0400
  64. 9ac53fb expo: Correct background colour by Simon Glass · Sun Oct 01 19:14:41 2023 -0600
  65. 90730f1 boot: Fix syntax in fdt_overlay_apply_verbose() error message by Hugo Villeneuve · Thu Oct 26 15:54:49 2023 -0400
  66. 81356b4 bootstd: Skip over bad device during bootflows scanning by Tony Dinh · Thu Nov 02 11:51:15 2023 -0700
  67. dc3bf2d boot: Make preboot and bootcmd require CMDLINE by Tom Rini · Thu Oct 26 14:31:28 2023 -0400
  68. 9bf470a bootmeth_script: Depend on CMDLINE by Tom Rini · Thu Oct 26 14:31:27 2023 -0400
  69. 350198e bootmeth_cros: Require bootm.o and bootm_os.o by Tom Rini · Thu Oct 26 14:31:26 2023 -0400
  70. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · Thu Oct 26 14:31:25 2023 -0400
  71. 984bfdc boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · Thu Oct 26 14:31:24 2023 -0400
  72. 045245b boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · Thu Oct 26 14:31:23 2023 -0400
  73. 7dee9dc autoboot: Correct dependencies on CMDLINE by Simon Glass · Thu Oct 26 14:31:22 2023 -0400
  74. 3c9b3b5 bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · Thu Oct 26 14:31:21 2023 -0400
  75. 55f5832 bootstd: cros: Correct condition for read method by Simon Glass · Wed Oct 25 07:17:37 2023 +1300
  76. a61057f bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · Wed Oct 25 07:17:36 2023 +1300
  77. f98bb0b bootstd: Make efi_mgr bootmeth work for non-sandbox setups by Mark Kettenis · Sun Sep 03 22:40:00 2023 +0200
  78. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  79. 32401ba bootm: Support boot measurement by Eddie James · Tue Oct 24 10:43:50 2023 -0500
  80. a87cbb8 bootstd: sata: Add bootstd support for ahci sata by Tony Dinh · Wed Oct 11 13:26:42 2023 -0700
  81. b51f01d bootstd: Scan all bootdevs in a boot_targets entry (take 2) by Simon Glass · Mon Oct 23 00:02:13 2023 -0700
  82. 33795a9 bootstd: Correct logic for single uclass by Simon Glass · Mon Oct 23 00:02:12 2023 -0700
  83. 5c3e93f Revert "bootstd: Scan all bootdevs in a boot_targets entry" by Simon Glass · Mon Oct 23 00:02:10 2023 -0700
  84. 60bcbf0 bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · Sat Sep 23 14:50:15 2023 -0600
  85. c7c751b expo: Support building an expo with a textline by Simon Glass · Sun Oct 01 19:13:38 2023 -0600
  86. 23c3eb4 expo: Plumb in textline to cedit by Simon Glass · Sun Oct 01 19:13:37 2023 -0600
  87. eb8af2c expo: Support handling any key in cedit by Simon Glass · Sun Oct 01 19:13:36 2023 -0600
  88. 0023d18 expo: Plumb in textlines to a scene by Simon Glass · Sun Oct 01 19:13:34 2023 -0600
  89. f6a943a expo: Support opening a textline by Simon Glass · Sun Oct 01 19:13:33 2023 -0600
  90. 6116e76 expo: Add basic support for textline objects by Simon Glass · Sun Oct 01 19:13:32 2023 -0600
  91. a968f5f expo: Add some scene fields needed for text entry by Simon Glass · Sun Oct 01 19:13:31 2023 -0600
  92. 118a727 expo: Allow rendering the background of any object by Simon Glass · Sun Oct 01 19:13:30 2023 -0600
  93. f099469 expo: Make calculation of an object bounding box generic by Simon Glass · Sun Oct 01 19:13:29 2023 -0600
  94. f78388b expo: Add a function to write a property to a devicetree by Simon Glass · Sun Oct 01 19:13:28 2023 -0600
  95. 193bfea expo: Allow highlighting other scene-object types by Simon Glass · Sun Oct 01 19:13:27 2023 -0600
  96. 51bde1a expo: Correct the logic for duplicate-ID detection by Simon Glass · Sun Oct 01 19:13:26 2023 -0600
  97. 1b4a225 expo: Correct some swallowed errors in scene by Simon Glass · Sun Oct 01 19:13:25 2023 -0600
  98. b7a6453 expo: Use switch statements more for object types by Simon Glass · Sun Oct 01 19:13:24 2023 -0600
  99. db6a051 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · Sun Oct 01 19:13:23 2023 -0600
  100. b3a8b0a expo: Add better error reporting by Simon Glass · Sun Oct 01 19:13:22 2023 -0600