From 900be447be20147cb082eb6ea940f38f74cf6ed2 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 2 May 2022 15:59:54 +0200 Subject: arch/x86/acpi/debug.asl: Drop POST code stuff To pave the way for future refactoring commits, drop POST code elements from the debug.asl file. Only msi/ms7721 includes debug.asl and it does not use any of it anyway. Change-Id: Icd73e5c1f700fd7e735bed1668f02da8f9a3adf3 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/63986 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan Reviewed-by: Tim Wawrzynczak --- src/arch/x86/acpi/debug.asl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/acpi/debug.asl b/src/arch/x86/acpi/debug.asl index cee85e5a5c..fe71b3e341 100644 --- a/src/arch/x86/acpi/debug.asl +++ b/src/arch/x86/acpi/debug.asl @@ -1,10 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* -* 0x80: POST_BASE * 0x3F8: DEBCOM_BASE -* X80: POST_REGION -* P80: PORT80 * * CREG: DEBCOM_REGION * CUAR: DEBCOM_UART @@ -17,12 +14,6 @@ * DEBUG_INIT DINI */ -OperationRegion(X80, SystemIO, 0x80, 1) - Field(X80, ByteAcc, NoLock, Preserve) -{ - P80, 8 -} - OperationRegion(CREG, SystemIO, 0x3F8, 8) Field(CREG, ByteAcc, NoLock, Preserve) { -- cgit v1.2.3