[PATCH] acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h

Simon Glass sjg at chromium.org
Fri Nov 10 12:56:05 CET 2023


On Thu, 9 Nov 2023 at 10:23, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Function acpi_get_rsdp_addr() is needed on all architectures which
> write ACPI tables. Move the definition from the x86 include to an
> architecture independent one.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  arch/x86/include/asm/acpi_table.h | 9 ---------
>  drivers/misc/qfw.c                | 1 +
>  include/acpi/acpi_table.h         | 9 +++++++++
>  3 files changed, 10 insertions(+), 9 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list