u-boot/boot
Tom Rini 178f6ecb21 Merge patch series "bootstd: Support recording images"
Simon Glass <sjg@chromium.org> says:

This series provides a way to keep track of the images used in bootstd,
including the type of each image.

At present this is sort-of handled by struct bootflow but in quite an
ad-hoc way. The structure has become quite large and is hard to query.
Future work will be able to reduce its size.

Ultimately the 'bootflow info' command may change to also show images as
a list, but that is left for later, as this series is already fairly
long. So for now, just introduce the concept and adjust bootstd to use
it, with a simple command to list the images.

This series includes various alist enhancements, to make use of this new
data structure a little easier.

[trini: Drop patch 18 and 19 for now due to size considerations]

Link: https://lore.kernel.org/r/20241115231926.211999-1-sjg@chromium.org
2025-01-15 19:27:14 -06:00
..
android_ab.c common: android_ab: fix slot suffix for abc block 2024-10-24 09:45:55 +02:00
boot_fit.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
bootdev-uclass.c Merge patch series "bootstd: Support recording images" 2025-01-15 19:27:14 -06:00
bootflow.c bootstd: Add a simple command to list images 2025-01-15 08:48:42 -06:00
bootflow_internal.h bootstd: Support creating a boot menu 2023-01-16 18:26:50 -05:00
bootflow_menu.c boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmeth 2024-06-20 11:41:43 -06:00
bootm.c lmb: Remove lmb_reserve_flags() 2024-12-30 13:21:55 -06:00
bootm_os.c lmb: make LMB memory map persistent and global 2024-09-03 14:08:50 -06:00
bootmeth-uclass.c Update bootmeth_alloc_other() to record images 2025-01-15 08:48:42 -06:00
bootmeth_android.c Merge patch series "bootstd: Support recording images" 2025-01-15 19:27:14 -06:00
bootmeth_android.h bootstd: Add a bootmeth for Android 2024-07-18 13:51:30 -06:00
bootmeth_cros.c bootstd: Update cros bootmeth to record images 2025-01-15 08:48:42 -06:00
bootmeth_cros.h bootstd: cros: Bring in some ChromiumOS structures 2023-08-10 18:34:54 -06:00
bootmeth_efi.c bootmeth_efi: Check the filename-allocation in the network path 2025-01-15 08:48:42 -06:00
bootmeth_efi_mgr.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_extlinux.c Merge patch series "bootstd: Support recording images" 2025-01-15 19:27:14 -06:00
bootmeth_pxe.c boot: Update pxe bootmeth to record images 2025-01-15 08:48:42 -06:00
bootmeth_qfw.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_sandbox.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
bootmeth_script.c Update bootmeth_alloc_other() to record images 2025-01-15 08:48:42 -06:00
bootretry.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
bootstd-uclass.c bootstd: Move the bootflow list into an alist 2025-01-15 08:48:42 -06:00
cedit.c boot: cedit: include u-boot/schedule.h 2024-10-23 06:52:38 +02:00
common_fit.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
expo.c expo: Use standard numbering for save and discard 2024-10-18 14:10:22 -06:00
expo_build.c expo: Drop scene_title_set() 2024-10-18 14:10:22 -06:00
expo_build_cb.c x86: coreboot: Allow building an expo for editing CMOS config 2024-11-03 21:27:12 -06:00
fdt_region.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
fdt_simplefb.c boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig 2024-10-22 19:54:08 +02:00
fdt_support.c common: fdt: hand over original fdt bootargs into board chosen handler 2025-01-14 15:41:56 -06:00
image-android-dt.c global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
image-android.c Prepare v2025.01-rc5 2024-12-25 22:31:04 -06:00
image-board.c lmb: Remove lmb_alloc_base_flags() 2024-12-30 13:21:55 -06:00
image-cipher.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image-fdt.c lmb: Remove lmb_alloc_base_flags() 2024-12-30 13:21:55 -06:00
image-fit-sig.c image-fit-sig: Remove padding check 2024-10-21 17:52:52 -06:00
image-fit.c boot: Respect the load_op in fit_image_load() 2024-12-27 15:16:10 -06:00
image-host.c Create a new boot/ directory 2021-11-11 19:01:56 -05:00
image-pre-load.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image-sig.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image.c cmd: bootm: add ELF file support 2024-07-05 13:57:02 -06:00
Kconfig boot: Imply CRC8 with VBE 2024-12-27 15:16:10 -06:00
Makefile boot: Use correct PHASE_ variable for expo 2024-12-17 09:11:49 -06:00
prog_boot.c bootstd: Introduce programmatic boot 2023-12-13 11:51:24 -05:00
pxe_utils.c boot: Update extlinux pxe_getfile_func() to include type 2025-01-15 08:48:42 -06:00
scene.c expo: Drop scene_title_set() 2024-10-18 14:10:22 -06:00
scene_internal.h expo: Allow menu items to have values 2024-10-18 14:10:22 -06:00
scene_menu.c expo: Support menu-item values in cedit 2024-10-18 14:10:22 -06:00
scene_textline.c expo: Place menu items to the right of all labels 2024-10-18 14:10:22 -06:00
upl_common.c upl: Add support for reading a upl handoff 2024-08-09 16:03:19 -06:00
upl_common.h upl: Add support for reading a upl handoff 2024-08-09 16:03:19 -06:00
upl_read.c upl: fix parsing of DT property 2024-11-14 18:14:06 -06:00
upl_write.c upl: Add support for writing a upl handoff 2024-08-09 16:03:20 -06:00
vbe.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
vbe_request.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
vbe_simple.c bootmeth: Update the read_file() method to include a type 2025-01-15 08:48:42 -06:00
vbe_simple.h vbe: Move OS implementation into a separate file 2022-10-31 11:03:36 -04:00
vbe_simple_fw.c xpl: Rename spl_phase() to xpl_phase() 2024-10-11 11:44:47 -06:00
vbe_simple_os.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00