From f6933a6f56f8bdc7e249b6629824acce646d5f6a Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 30 Oct 2012 09:09:39 -0500 Subject: Mainboard: Add support for Grays Reef Grays Reef is one of Intel's CRBs for the Haswell processor. The platform is named Shark Bay. GPIOs were the main focus so IRQ routing and ACPI still needs to be further looked at. Change-Id: Ie94b7af66f772714992a92612c76ca93b9b27088 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/2621 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/intel/graysreef/acpi/chromeos.asl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/mainboard/intel/graysreef/acpi/chromeos.asl (limited to 'src/mainboard/intel/graysreef/acpi/chromeos.asl') diff --git a/src/mainboard/intel/graysreef/acpi/chromeos.asl b/src/mainboard/intel/graysreef/acpi/chromeos.asl new file mode 100644 index 0000000000..307e2e2cd9 --- /dev/null +++ b/src/mainboard/intel/graysreef/acpi/chromeos.asl @@ -0,0 +1,24 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +Name(OIPG, Package() { + Package() { 0x001, 0, 22, "CougarPoint" }, // recovery button + Package() { 0x002, 1, 57, "CougarPoint" }, // developer switch + Package() { 0x003, 0, 48, "CougarPoint" }, // firmware write protect +}) -- cgit v1.2.3