commit | 0a3e7b3a91e090ba661b6d745c8f3eeaf8880e25 | [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 | 86ed9c5e82fa9edd73f1082b29f859224e4d08f3 [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>