On Sun, Sep 6, 2020 at 4:51 AM Simon Glass <s...@chromium.org> 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 <s...@chromium.org> > Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com> > --- > > Changes in v3: > - Update two local arrays to be static > - Use 'Commandline' instead of 'Commandline' > > arch/x86/include/asm/e820.h | 1 + > arch/x86/lib/zimage.c | 199 +++++++++++++++++++++++++++++++++++- > 2 files changed, 199 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>