Revision: 19456
          http://sourceforge.net/p/edk2/code/19456
Author:   mdkinney
Date:     2015-12-22 17:10:08 +0000 (Tue, 22 Dec 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Michael Kinney <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h

Modified: 
trunk/edk2/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
===================================================================
--- 
trunk/edk2/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h  
    2015-12-22 13:58:52 UTC (rev 19455)
+++ 
trunk/edk2/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h  
    2015-12-22 17:10:08 UTC (rev 19456)
@@ -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 @@
   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;


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to