summaryrefslogtreecommitdiff
path: root/Board/EM/Csm/CSMKRNL.ASM
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-10-22 11:01:40 +0800
committerraywu <raywu@aaeon.com.tw>2018-10-22 11:01:40 +0800
commit5cab331a33610a1c0b612fa87ac3d6fe70bfab23 (patch)
tree3ea7dad633e006b35ebbb233b11684437bae8f0a /Board/EM/Csm/CSMKRNL.ASM
parent70113d8d0ccbde0f76a6528355bead92a8f3bb96 (diff)
downloadzprj-5cab331a33610a1c0b612fa87ac3d6fe70bfab23.tar.xz
DW03AR : Module Updated - CSM - Fixed : System Hang Up when SAS OPROM Extracted not from the 1st PCIe Bridge
Diffstat (limited to 'Board/EM/Csm/CSMKRNL.ASM')
-rw-r--r--Board/EM/Csm/CSMKRNL.ASM127
1 files changed, 127 insertions, 0 deletions
diff --git a/Board/EM/Csm/CSMKRNL.ASM b/Board/EM/Csm/CSMKRNL.ASM
new file mode 100644
index 0000000..a22341b
--- /dev/null
+++ b/Board/EM/Csm/CSMKRNL.ASM
@@ -0,0 +1,127 @@
+
+ TITLE CSMKRNL.ASM -- KERNEL TABLES / PROCEDURES
+
+;-------- DO NOT EDIT THIS FILE --------
+;
+; FILE WAS GENERATED AUTOMATICALY USING AMISDL v3.64.1065 Test Only (Mar 15 2013,03:42:45)
+;
+;-------- DO NOT EDIT THIS FILE --------
+;****************************************************************************
+;****************************************************************************
+;** **
+;** (C)Copyright 1985-2013, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone (770)-246-8600 **
+;** **
+;****************************************************************************
+;****************************************************************************
+;****************************************************************************
+;---------------------------------------------------------------------------
+; INCLUDE FILES
+;---------------------------------------------------------------------------
+
+ INCLUDE mbiosequ.equ
+ INCLUDE mbiosmac.mac
+ INCLUDE equates.equ
+
+;---------------------------------------------------------------------------
+; EXTERNS USED
+;---------------------------------------------------------------------------
+
+
+;---------------------------------------------------------------------------
+; SEGMENTS USED
+;---------------------------------------------------------------------------
+
+STARTUP_SEG SEGMENT PARA PUBLIC 'CODE' USE32
+STARTUP_SEG ENDS
+
+CSMOEM_CSEG SEGMENT PARA PUBLIC 'CODE' USE16
+CSMOEM_CSEG ENDS
+
+
+;---------------------------------------------------------------------------
+; CSMOEM_CSEG S E G M E N T STARTS
+;---------------------------------------------------------------------------
+CSMOEM_CSEG SEGMENT PARA PUBLIC 'CODE' USE16
+
+;<AMI_THDR_START>
+;---------------------------------------------------------------------------
+;
+; Name: CsmOemInterrupts
+;
+; Type: eLink Table
+;
+; Description:
+;
+; Referrals:
+;
+; Notes: eLink comments display the name of immediate Parent.
+;
+;---------------------------------------------------------------------------
+;<AMI_THDR_END>
+
+PUBLIC CsmOemInterrupts
+PUBLIC CsmOemInterruptsEnd
+
+CsmOemInterrupts LABEL WORD
+ mBODY_ID_AND_TBL_CSM_ENTRY_NEAR 00015h, NBINT15
+mEND_TBL_CSM CsmOemInterrupts
+
+;<AMI_THDR_START>
+;---------------------------------------------------------------------------
+;
+; Name: CsmOem16Functions
+;
+; Type: eLink Table
+;
+; Description:
+;
+; Referrals:
+;
+; Notes: eLink comments display the name of immediate Parent.
+;
+;---------------------------------------------------------------------------
+;<AMI_THDR_END>
+
+PUBLIC CsmOem16Functions
+PUBLIC CsmOem16FunctionsEnd
+
+CsmOem16Functions LABEL WORD
+ mBODY_ID_AND_TBL_CSM_ENTRY_NEAR 00007h, AhciApiModuleStart
+ mBODY_ID_AND_TBL_CSM_ENTRY_NEAR 0000Bh, SerialCallBackApiModuleStart
+ mBODY_ID_AND_TBL_CSM_ENTRY_NEAR 00008h, LegcaySredirModuleStart
+ mBODY_ID_AND_TBL_CSM_ENTRY_NEAR 00006h, EnableLegcaySredirModuleStart
+mEND_TBL_CSM CsmOem16Functions
+
+;---------------------------------------------------------------------------
+; CSMOEM_CSEG S E G M E N T ENDS
+;---------------------------------------------------------------------------
+CSMOEM_CSEG ENDS
+
+END
+
+
+;-------- DO NOT EDIT THIS FILE --------
+;
+; FILE WAS GENERATED AUTOMATICALY USING AMISDL v3.64.1065 Test Only (Mar 15 2013,03:42:45)
+;
+;-------- DO NOT EDIT THIS FILE --------
+;****************************************************************************
+;****************************************************************************
+;** **
+;** (C)Copyright 1985-2013, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone (770)-246-8600 **
+;** **
+;****************************************************************************
+;****************************************************************************
+;****************************************************************************