From 256df1e1c6664e94926affe9318faa8258c18582 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 3 Oct 2017 14:55:08 +0300 Subject: x86: edison: Bring minimal ACPI support to the board This board is based on Intel Tangier SoC (Intel Merrifield platform) and may utilize ACPI powerfulness. Bring minimum support by appending initial DSDT table for it. Note, the addresses for generated tables are carefully chosen to avoid any conflicts with existing shadowed BIOS data. The user have somewhat like ~31 kB available for compiled ACPI tables that ought to be enough. Reviewed-by: Bin Meng Signed-off-by: Andy Shevchenko --- board/intel/edison/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/intel/edison/.gitignore (limited to 'board/intel/edison/.gitignore') diff --git a/board/intel/edison/.gitignore b/board/intel/edison/.gitignore new file mode 100644 index 0000000000..6eb8a5481a --- /dev/null +++ b/board/intel/edison/.gitignore @@ -0,0 +1,3 @@ +dsdt.aml +dsdt.asl.tmp +dsdt.c -- cgit