]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/SerialStatusCode.h
IntelFsp2Pkg: Removing FSP Data Table
[mirror_edk2.git] / DuetPkg / DxeIpl / SerialStatusCode.h
index f46aa140c7546374df5a5e30c60dbb41072296ef..7146927011bacc94e7b3eabdce04ebaab767ec74 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<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
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -31,50 +31,6 @@ Revision History:
 //\r
 \r
 \r
-//---------------------------------------------\r
-// UART Register Offsets\r
-//---------------------------------------------\r
-#define BAUD_LOW_OFFSET         0x00\r
-#define BAUD_HIGH_OFFSET        0x01\r
-#define IER_OFFSET              0x01\r
-#define LCR_SHADOW_OFFSET       0x01\r
-#define FCR_SHADOW_OFFSET       0x02\r
-#define IR_CONTROL_OFFSET       0x02\r
-#define FCR_OFFSET              0x02\r
-#define EIR_OFFSET              0x02\r
-#define BSR_OFFSET              0x03\r
-#define LCR_OFFSET              0x03\r
-#define MCR_OFFSET              0x04\r
-#define LSR_OFFSET              0x05\r
-#define MSR_OFFSET              0x06\r
-\r
-//---------------------------------------------\r
-// UART Register Bit Defines\r
-//---------------------------------------------\r
-#define LSR_TXRDY               0x20\r
-#define LSR_RXDA                0x01\r
-#define DLAB                    0x01\r
-\r
-//\r
-// Globals for Serial Port settings\r
-//\r
-extern UINT16  gComBase;\r
-extern UINTN   gBps;\r
-extern UINT8   gData;\r
-extern UINT8   gStop;\r
-extern UINT8   gParity;\r
-extern UINT8   gBreakSet;\r
-\r
-VOID\r
-DebugSerialPrint (\r
-  IN CHAR8    *OutputString\r
-  );\r
-\r
-VOID\r
-DebugSerialWrite (\r
-  IN UINT8  Character\r
-  );\r
-\r
 VOID\r
 InstallSerialStatusCode (\r
   IN EFI_REPORT_STATUS_CODE    *ReportStatusCode\r