From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- .../binaries/LIBS/DebuggerLib/DebuggerLib.cif | 13 ++ .../binaries/LIBS/DebuggerLib/DebuggerLib.lib | Bin 0 -> 8834 bytes .../binaries/LIBS/DebuggerLib/DebuggerLib.mak | 133 +++++++++++++++++++++ .../binaries/LIBS/DebuggerLib/DebuggerLib.sdl | 29 +++++ .../binaries/LIBS/DebuggerLib/DebuggerLibX64.lib | Bin 0 -> 12232 bytes .../LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib | Bin 0 -> 12222 bytes .../LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib | Bin 0 -> 8830 bytes 7 files changed, 175 insertions(+) create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.cif create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib create mode 100644 Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib (limited to 'Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib') 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 @@ + + 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" + diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib new file mode 100644 index 0000000..998b4ee Binary files /dev/null and b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.lib differ 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. +# +# +#********************************************************************** +# +# +# Name: DebuggerLib.mak +# +# Description: Library to send Ld image notifications to PEI debugger +# +# +#********************************************************************** + +!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 new file mode 100644 index 0000000..9bfdc32 Binary files /dev/null and b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64.lib differ 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 new file mode 100644 index 0000000..e45046a Binary files /dev/null and b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLibX64_PI_1_1.lib differ 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 new file mode 100644 index 0000000..e0b06b4 Binary files /dev/null and b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib_PI_1_1.lib differ -- cgit v1.2.3