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

Simon Glass sjg at chromium.org
Wed Dec 13 21:39:19 CET 2023


On Sun, 12 Nov 2023 at 16:54, Heinrich Schuchardt
<heinrich.schuchardt at 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 at 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 at chromium.org>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list