Re: [PATCH v2 09/16] x86: zboot: Add an 'info' subcommand

2020-09-01 Thread Bin Meng
On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > Add a little subcommand that prints out where the kernel was loaded and > its setup pointer. Run it by default in the normal boot. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v1) > > arch/x86/l

[PATCH v2 09/16] x86: zboot: Add an 'info' subcommand

2020-08-29 Thread Simon Glass
Add a little subcommand that prints out where the kernel was loaded and its setup pointer. Run it by default in the normal boot. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/lib/zimage.c | 17 ++--- 1 file changed, 14 insertions(+), 3