On Tue, Oct 3, 2017 at 7:55 PM, Andy Shevchenko <[email protected]> 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 <[email protected]> > Signed-off-by: Andy Shevchenko <[email protected]> > --- > 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! _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

