summaryrefslogtreecommitdiff
path: root/include/configs/edison.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-10-03 11:55:08 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-10-07 07:07:59 (GMT)
commit256df1e1c6664e94926affe9318faa8258c18582 (patch)
tree1ec829c1c23354a299c71f90e152f32e88702f36 /include/configs/edison.h
parent39665beed6f741fd8ae6ebf23d07fbd546a0d55e (diff)
downloadu-boot-256df1e1c6664e94926affe9318faa8258c18582.tar.xz
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 <bmeng.cn@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r--include/configs/edison.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h
index e26a4c7..79dd690 100644
--- a/include/configs/edison.h
+++ b/include/configs/edison.h
@@ -9,6 +9,9 @@
#include <asm/ibmpc.h>
+/* ACPI */
+#define CONFIG_LAST_STAGE_INIT
+
/* Boot */
#define CONFIG_BOOTCOMMAND "run bootcmd"