[U-Boot] [PATCH v2 2/2] x86: edison: Bring minimal ACPI support to the board
Bin Meng
bmeng.cn at gmail.com
Sat Oct 7 07:09:49 UTC 2017
On Tue, Oct 3, 2017 at 7:55 PM, Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
> 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 at gmail.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
> board/intel/edison/.gitignore | 3 +++
> board/intel/edison/Kconfig | 6 ++++++
> board/intel/edison/Makefile | 1 +
> board/intel/edison/dsdt.asl | 13 +++++++++++++
> include/configs/edison.h | 3 +++
> 5 files changed, 26 insertions(+)
> create mode 100644 board/intel/edison/.gitignore
> create mode 100644 board/intel/edison/dsdt.asl
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list