diff options
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib')
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.cif | 13 | ||||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib | bin | 0 -> 8834 bytes | |||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak | 133 | ||||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl | 29 | ||||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib | bin | 0 -> 12232 bytes | |||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib | bin | 0 -> 12222 bytes | |||
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib | bin | 0 -> 8830 bytes |
7 files changed, 175 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.cif b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.cif new file mode 100644 index 0000000..3c3f435 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.cif @@ -0,0 +1,13 @@ +<component> + name = "DebuggerLib" + category = ModulePart + LocalRoot = "Core\EM\AMIDebugRx\binaries\LIBS\DebuggerLib\" + RefName = "DebuggerLib" +[files] +"DebuggerLib.sdl" +"DebuggerLib.mak" +"DebuggerLib.lib" +"DebuggerLibX64.lib" +"DebuggerLib_PI_1_1.lib" +"DebuggerLibX64_PI_1_1.lib" +<endComponent> diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib Binary files differnew file mode 100644 index 0000000..998b4ee --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak new file mode 100644 index 0000000..ac53106 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak @@ -0,0 +1,133 @@ +#//*****************************************************************// +#//*****************************************************************// +#//*****************************************************************// +#//** **// +#//** (C)Copyright 2009, American Megatrends, Inc. **// +#//** **// +#//** All Rights Reserved. **// +#//** **// +#//** 5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093 **// +#//** **// +#//** Phone (770)-246-8600 **// +#//** **// +#//*****************************************************************// +#//*****************************************************************// +#//*****************************************************************// +# $Header: /Alaska/BIN/Modules/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak 4 3/16/11 4:42p Sudhirv $ +# +# $Revision: 4 $ +# +# $Date: 3/16/11 4:42p $ +#********************************************************************** +# Revision History +# ---------------- +# $Log: /Alaska/BIN/Modules/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak $ +# +# 4 3/16/11 4:42p Sudhirv +# Changes to Support Older Core before 4.6.5.0 +# +# 3 3/09/11 8:16a Sudhirv +# EIP 53658 - AMIDebugRx\Debugger support for PI 1.1 +# +# 2 7/17/09 7:15p Madhans +# DebugRx 1.30.0022 +# +# 2 7/13/09 2:45p Sudhirv +# Updated with Coding Standards +# +# 1 7/07/09 4:46p Sudhirv +# Restructure Binaries Created +# +# 1 5/01/09 7:48p Madhans +# AMIDebug Rx Module. Intial Checkin. +# +# 1 4/29/09 7:51a Sudhirv +# AMI Debug Rx module created +# +# 4 12/12/08 5:14p Madhans +# USB Redirecion Module. +# +# 3 9/07/07 11:14a Madhans +# 1.07.0008 Eng Release +# +# 2 6/13/07 3:38p Madhans +# Copyright Year updated. +# +# 1 3/10/07 2:37p Madhans +# For 1.05.binary Release. +# +# +#********************************************************************** +#<AMI_FHDR_START> +# +# Name: DebuggerLib.mak +# +# Description: Library to send Ld image notifications to PEI debugger +# +#<AMI_FHDR_END> +#********************************************************************** + +!IFDEF PI_SPECIFICATION_VERSION +!IF $(PI_SPECIFICATION_VERSION)>=0x00010000 + +CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib + +PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib + +!IF "$(x64_BUILD)"!="1" +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib + +!ELSE +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64_PI_1_1.lib + + +!ENDIF + +!ELSE +CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +#!IF "$(DbgPortStatusRedirectionOnly_SUPPORT)" != "1" +PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +!IF "$(x64_BUILD)"!="1" +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +!ELSE +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64.lib + + +!ENDIF +!ENDIF +!ELSE + +CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +#!IF "$(DbgPortStatusRedirectionOnly_SUPPORT)" != "1" +PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +!IF "$(x64_BUILD)"!="1" +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib.lib + +!ELSE +CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64.lib + + +!ENDIF +#!ENDIF +!ENDIF + +#//*****************************************************************// +#//*****************************************************************// +#//*****************************************************************// +#//** **// +#//** (C)Copyright 2009, American Megatrends, Inc. **// +#//** **// +#//** All Rights Reserved. **// +#//** **// +#//** 5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093 **// +#//** **// +#//** Phone (770)-246-8600 **// +#//** **// +#//*****************************************************************// +#//*****************************************************************// +#//*****************************************************************// diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl new file mode 100644 index 0000000..042f87d --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl @@ -0,0 +1,29 @@ +PATH + Name = "DebuggerLib_DIR" +End + +MODULE + Help = "Includes DebuggerLib.mak to Project" + File = "DebuggerLib.mak" +End + +ELINK + Name = "InitDbgLdImageNotify," + Parent = "DxeCoreInitialize" + Token = "REDIRECTION_ONLY_MODE" "!=" "1" + Token = "PeiDebugger_SUPPORT" "=" "1" + InvokeOrder = AfterParent +End + +ELINK + Name = "PeiDbgSptLdr," + Parent = "PeiCoreInitialize" + Token = "PeiDebugger_SUPPORT" "=" "1" + InvokeOrder = AfterParent +End + +ELINK + Name = "ReadyToBootFunc," + Parent = "DxeCoreInitialize" + InvokeOrder = AfterParent +End
\ No newline at end of file diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib Binary files differnew file mode 100644 index 0000000..9bfdc32 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib Binary files differnew file mode 100644 index 0000000..e45046a --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib Binary files differnew file mode 100644 index 0000000..e0b06b4 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib |