From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 18 Oct 2016 11:06:54 +0800 Subject: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program In-Reply-To: <1476757754-1220-7-git-send-email-sjg@chromium.org> References: <1476757754-1220-1-git-send-email-sjg@chromium.org> <1476757754-1220-7-git-send-email-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 On Tue, Oct 18, 2016 at 10:29 AM, Simon Glass wrote: > It is useful to have a basic sanity check for EFI loader support. Add a > 'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Include a link to the program instead of adding it to the tree > > Changes in v2: None > > arch/x86/lib/Makefile | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng