arch/x86/acpigen_dsm: Add support for DSM types

Hardware / Coreboot - Furquan Shaikh [chromium.org] - 24 October 2016 17:13 UTC

Currently, the only supported DSM type is I2C HID(3CDFF6F7-4267-4555-AD05-B30A3D8938DE). This provides the required callbacks for generating ACPI AML codes for different function identifiers for I2C HID.

BUG=chrome-os-partner:57846

Change-Id: Ia403e11f7ce4824956e3c879547ec927478db7b1

4a2cfad arch/x86/acpigen_dsm: Add support for DSM types
src/arch/x86/Makefile.inc | 1 +
src/arch/x86/acpigen_dsm.c | 65 +++++++++++++++++++++++++++++++
src/arch/x86/include/arch/acpigen_dsm.h | 27 +++++++++++++
3 files changed, 93 insertions(+)

Upstream: review.coreboot.org


  • Share