audk/EdkModulePkg/Core
qwang12 abb234751e 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL
2) Add DxeCore infix to the module local variable gBS, gST, gRT, gDS in DxeMain.c. This is to solve the name conflict with UefiBootServicesTableLib which is defined in MDE Library Spec. 
3) Add in check for gBS and gST in UefiDebugLibConOut/DebugLib.c and UefiDebugLibStdErr/DebugLib.c and MdePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c. If they are not initialized, the API will just return with a error message.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2546 6f19259b-4bc3-4df7-8a09-765794883524
2007-04-06 06:36:47 +00:00
..
Dxe 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL 2007-04-06 06:36:47 +00:00
DxeIplPeim To fix 2007-04-05 09:04:12 +00:00
Pei 1. Removed AsmSwitchStackAndBackingStore from BaseLib.h 2007-03-22 03:03:32 +00:00