diff options
author | Martin Roth <martinroth@google.com> | 2016-01-26 09:25:09 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-27 17:36:10 +0100 |
commit | 4b7a00867aba15f71679d406d140014a03d8e7a0 (patch) | |
tree | 27de0b3f84c6a5a11b2ec88443a88782b50bb846 /src/mainboard/intel/sklrvp/acpi | |
parent | 393d9322ba51feeea33cd08f77945f593cb70e32 (diff) |
intel/sklrvp: Remove mainboard
The Intel Skylake RVP3 mainboard is not building, and according
to Intel, there is no plan to continue working on it for coreboot.
The intel/kunimitsu board is the Skylake reference design for
coreboot.org.
Change-Id: Icb4e42fdb560cc3188ca29c465674f5e0b11569b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13469
Tested-by: build bot (Jenkins)
Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com>
Diffstat (limited to 'src/mainboard/intel/sklrvp/acpi')
-rw-r--r-- | src/mainboard/intel/sklrvp/acpi/chromeos.asl | 20 | ||||
-rw-r--r-- | src/mainboard/intel/sklrvp/acpi/ec.asl | 14 | ||||
-rw-r--r-- | src/mainboard/intel/sklrvp/acpi/mainboard.asl | 221 | ||||
-rw-r--r-- | src/mainboard/intel/sklrvp/acpi/superio.asl | 14 |
4 files changed, 0 insertions, 269 deletions
diff --git a/src/mainboard/intel/sklrvp/acpi/chromeos.asl b/src/mainboard/intel/sklrvp/acpi/chromeos.asl deleted file mode 100644 index 5c86fc5065..0000000000 --- a/src/mainboard/intel/sklrvp/acpi/chromeos.asl +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2013 Google Inc. - * Copyright (C) 2015 Intel Corporation. - * - * 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. - */ - -Name (OIPG, Package() { - Package () { 0x0001, 0, 0xFFFFFFFF, "INT3437:00" }, // no recovery button - Package () { 0x0003, 1, 16, "INT3437:00" }, // firmware write protect -}) diff --git a/src/mainboard/intel/sklrvp/acpi/ec.asl b/src/mainboard/intel/sklrvp/acpi/ec.asl deleted file mode 100644 index de9dc8c702..0000000000 --- a/src/mainboard/intel/sklrvp/acpi/ec.asl +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2015 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. - */ diff --git a/src/mainboard/intel/sklrvp/acpi/mainboard.asl b/src/mainboard/intel/sklrvp/acpi/mainboard.asl deleted file mode 100644 index 45f17bfb51..0000000000 --- a/src/mainboard/intel/sklrvp/acpi/mainboard.asl +++ /dev/null @@ -1,221 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2014 Google Inc. - * Copyright (C) 2015 Intel Corporation. - * - * 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. - */ - -#include <soc/gpio.h> -#include <mainboard/intel/sklrvp/onboard.h> - -/* - * LPC Trusted Platform Module - */ -Scope (\_SB.PCI0.LPCB) -{ - #include <drivers/pc80/tpm/acpi/tpm.asl> -} - -/* - * WLAN connected to Root Port 3, becomes Root Port 1 after coalesce - */ -Scope (\_SB.PCI0.RP01) -{ - Device (WLAN) - { - Name (_ADR, 0x00000000) - - /* GPIO10 is PCH_WLAN_WAKE_L */ - Name (GPIO, 10) - - Name (_PRW, Package() { GPIO, 3 }) - - } -} - -Scope (\_SB.PCI0.I2C0) -{ - Device (ETPA) - { - Name (_HID, "SYN2393") - Name (_CID, "PNP0C50") - Name (_DDN, "Synaptic Touchpad") - Name (_UID, 3) - Name (ISTP, 1) /* Touchpad */ - - /* Fetch HidDescriptorAddress, Register offset in the - * I2C device at which the HID descriptor can be read - */ - Method (_DSM, 4, NotSerialized) - { - If (LEqual (Arg0, ToUUID ( - "3cdff6f7-4267-4555-ad05-b30a3d8938de"))) - { - If (LEqual (Arg2, Zero)) - { - If (LEqual (Arg1, One)) - { - Return (Buffer (One) - { - 0x03 - }) - } - Else - { - Return (Buffer (One) - { - 0x00 - }) - } - } - If (LEqual (Arg2, One)) - { - Return (0x20) - } - } - Else - { - Return (Buffer (One) - { - 0x00 - }) - } - - Return (Zero) - } - - Name (_CRS, ResourceTemplate() - { - I2cSerialBus ( - BOARD_TOUCHPAD_I2C_ADDR, /* SlaveAddress */ - ControllerInitiated, /* SlaveMode */ - 400000, /* ConnectionSpeed */ - AddressingMode7Bit, /* AddressingMode */ - "\\_SB.PCI0.I2C0", /* ResourceSource */ - ) - Interrupt (ResourceConsumer, Level, ActiveLow) - { BOARD_TOUCHPAD_IRQ } - }) - } - - //----------------------------------- - // HD Audio I2S Codec device - // Realtek ALC286S (I2SC = 2) - //----------------------------------- - Device (HDAC) - { - Name (_HID, "INT343A") - Name (_CID, "INT343A") - Name (_DDN, "Intel(R) Smart Sound Technology Audio Codec") - Name (_UID, 1) - - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings - { - /* update Audio codec slave address in runtime */ - Name (RBUF, ResourceTemplate () - { - I2cSerialBus (0x1C, ControllerInitiated, 400000, - AddressingMode7Bit, "\\_SB.PCI0.I2C0", - 0x00, ResourceConsumer, ,) - }) - - /* update interrupt number in runtime */ - Name (SBFI, ResourceTemplate () - { - Interrupt (ResourceConsumer, Level, ActiveLow, - ExclusiveAndWake) - { - GPP_E22_IRQ - } - }) - } - - Method (_STA, 0, NotSerialized) - { - Return (0xF) /* I2S Codec Enabled */ - } - } -} - -Scope (\_SB.PCI0.I2C1) -{ - Device (ATSA) - { - Name (_HID, "ATML3432") - Name (_DDN, "Atmel Touchscreen") - Name (_UID, 5) - Name (_S0W, 4) - Name (ISTP, 0) /* TouchScreen */ - Name (_CID, "PNP0C50") - - /* Fetch HidDescriptorAddress, Register offset in the - * I2C device at which the HID descriptor can be read - */ - Method (_DSM, 4, NotSerialized) - { - If (LEqual (Arg0, ToUUID ( - "3cdff6f7-4267-4555-ad05-b30a3d8938de"))) - { - If (LEqual (Arg2, Zero)) - { - If (LEqual (Arg1, One)) - { - Return (Buffer (One) - { - 0x03 - }) - } - Else - { - Return (Buffer (One) - { - 0x00 - }) - } - } - - If (LEqual (Arg2, One)) - { - Return (Zero) - } - } - Else - { - Return (Buffer (One) - { - 0x00 - }) - } - - Return (Zero) - } - - Name (_CRS, ResourceTemplate() - { - I2cSerialBus ( - BOARD_TOUCHSCREEN_I2C_ADDR, // SlaveAddress - ControllerInitiated, // SlaveMode - 400000, // ConnectionSpeed - AddressingMode7Bit, // AddressingMode - "\\_SB.PCI0.I2C1", // ResourceSource - ) - - Interrupt (ResourceConsumer, Level, ActiveLow) - { BOARD_TOUCHSCREEN_IRQ } - }) - - Method (_STA, 0, NotSerialized) - { - Return (0xF) - } - } -} diff --git a/src/mainboard/intel/sklrvp/acpi/superio.asl b/src/mainboard/intel/sklrvp/acpi/superio.asl deleted file mode 100644 index de9dc8c702..0000000000 --- a/src/mainboard/intel/sklrvp/acpi/superio.asl +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2015 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. - */ |