commit | d1d89331efdcf38d852f7001aa09a1830ca34a5c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Oct 03 12:44:31 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 06 07:43:56 2020 +0200 |
tree | dbbb3f3b450dcf0a35503d56985e0a9593e2f61f | |
parent | 526e3c8ee018c74183a463e6904e4aab38171f5e [diff] |
efi_loader: description EFI_LOAD_FILE2_PROTOCOL U-Boot offers a EFI_LOAD_FILE2_PROTOCOL which the Linux EFI stub can use to load an initial RAM disk. Update the function comments of the implementation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>