]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: edison: Bring minimal ACPI support to the board
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Oct 2017 11:55:08 +0000 (14:55 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 7 Oct 2017 07:07:59 +0000 (15:07 +0800)
commit256df1e1c6664e94926affe9318faa8258c18582
tree1ec829c1c23354a299c71f90e152f32e88702f36
parent39665beed6f741fd8ae6ebf23d07fbd546a0d55e
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>
board/intel/edison/.gitignore [new file with mode: 0644]
board/intel/edison/Kconfig
board/intel/edison/Makefile
board/intel/edison/dsdt.asl [new file with mode: 0644]
include/configs/edison.h