]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: cannot have RSDT above 4 GiB
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 12 Nov 2023 23:53:56 +0000 (00:53 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitc7b31a9ad5f596ff28f34d517caf316e9ead1539
treeddd4318e436bd40d3d28849768503ccdd7d78bd0
parentdbdc9c6aefbf5f90777584ab2f914b34ddfc23e5
acpi: cannot have RSDT above 4 GiB

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/acpi/base.c