summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/baseboard/include
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-07-16 09:53:41 -0700
committerFurquan Shaikh <furquan@google.com>2020-07-17 18:29:56 +0000
commit538ebafe54586e093175f87b882cf2a72b482201 (patch)
tree16e7dc8984c5348df7ee41df50f73b85f28dc8d1 /src/mainboard/google/zork/variants/baseboard/include
parent1917a3525c3ec44a9a4512eba626de9902370fae (diff)
downloadcoreboot-538ebafe54586e093175f87b882cf2a72b482201.tar.gz
coreboot-538ebafe54586e093175f87b882cf2a72b482201.tar.bz2
coreboot-538ebafe54586e093175f87b882cf2a72b482201.zip
mb/google/zork: Drop mainboard.asl
This change drops mainboard.asl from zork because none of the objects defined in it are used. BUG=b:153879530 Change-Id: If5440bcbce39b4461b44acaec69561663b1ea329 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43519 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/baseboard/include')
-rw-r--r--src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/mainboard.asl14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/mainboard.asl b/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/mainboard.asl
deleted file mode 100644
index e77897033d00..000000000000
--- a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/mainboard.asl
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-/* Memory related values */
-Name(LOMH, 0x0) /* Start of unused memory in C0000-E0000 range */
-Name(PBAD, 0x0) /* Address of BIOS area (If TOM2 != 0, Addr >> 16) */
-Name(PBLN, 0x0) /* Length of BIOS area */
-
-Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */
-Name(PCLN, Multiply(0x100000, CONFIG_MMCONF_BUS_NUMBER)) /* Length of PCIe config space, 1MB each bus */
-Name(HPBA, 0xFED00000) /* Base address of HPET table */
-
-/* Some global data */
-Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */
-Name(OSV, Ones) /* Assume nothing */