[PATCH v5 3/3] sysboot: add zboot support to boot x86 Linux kernel image

Bin Meng bmeng.cn at gmail.com
Wed Feb 3 07:28:55 CET 2021


On Tue, Feb 2, 2021 at 11:42 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> 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
>
> Change since v4:
>  - Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef'
>
>  cmd/pxe_utils.c   | 3 +++
>  include/command.h | 3 +++
>  2 files changed, 6 insertions(+)
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list