Re: [PATCH 10/16] bootstd: Add private bootmeth data to the bootflow

2023-08-11 Thread Simon Glass
Some bootmeths need to store their own information related to the bootflow, in addition to the generic information in struct bootflow. Add a pointer for this. Signed-off-by: Simon Glass --- boot/bootflow.c| 1 + include/bootflow.h | 2 ++ 2 files changed, 3 insertions(+) Applied to u-boot-

[PATCH 10/16] bootstd: Add private bootmeth data to the bootflow

2023-07-30 Thread Simon Glass
Some bootmeths need to store their own information related to the bootflow, in addition to the generic information in struct bootflow. Add a pointer for this. Signed-off-by: Simon Glass --- boot/bootflow.c| 1 + include/bootflow.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/boot/