From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Mon, 31 Aug 2020 09:23:27 +0200 Subject: [PATCH v2 07/16] x86: zboot: Set up a sub-command structure In-Reply-To: <20200829214157.3795497-8-sjg@chromium.org> References: <20200829214157.3795497-8-sjg@chromium.org>, <20200829214157.3795497-1-sjg@chromium.org> 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 Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v2 07/16] 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. > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix comment about argv[0] in do_zboot_parent() > > arch/x86/lib/zimage.c | 64 +++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 58 insertions(+), 6 deletions(-) Reviewed-by: Wolfgang Wallner