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

Bin Meng bmeng.cn at gmail.com
Tue Sep 22 07:14:52 CEST 2020


On Sun, Sep 6, 2020 at 4:51 AM Simon Glass <sjg at 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 <sjg at chromium.org>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at 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.cn at gmail.com>


More information about the U-Boot mailing list