From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 14 Jan 2021 08:42:16 -0700 Subject: [PATCH 1/3] efi_loader: print boot device and file path in helloworld In-Reply-To: <20210112195842.252946-2-xypron.glpk@gmx.de> References: <20210112195842.252946-1-xypron.glpk@gmx.de> <20210112195842.252946-2-xypron.glpk@gmx.de> 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, 12 Jan 2021 at 12:58, Heinrich Schuchardt wrote: > > Let helloworld.efi print the device path of the boot device and the file > path as provided by the loaded image protocol. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/helloworld.c | 167 +++++++++++++++++++++++++++++------- > 1 file changed, 137 insertions(+), 30 deletions(-) Reviewed-by: Simon Glass