From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 1 Feb 2021 15:11:04 +0800 Subject: [PATCH v2] sysboot: add zboot support to boot x86 Linux kernel image In-Reply-To: References: <20201225212516.24871-1-kory.maincent@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kory, On Thu, Jan 21, 2021 at 11:01 AM Bin Meng wrote: > > On Sat, Dec 26, 2020 at 5:25 AM Kory Maincent wrote: > > > > Add "zboot" command to the list of supported boot in the label_boot function. > > > > Signed-off-by: Kory Maincent > > --- > > > > Change since v1: > > - Modify comment > > > > cmd/pxe_utils.c | 4 ++++ > > include/command.h | 2 ++ > > 2 files changed, 6 insertions(+) > > > > applied to u-boot-x86, thanks! This patch unfortunately does not compile, due to the following commit made by Simon: commit 5588e776b02d65afeae612d3dde92e7add2e03cc Author: Simon Glass Date: Sat Sep 5 14:50:43 2020 -0600 x86: zboot: Set up a sub-command structure Add subcommands to zboot. At present there is only one called 'start' which does the whole boot. It is the default command so is optional. Change the 's' string variable to const while we are here. Could you please rework? Thanks! Regards, Bin