Re: [PATCH v2 13/16] x86: zboot: Add an option to dump the setup information

2020-09-01 Thread Bin Meng
On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > There is a lot of information in the setup block and it is quite hard to > decode manually. Add a 'zboot dump' command to decode it into a > human-readable format. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no

[PATCH v2 13/16] x86: zboot: Add an option to dump the setup information

2020-08-29 Thread Simon Glass
There is a lot of information in the setup block and it is quite hard to decode manually. Add a 'zboot dump' command to decode it into a human-readable format. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/include/asm/e820.h | 1 + arch/x86/lib/