aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/global_data.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-08 09:11:53 -0500
committerTom Rini <trini@konsulko.com>2024-01-08 09:11:53 -0500
commitf28a77589e7505535a4eebdc7269df98f67dbe68 (patch)
tree69bb9a116ba839ffc101d1ae923485401332294f /arch/riscv/include/asm/global_data.h
parentc2c598e87cfe56f5991730762c00733c5aa9a994 (diff)
parent8c4b37ce97c27ad4e7f83b028d4cd1396a51a36f (diff)
Merge tag 'dm-next-7jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
switch to SMBIOS3 tables allow devicetree from bloblist ACPI support for ARM and RISC-V
Diffstat (limited to 'arch/riscv/include/asm/global_data.h')
-rw-r--r--arch/riscv/include/asm/global_data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/global_data.h b/arch/riscv/include/asm/global_data.h
index d00247ad95..593d9276d3 100644
--- a/arch/riscv/include/asm/global_data.h
+++ b/arch/riscv/include/asm/global_data.h
@@ -33,6 +33,12 @@ struct arch_global_data {
ulong available_harts;
#endif
#endif
+#if CONFIG_IS_ENABLED(ACPI)
+ ulong table_start; /* Start address of ACPI tables */
+ ulong table_end; /* End address of ACPI tables */
+ ulong table_start_high; /* Start address of high ACPI tables */
+ ulong table_end_high; /* End address of high ACPI tables */
+#endif
#ifdef CONFIG_SMBIOS
ulong smbios_start; /* Start address of SMBIOS table */
#endif