[PATCH v2 00/13] bootm: prepare loadable abstraction rework

Sascha Hauer s.hauer at pengutronix.de
Fri Feb 13 06:07:54 PST 2026


On Mon, 09 Feb 2026 19:10:39 +0100, Ahmad Fatoum wrote:
> v1 -> v2:
>   - Dropped "efi: payload: bootm: fix memory corruption on initrd load error":
>     Sent out separately
>   - Dropped "bootm: cache os_file for appendroot purposes"
>     Preparatory patch that has been superseded for the second part of
>     this rework
>   - Move memory_bank_lookup_region() closer to the bootm_load()
>     functions, and make sure same argument are used for both.
>   - Switch over efi_loader_bootm as well by using bootm_load_os
>   - In fit_open, propagate error for short reads correctly
>   - add kernel-doc for open_fdt, resize_region,
>     file_read_and_detect_boot_image_type
>   - export file_read_and_detect_boot_image_type for future use
>   - fix intermittent regression for initrd loading
>   - resize_region: return error on resizing to 0 size (Sascha)
>   - resize_region: check that there is no conflict with child resources
>     (Sascha)
> 
> [...]

Applied, thanks!

[01/13] FIT: implement fit_count_images
        https://git.pengutronix.de/cgit/barebox/commit/?id=78ab21a74771 (link may not be stable)
[02/13] FIT: add image index argument to fit_open_image
        https://git.pengutronix.de/cgit/barebox/commit/?id=5b0796484a85 (link may not be stable)
[03/13] resource: implement gap-aware lookup_region
        https://git.pengutronix.de/cgit/barebox/commit/?id=81bf39698226 (link may not be stable)
[04/13] bootm: give bootm_load_ functions an end address
        https://git.pengutronix.de/cgit/barebox/commit/?id=f048eaf9323d (link may not be stable)
[05/13] bootm: store separate image_type and kernel_type
        https://git.pengutronix.de/cgit/barebox/commit/?id=3b843b66e84d (link may not be stable)
[06/13] bootm: fit: move length calculation into fit_open
        https://git.pengutronix.de/cgit/barebox/commit/?id=cc202f94db33 (link may not be stable)
[07/13] libfile: factor out zero-page resistant read_file as __read_full_anywhere
        https://git.pengutronix.de/cgit/barebox/commit/?id=56832e6dbbab (link may not be stable)
[08/13] resource: implement resize_region
        https://git.pengutronix.de/cgit/barebox/commit/?id=7cd4ea927438 (link may not be stable)
[09/13] bootm: rename image_data::os/initrd with _uimage suffix
        https://git.pengutronix.de/cgit/barebox/commit/?id=fe3b12b27cd3 (link may not be stable)
[10/13] uimage: record original file name in uimage_handle
        https://git.pengutronix.de/cgit/barebox/commit/?id=d540a886bd78 (link may not be stable)
[11/13] bootm: factor out file detection into helper
        https://git.pengutronix.de/cgit/barebox/commit/?id=9be5e29c7262 (link may not be stable)
[12/13] efi: payload: bootm: add dry run support
        https://git.pengutronix.de/cgit/barebox/commit/?id=12cfd35f6619 (link may not be stable)
[13/13] efi: initrd: make efi_initrd_register initrd pointer param const
        https://git.pengutronix.de/cgit/barebox/commit/?id=f4d060f1b563 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list