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