From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Fri, 21 Jul 2017 22:31:59 +0300 Subject: [U-Boot] [PATCH v1 0/7] x86: acpi: Few enhancements and improvements Message-ID: <20170721193206.586-1-andriy.shevchenko@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Patch 1 is a build improvement to have better understanding why DSDT is not compiled. Patches 2 and 3 add date of U-Boot build as OEM revision to the generated tables. Patch 4 marks fields in FADT in accordance with latest ACPI spec. Patches 5 and 6 provides a generic "fill" functions that can be replaced in specific board / architecture code. Patch 7 allows to define HW reduced platforms by avoiding ACPI hardware communication as required by spec. The series has been tested on Intel Edison board. Andy Shevchenko (7): Makefile: Don't shadow actual error when compile ASL Makefile: Export build date as integer x86: acpi: Fill OEM revision x86: acpi: Name fields in FADT in accordance with specification x86: acpi: Deduplicate acpi_fill_madt() implementation x86: acpi: Export acpi_fill_mcfg() with __weak attribute x86: acpi: Don't touch hardware on HW reduced platforms Makefile | 2 ++ arch/x86/cpu/baytrail/acpi.c | 29 --------------------------- arch/x86/cpu/quark/acpi.c | 29 --------------------------- arch/x86/include/asm/acpi_table.h | 8 +++++--- arch/x86/lib/acpi_table.c | 41 ++++++++++++++++++++++++++++++++++++--- scripts/Makefile.lib | 2 +- 6 files changed, 46 insertions(+), 65 deletions(-) -- 2.13.2