Re: [PATCH v4 18/19] bootstd: Add the concept of an ad-hoc bootflow

2024-12-05 Thread Simon Glass
The normal situation with bootstd is that a bootflow is created from a bootmeth. In some cases, a script or user-command may cause an image to be loaded. To deal with this, add the concept of an ad-hoc bootflow. This can be used to record information about manually loaded images. Signed-off-by: Si

[PATCH v4 18/19] bootstd: Add the concept of an ad-hoc bootflow

2024-11-15 Thread Simon Glass
The normal situation with bootstd is that a bootflow is created from a bootmeth. In some cases, a script or user-command may cause an image to be loaded. To deal with this, add the concept of an ad-hoc bootflow. This can be used to record information about manually loaded images. Signed-off-by: Si