Re: [PATCH v2 10/16] x86: zboot: Add an 'setup' subcommand

2020-09-01 Thread Bin Meng
Hi Simon, On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > Add a subcommand that sets up the kernel ready for execution. This commit actually adds 2 subcommands. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v1) > > arch/x86/lib/zimage.c | 5

[PATCH v2 10/16] x86: zboot: Add an 'setup' subcommand

2020-08-29 Thread Simon Glass
Add a subcommand that sets up the kernel ready for execution. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/lib/zimage.c | 52 ++- 1 file changed, 42 insertions(+), 10 deletions(-) diff --git a/arch/x86/lib