- 16b6347 NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some multi-core processors. by Qiu Shumin · 10 years ago
- f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- 24e1291 Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test running in Win7 by niruiyu · 13 years ago
- 1b65880 Fix ICC build issues by mdkinney · 14 years ago
- 75e55c5 Set EXECUTE flags in so RELEASE builds can tun correctly. by mdkinney · 14 years ago
- 831ff05 Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. by mdkinney · 14 years ago
- d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
- f515069 Fixed update file time error problem. by ydong10 · 14 years ago
- 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
- 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
- f7c58a9 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
- 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 15 years ago
- 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
- 1f53f7b Update SecMain for Nt32 to use WriteFile() for all status code related console output so the same mechanism is used for SEC, PEI, and DXE. Previously SEC and PEI were using printf() and DXE was using WriteFile() and the order of the messages was not correct in all cases. By using the same method for all status code output, the order of the messages is correct. by mdkinney · 16 years ago
- a776476 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 0d10bfc update by eric_tian · 16 years ago
- 84a7fd1 updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
- ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
- 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
- d5469f4 Corrected the case of file name by jwang36 · 16 years ago
- 03c19e0 Use CONST instead of const by klu2 · 16 years ago
- 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
- f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
- 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
- ff33b87 Correct the value of StackBase, the stack base address is not stack's top address. by klu2 · 17 years ago
- 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
- 706e753 Modify minor error in Nt32Pkg.dsc by lgao4 · 17 years ago
- 85e43be The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, then PeiMain could computer how many stack ever used. by klu2 · 17 years ago
- c43a6c7 Added flag to permit building with VS2005. (strcpy has been depricated, so MSFT introduced a flag to turn off the warning.) by lhauch · 17 years ago
- 9489f8b Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT function. by jwang36 · 17 years ago
- 1ce6902 Add release compiler option support. by lgao4 · 17 years ago
- 952261d Use VirtualAlloc() to allocate enough memory space for Nt32 emulator in place of original mapped file to memory space. by lgao4 · 17 years ago
- 5b682ea Remove duplicate section. by klu2 · 17 years ago
- 5aae0aa PI Enable: by klu2 · 17 years ago
- e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
- b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
- 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
- d0dc913 Removed IntelFrameworkPkg references from SEC by AJFISH · 17 years ago
- 246f0e3 Remove [Include] from INF file. by klu2 · 17 years ago
- 85d48d9 Removed non-existing file by jwang36 · 17 years ago
- a695d13 No longer needed. Use USER_DEFINED module type instead. by jwang36 · 17 years ago
- 4a561bc Changed customized build to USER_DEFINED by jwang36 · 17 years ago
- dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
- afc4d4e Add cleanall target by klu2 · 17 years ago
- 910f969 Fix the issue that Sec lost library build dependency by klu2 · 17 years ago
- 14a71bf by klu2 · 17 years ago
- af05f8b by klu2 · 17 years ago
- a6f8e80 Fixed the "{" in makefile by yshang1 · 17 years ago
- 9c0f45b fix path error by klu2 · 17 years ago
- 033655d Close all compiler's options for debug Sec by klu2 · 17 years ago
- 2e19fd0 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary. by klu2 · 17 years ago