[U-Boot] [PATCH v1 2/2] x86: edison: Bring ACPI minimal support to the board

Bin Meng bmeng.cn at gmail.com
Sun Sep 3 09:46:20 UTC 2017


On Wed, Aug 30, 2017 at 11:04 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.
>
> 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
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list