summaryrefslogtreecommitdiff
path: root/Core/EM/CSM/PciInfo.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/CSM/PciInfo.asm')
-rw-r--r--Core/EM/CSM/PciInfo.asm83
1 files changed, 83 insertions, 0 deletions
diff --git a/Core/EM/CSM/PciInfo.asm b/Core/EM/CSM/PciInfo.asm
new file mode 100644
index 0000000..0662e0a
--- /dev/null
+++ b/Core/EM/CSM/PciInfo.asm
@@ -0,0 +1,83 @@
+;**********************************************************************
+;**********************************************************************
+;** **
+;** (C)Copyright 1985-2010, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone: (770)-246-8600 **
+;** **
+;**********************************************************************
+;**********************************************************************
+
+;**********************************************************************
+; $Header: /Alaska/SOURCE/Modules/CSM/Generic/Core/PciInfo.asm 6 1/12/10 11:46a Olegi $
+;
+; $Revision: 6 $
+;
+; $Date: 1/12/10 11:46a $
+;**********************************************************************
+;**********************************************************************
+; Revision History
+; ----------------
+; $Log: /Alaska/SOURCE/Modules/CSM/Generic/Core/PciInfo.asm $
+;
+; 6 1/12/10 11:46a Olegi
+; Copyright message updated.
+;
+; 5 4/27/07 5:13p Olegi
+; CSM.CHM file preparation.
+;
+; 4 8/24/06 3:05p Felixp
+; 1. x64 support
+; 2. Unused code removed
+;
+; 3 5/16/06 1:57p Olegi
+;
+; 2 11/07/05 4:37p Olegi
+;
+; 1 6/21/05 12:12p Olegi
+; LegacyBios and LegacyBiosPlatform are combined into one FFS.
+;
+; 3 4/04/05 5:08p Mandal
+;
+;**********************************************************************
+;<AMI_FHDR_START>
+;
+; Name: PciInfo.asm
+;
+; Description: This file includes the PCI related tables generated by AMISDL
+;
+;<AMI_FHDR_END>
+;**********************************************************************
+
+IFNDEF EFIx64
+.586P
+option language:c
+ENDIF
+
+IFNDEF EFIx64
+PCIDATA_SEG SEGMENT USE32 'DATA'
+ELSE
+PCIDATA_SEG SEGMENT 'DATA'
+ENDIF
+ include busnumxlat.inc
+PCIDATA_SEG ENDS
+end
+
+
+;**********************************************************************
+;**********************************************************************
+;** **
+;** (C)Copyright 1985-2010, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone: (770)-246-8600 **
+;** **
+;**********************************************************************
+;**********************************************************************