Re: [PATCH 1/1] acpi: cannot have RSDT above 4 GiB

2023-11-12 Thread Simon Glass
Hi Heinrich, On Sun, 12 Nov 2023 at 13:16, Heinrich Schuchardt wrote: > > > > Simon Glass schrieb am So., 12. Nov. 2023, 21:03: >> >> Hi Heinrich, >> >> On Sat, 11 Nov 2023 at 07:28, Heinrich Schuchardt >> wrote: >> > >> > The field RsdtAddress has only 32 bit. The RSDT table cannot be located

Re: [PATCH 1/1] acpi: cannot have RSDT above 4 GiB

2023-11-12 Thread Heinrich Schuchardt
Simon Glass schrieb am So., 12. Nov. 2023, 21:03: > Hi Heinrich, > > On Sat, 11 Nov 2023 at 07:28, Heinrich Schuchardt > wrote: > > > > The field RsdtAddress has only 32 bit. The RSDT table cannot be located > > beyond 4 GiB. > > > > Signed-off-by: Heinrich Schuchardt > > --- > >

Re: [PATCH 1/1] acpi: cannot have RSDT above 4 GiB

2023-11-12 Thread Simon Glass
Hi Heinrich, On Sat, 11 Nov 2023 at 07:28, Heinrich Schuchardt wrote: > > The field RsdtAddress has only 32 bit. The RSDT table cannot be located > beyond 4 GiB. > > Signed-off-by: Heinrich Schuchardt > --- > lib/acpi/base.c | 26 +++--- > 1 file changed, 19 insertions(+),

[PATCH 1/1] acpi: cannot have RSDT above 4 GiB

2023-11-11 Thread Heinrich Schuchardt
The field RsdtAddress has only 32 bit. The RSDT table cannot be located beyond 4 GiB. Signed-off-by: Heinrich Schuchardt --- lib/acpi/base.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/lib/acpi/base.c b/lib/acpi/base.c index