Re: [PATCH v3 14/17] x86: zboot: Add an option to dump the setup information

2020-09-21 Thread Bin Meng
On Sun, Sep 6, 2020 at 4:51 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 > --- > >

[PATCH v3 14/17] x86: zboot: Add an option to dump the setup information

2020-09-05 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 --- Changes in v3: - Update two local arrays to be static - Use 'Commandline'