]> Git Repo - u-boot.git/commit
bootstd: Update bootmeth_alloc_file() to record images
authorSimon Glass <[email protected]>
Fri, 15 Nov 2024 23:19:14 +0000 (16:19 -0700)
committerTom Rini <[email protected]>
Wed, 15 Jan 2025 14:48:42 +0000 (08:48 -0600)
commitadc621bf15cf7478e2ac46985216703219ebe778
tree2f2abd90ad2c480c2ee6d918278c6f40b3f1f780
parent8a6bf2fb31b6a02227818e679d567ae012494467
bootstd: Update bootmeth_alloc_file() to record images

As a first step to recording images and where they came from, update
this function to do so, since it is used by two bootmeths

Create a helper function in the bootflow system, since recorded
images are always associated with bootflows.

Signed-off-by: Simon Glass <[email protected]>
boot/bootflow.c
boot/bootmeth-uclass.c
boot/bootmeth_extlinux.c
boot/bootmeth_script.c
include/bootflow.h
include/bootmeth.h
This page took 0.033537 seconds and 4 git commands to generate.