summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <elhaj@hpe.com>2015-12-22 17:10:08 +0000
committermdkinney <mdkinney@Edk2>2015-12-22 17:10:08 +0000
commitd4f293d1dd122525bea8d241817ee239148ad6de (patch)
tree430dafc86480a0c1e579eeefa0761a6287a15087
parent7e4632a38f6724f58eb3d3f19ac9e4993cd83c8c (diff)
downloadedk2-d4f293d1dd122525bea8d241817ee239148ad6de.tar.gz
edk2-d4f293d1dd122525bea8d241817ee239148ad6de.tar.bz2
edk2-d4f293d1dd122525bea8d241817ee239148ad6de.zip
MdePkg : Update SPCR to use ACPI5 definition
Update BaseAddress in the SPCR structure to use EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19456 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
index bf295050df..d57518d5db 100644
--- a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
+++ b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
@@ -3,6 +3,7 @@
http://www.microsoft.com/whdc/system/platform/server/spcr.mspx
Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -35,7 +36,7 @@ typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;
UINT8 InterfaceType;
UINT8 Reserved1[3];
- EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE BaseAddress;
+ EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE BaseAddress;
UINT8 InterruptType;
UINT8 Irq;
UINT32 GlobalSystemInterrupt;