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

2023-12-13 Thread Simon Glass
Hi Tom, Heinrich, On Thu, 9 Nov 2023 at 13:42, Tom Rini wrote: > > On Thu, Nov 09, 2023 at 12:28:26PM -0800, Heinrich Schuchardt wrote: > > On 11/9/23 11:24, Tom Rini wrote: > > > On Thu, Nov 09, 2023 at 09:23:02AM -0800, Heinrich Schuchardt wrote: > > > > > > > Function acpi_get_rsdp_addr() is

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

2023-11-10 Thread Simon Glass
Hi Tom, Heinrich, On Thu, 9 Nov 2023 at 13:42, Tom Rini wrote: > > On Thu, Nov 09, 2023 at 12:28:26PM -0800, Heinrich Schuchardt wrote: > > On 11/9/23 11:24, Tom Rini wrote: > > > On Thu, Nov 09, 2023 at 09:23:02AM -0800, Heinrich Schuchardt wrote: > > > > > > > Function acpi_get_rsdp_addr() is

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

2023-11-10 Thread Simon Glass
On Thu, 9 Nov 2023 at 10:23, Heinrich Schuchardt 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 > --- >

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

2023-11-09 Thread Tom Rini
On Thu, Nov 09, 2023 at 12:28:26PM -0800, Heinrich Schuchardt wrote: > On 11/9/23 11:24, Tom Rini wrote: > > On Thu, Nov 09, 2023 at 09:23:02AM -0800, Heinrich Schuchardt wrote: > > > > > Function acpi_get_rsdp_addr() is needed on all architectures which > > > write ACPI tables. Move the

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

2023-11-09 Thread Heinrich Schuchardt
On 11/9/23 11:24, Tom Rini wrote: On Thu, Nov 09, 2023 at 09:23:02AM -0800, Heinrich Schuchardt 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

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

2023-11-09 Thread Tom Rini
On Thu, Nov 09, 2023 at 09:23:02AM -0800, Heinrich Schuchardt 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 > --- >

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

2023-11-09 Thread Heinrich Schuchardt
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 --- arch/x86/include/asm/acpi_table.h | 9 - drivers/misc/qfw.c| 1 +