[PATCH v4 1/3] sysboot: add zboot support to boot x86 Linux kernel image
Bin Meng
bmeng.cn at gmail.com
Tue Feb 2 14:19:33 CET 2021
On Tue, Feb 2, 2021 at 7:56 PM Kory Maincent <kory.maincent at bootlin.com> wrote:
>
> Add "zboot" command to the list of supported boot in the label_boot
> function.
>
> Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Change since v1:
> - Modify comment.
>
> Change since v2:
> - Update do_zboot to do_zboot_parent function to follow the patch:
> 5588e776b0
>
> Change since v3:
> - Follow review from Simon Glass
> - Add clean-up paches
>
> cmd/pxe_utils.c | 4 ++++
> include/command.h | 3 +++
> 2 files changed, 7 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
However I think it's better we reorder the patches so that this patch
becomes the last one after the 2 clean-up patches.
Regards,
Bin
More information about the U-Boot
mailing list