commit | 6f4d7aa52c0349dae4dfeaee045c04268830a1e9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 04 03:51:11 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jan 15 10:57:22 2022 +0100 |
tree | 037a55ab097ec6cb8d8bc4480337620ba1d2c8bf | |
parent | 029f48e1d3624722007d048c6e4a93ffe50869f8 [diff] |
x86: efi: Update efi_get_next_mem_desc() to avoid needing a map At present this function requires a pointer to struct efi_entry_memmap but the only field used in there is the desc_size. We want to be able to use it from the app, so update it to use desc_size directly. Signed-off-by: Simon Glass <sjg@chromium.org>