diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl')
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl new file mode 100644 index 0000000..b0b1f55 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl @@ -0,0 +1,51 @@ +PATH + Name = "PEI_DBG_PORT_DIR" +End + +MODULE + Help = "Includes PeiDbgPort.mak to Project" + File = "PeiDbgPort.mak" +End + +ELINK + Name = "$(BUILD_DIR)\PeiDbgPort.ffs" + Parent = "FV_MAIN" + Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "1" + InvokeOrder = AfterParent +End + +ELINK + Name = "$(BUILD_DIR)\PeiDbgPort.ffs" + Parent = "FV_BB" + Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "0" + InvokeOrder = AfterParent +End + +ELINK + Name = "PeiDebuggerInitialize" + InvokeOrder = ReplaceParent +End + +ELINK + Name = " " + Parent = "PeiSioInit," + Token = "PeiDebugger_SUPPORT" "=" "1" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "IsDbgS3" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "PeiDbgIsS3Hook," + Parent = "IsDbgS3" + InvokeOrder = ReplaceParent +End + +ELINK + Name = "PeiDebuggerS3Initialize" + InvokeOrder = ReplaceParent +End + |