audk/Nt32Pkg
yshang1 cdebf6c68a 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE.
2) Remove PcdDriverPcdLibNull.
3) Add more ASSERT() in BasePcdLibNull to detect the incorrect usage of Pcd Library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3643 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-15 06:17:29 +00:00
..
BootModePei remove some comments introduced by tools. 2007-07-20 04:33:45 +00:00
CpuRuntimeDxe Recovered from deletion 2007-07-27 00:19:02 +00:00
FvbServicesRuntimeDxe Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:54:27 +00:00
Include Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:52:48 +00:00
Library 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. 2007-08-10 05:29:46 +00:00
MetronomeDxe mass cleanup inf name 2007-07-16 08:17:35 +00:00
MiscSubClassPlatformDxe change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime" 2007-08-09 07:20:42 +00:00
PlatformBdsDxe Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use. 2007-08-06 09:42:56 +00:00
RealTimeClockRuntimeDxe mass cleanup inf name 2007-07-16 08:17:35 +00:00
ResetRuntimeDxe remove some comments introduced by tools. 2007-07-20 04:33:45 +00:00
Sec Removed IntelFrameworkPkg references from SEC 2007-07-27 16:55:19 +00:00
TimerDxe mass cleanup inf name 2007-07-16 08:17:35 +00:00
WinNtAutoScanPei remove dxs files. 2007-07-24 09:52:29 +00:00
WinNtBlockIoDxe removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. 2007-07-26 21:33:37 +00:00
WinNtBusDriverDxe removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. 2007-07-26 21:33:37 +00:00
WinNtConsoleDxe remove some comments introduced by tools. 2007-07-20 04:33:45 +00:00
WinNtFirmwareVolumePei Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:54:27 +00:00
WinNtFlashMapPei Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:54:27 +00:00
WinNtGopDxe removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. 2007-07-26 21:33:37 +00:00
WinNtSerialIoDxe remove some comments introduced by tools. 2007-07-20 04:33:45 +00:00
WinNtSimpleFileSystemDxe remove some comments introduced by tools. 2007-07-20 04:33:45 +00:00
WinNtThunkDxe remove dxs 2007-07-24 09:47:50 +00:00
WinNtThunkPPIToProtocolPei remove dxs files. 2007-07-24 09:52:29 +00:00
Nt32Pkg.dec Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:52:48 +00:00
Nt32Pkg.dsc 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. 2007-08-15 06:17:29 +00:00
Nt32Pkg.fdf Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. 2007-08-03 08:52:48 +00:00