Re: [PATCH v4 3/9] arm: add ACPI fields to global data

2024-01-07 Thread Simon Glass
On Tue, 19 Dec 2023 at 08:04, Heinrich Schuchardt wrote: > > Add fields for the location of ACPI tables to the global data. > > Signed-off-by: Heinrich Schuchardt > --- > v4: > no change > v3: > let tables in global data depend on CONFIG_(SPL_)ACPI > v2: > new patch > ---

Re: [PATCH v4 3/9] arm: add ACPI fields to global data

2023-12-19 Thread Simon Glass
On Tue, 19 Dec 2023 at 08:04, Heinrich Schuchardt wrote: > > Add fields for the location of ACPI tables to the global data. > > Signed-off-by: Heinrich Schuchardt > --- > v4: > no change > v3: > let tables in global data depend on CONFIG_(SPL_)ACPI > v2: > new patch > ---

Re: [PATCH v4 3/9] arm: add ACPI fields to global data

2023-12-19 Thread Ilias Apalodimas
On Tue, 19 Dec 2023 at 17:04, Heinrich Schuchardt wrote: > > Add fields for the location of ACPI tables to the global data. > > Signed-off-by: Heinrich Schuchardt > --- > v4: > no change > v3: > let tables in global data depend on CONFIG_(SPL_)ACPI > v2: > new patch > ---

[PATCH v4 3/9] arm: add ACPI fields to global data

2023-12-19 Thread Heinrich Schuchardt
Add fields for the location of ACPI tables to the global data. Signed-off-by: Heinrich Schuchardt --- v4: no change v3: let tables in global data depend on CONFIG_(SPL_)ACPI v2: new patch --- arch/arm/include/asm/global_data.h | 7 ++- 1 file changed, 6 insertions(+),