From 05497d037e0e4aac24798c8f6082ce320152101f Mon Sep 17 00:00:00 2001 From: Mohammed Habibulla Date: Thu, 24 Oct 2013 16:44:06 -0700 Subject: mainboard: Add new board Google Panther (Panther clone of Ia41af8425ab6c24746253abd025acd3365dd5a18 by reinauer) BUG=chrome-os-partner:23563 TEST=emerge-panther chromeos-coreboot-panther [pg: Drop configs/, which is chromeos stuff, adapted libpayload's config.panther to work with upstream] [pm: Add HAVE_IFD_BIN and HAVE_ME_BIN Kconfig options] [pm: rebase to master branch of coreboot upstream] [md: don't use FMAP to get MAC address if CONFIG_CHROMEOS not set] Change-Id: I50fd5c02da154e424dfefbe2020f4ce7ef9a4f8f Signed-off-by: Matt DeVillier Signed-off-by: Patrick Georgi Signed-off-by: Paul Menzel Reviewed-on: https://chromium-review.googlesource.com/174555 Reviewed-by: Aaron Durbin Commit-Queue: Mohammed Habibulla Tested-by: Mohammed Habibulla Reviewed-on: http://review.coreboot.org/5990 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/google/panther/acpi/mainboard.asl | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/mainboard/google/panther/acpi/mainboard.asl (limited to 'src/mainboard/google/panther/acpi/mainboard.asl') diff --git a/src/mainboard/google/panther/acpi/mainboard.asl b/src/mainboard/google/panther/acpi/mainboard.asl new file mode 100644 index 0000000000..59ed710dad --- /dev/null +++ b/src/mainboard/google/panther/acpi/mainboard.asl @@ -0,0 +1,29 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2012 Google Inc. + * + * 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 + */ + +Scope (\_SB) +{ + Device (PWRB) + { + Name(_HID, EisaId("PNP0C0C")) + } + +} -- cgit v1.2.3