commit | f84457376264913537392a90d7022631af1639b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 21:09:09 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 07 18:36:55 2021 +0100 |
tree | 6a6c8c1a62613ac10ddaf56646750b287c1fa847 | |
parent | 9c297a3dab2dc830a6abe54039d57612a0ac6918 [diff] |
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>