mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
arm: add ACPI fields to global data
Add fields for the location of ACPI tables to the global data. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
27a66fc3f3
commit
22fcd1da55
@ -18,7 +18,12 @@ struct arch_global_data {
|
||||
#if defined(CONFIG_FSL_ESDHC) || defined(CONFIG_FSL_ESDHC_IMX)
|
||||
u32 sdhc_clk;
|
||||
#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
|
||||
#if defined(CONFIG_FSL_ESDHC)
|
||||
u32 sdhc_per_clk;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user