]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg : Update SPCR to use ACPI5 definition
authorSamer El-Haj-Mahmoud <elhaj@hpe.com>
Tue, 22 Dec 2015 17:10:08 +0000 (17:10 +0000)
committermdkinney <mdkinney@Edk2>
Tue, 22 Dec 2015 17:10:08 +0000 (17:10 +0000)
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

MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h

index bf295050dfac57283b6cbe328702c0188eab1197..d57518d5db9908eeb07b88d0c2c9d854904e56c7 100644 (file)
@@ -3,6 +3,7 @@
   http://www.microsoft.com/whdc/system/platform/server/spcr.mspx\r
     \r
   Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -35,7 +36,7 @@ typedef struct {
   EFI_ACPI_DESCRIPTION_HEADER             Header;\r
   UINT8                                   InterfaceType;\r
   UINT8                                   Reserved1[3];\r
-  EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE  BaseAddress;\r
+  EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE  BaseAddress;\r
   UINT8                                   InterruptType;\r
   UINT8                                   Irq;\r
   UINT32                                  GlobalSystemInterrupt;\r