[U-Boot] [PATCH 1/2] x86: acpi: Use an API to get the ACPI RSDP table address

Bin Meng bmeng.cn at gmail.com
Tue Jan 30 14:42:39 UTC 2018


On Tue, Jan 30, 2018 at 9:01 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> At present the acpi_rsdp_addr variable is directly referenced in
> setup_zimage(). This changes to use an API for better encapsulation
> and extension.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/include/asm/acpi_table.h |  9 +++++++++
>  arch/x86/lib/acpi_table.c         |  7 ++++++-
>  arch/x86/lib/acpi_table.h         | 10 ----------
>  arch/x86/lib/zimage.c             |  4 ++--
>  4 files changed, 17 insertions(+), 13 deletions(-)
>  delete mode 100644 arch/x86/lib/acpi_table.h
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list