Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63986 )
Change subject: arch/x86/acpi/debug.asl: Drop POST code stuff ......................................................................
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 th3fanbus@gmail.com --- M src/arch/x86/acpi/debug.asl 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/63986/1
diff --git a/src/arch/x86/acpi/debug.asl b/src/arch/x86/acpi/debug.asl index cee85e5..fe71b3e 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) {