efi: Add a way to obtain boot services in the app
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:09 +0000 (21:09 -0600)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Nov 2021 17:36:55 +0000 (18:36 +0100)
commitf84457376264913537392a90d7022631af1639b7
tree6a6c8c1a62613ac10ddaf56646750b287c1fa847
parent9c297a3dab2dc830a6abe54039d57612a0ac6918
efi: Add a way to obtain boot services in the app

Add a function to return this information along with a stub for the
efi_info_get() function, since calling it otherwise hangs U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi.h
lib/efi/efi_app.c