[PATCH v3 00/17] x86: zboot: Enhance the 'zboot' command

Bin Meng bmeng.cn at gmail.com
Tue Sep 22 08:50:12 CEST 2020


On Sun, Sep 6, 2020 at 4:51 AM Simon Glass <sjg at chromium.org> wrote:
>
> This command is currently monolithic and does not support scripts which
> want to adjust the boot process. This series updates it to be more like
> 'bootm', in that it has sub-commands for each stage of the boot. This
> allows some stages to be adjusted or skipped.
>
> It also adds a way to dump out the setup block.
>
> With these changes it is possible to boot an x86 Chrome OS image from a
> script.
>
> Changes in v3:
> - Add a comment about complete_zboot()
> - Adjust maxargs in this patch
> - Fix 'summary' typo
> - Mention that the environment variables are for x86 only
> - Move command help into the patch for each command
> - Reduce maxargs to 6
> - Split the 'load' command into its own patch
> - Update two local arrays to be static
> - Use 'Commandline' instead of 'Commandline'
>

With some minor nits fixed, the whole series is now applied to
u-boot-x86/next, thanks!


More information about the U-Boot mailing list