[PATCH v4 14/20] Record the position of the SMBIOS tables

Bin Meng bmeng.cn at gmail.com
Tue Sep 19 09:19:54 CEST 2023


On Thu, Aug 24, 2023 at 5:11 AM Simon Glass <sjg at chromium.org> wrote:
>
> Remember where these end up so that we can pass this information on to
> the EFI layer.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v4:
> - Fix arm and riscv
>
> Changes in v2:
> - Add new patch
>
>  arch/arm/include/asm/global_data.h     | 3 +++
>  arch/riscv/include/asm/global_data.h   | 3 +++
>  arch/sandbox/include/asm/global_data.h | 1 +
>  arch/x86/include/asm/global_data.h     | 1 +
>  arch/x86/lib/tables.c                  | 3 +++
>  include/asm-generic/global_data.h      | 8 ++++++++
>  6 files changed, 19 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list