[U-Boot] [PATCH v2 06/11] efi_loader: Allow SMBIOS tables in highmem

Simon Glass sjg at chromium.org
Thu Jun 14 19:01:22 UTC 2018


Hi Alex,

On 14 June 2018 at 12:22, Alexander Graf <agraf at suse.de> wrote:
> We try hard to make sure that SMBIOS tables live in the lower 32bit.
> However, when we can not find any space at all there, we should not
> error out but instead just fall back to map them in the full address
> space instead.
>
> Signed-off-by: Alexander Graf <agraf at suse.de>
> ---
>  lib/efi_loader/efi_smbios.c | 11 +++++++++--
>  1 file changed, 9 insertions(+), 2 deletions(-)

Does that actually work? I thought the addresses in the table were
always 32-bit?

Regards,
Simon


More information about the U-Boot mailing list