
13 Dec
2023
13 Dec
'23
9:39 p.m.
On Sun, 12 Nov 2023 at 16:54, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
The field RsdtAddress has only 32 bit. The RSDT table cannot be located beyond 4 GiB.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
v2: Avoid superfluous 0 assignment. RSDP is already zeroed out. Use constants form linux/sizes.h
lib/acpi/base.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!