Skip to content
Snippets Groups Projects
Commit 867bcb63 authored by Saket Sinha's avatar Saket Sinha Committed by Simon Glass
Browse files

x86: Generate a valid ACPI table


Implement write_acpi_table() to create a minimal working ACPI table.
This includes writing FACS, XSDT, RSDP, FADT, MCFG, MADT, DSDT & SSDT
ACPI table entries.

Use a Kconfig option GENERATE_ACPI_TABLE to tell U-Boot whether we need
actually write the APCI table just like we did for PIRQ routing, MP table
and SFI tables. With ACPI table existence, linux kernel gets control of
power management, thermal management, configuration management and
monitoring in hardware.

Signed-off-by: default avatarSaket Sinha <saket.sinha89@gmail.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Tidied up whitespace and aligned some tabs:
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent dce54dd6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment