Re: [PATCH 15/18] x86: zimage: Export the function to obtain the cmdline

2023-05-15 Thread Bin Meng
On Sat, Apr 29, 2023 at 3:18 AM Simon Glass wrote: > > Allow reading the command line from a zimage, so that it can be recorded > in the bootflow. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/zimage.h | 10 ++ > arch/x86/lib/zimage.c | 11 --- > 2 files c

[PATCH 15/18] x86: zimage: Export the function to obtain the cmdline

2023-04-28 Thread Simon Glass
Allow reading the command line from a zimage, so that it can be recorded in the bootflow. Signed-off-by: Simon Glass --- arch/x86/include/asm/zimage.h | 10 ++ arch/x86/lib/zimage.c | 11 --- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/arch/x86/includ