1. 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
  2. f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
  3. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  4. 24e1291 Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test running in Win7 by niruiyu · 13 years ago
  5. 1b65880 Fix ICC build issues by mdkinney · 14 years ago
  6. 75e55c5 Set EXECUTE flags in so RELEASE builds can tun correctly. by mdkinney · 14 years ago
  7. 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
  8. d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
  9. f515069 Fixed update file time error problem. by ydong10 · 14 years ago
  10. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  11. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  12. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  13. 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
  14. 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 15 years ago
  15. 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  16. 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
  17. 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
  18. 0d10bfc update by eric_tian · 16 years ago
  19. 84a7fd1 updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  20. ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  21. 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
  22. d5469f4 Corrected the case of file name by jwang36 · 16 years ago
  23. 03c19e0 Use CONST instead of const by klu2 · 16 years ago
  24. 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
  25. f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
  26. 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
  27. ff33b87 Correct the value of StackBase, the stack base address is not stack's top address. by klu2 · 17 years ago
  28. 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
  29. 706e753 Modify minor error in Nt32Pkg.dsc by lgao4 · 17 years ago
  30. 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
  31. 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
  32. 9489f8b Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT function. by jwang36 · 17 years ago
  33. 1ce6902 Add release compiler option support. by lgao4 · 17 years ago
  34. 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
  35. 5b682ea Remove duplicate section. by klu2 · 17 years ago
  36. 5aae0aa PI Enable: by klu2 · 17 years ago
  37. e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
  38. 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
  39. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  40. d0dc913 Removed IntelFrameworkPkg references from SEC by AJFISH · 17 years ago
  41. 246f0e3 Remove [Include] from INF file. by klu2 · 17 years ago
  42. 85d48d9 Removed non-existing file by jwang36 · 17 years ago
  43. a695d13 No longer needed. Use USER_DEFINED module type instead. by jwang36 · 17 years ago
  44. 4a561bc Changed customized build to USER_DEFINED by jwang36 · 17 years ago
  45. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  46. afc4d4e Add cleanall target by klu2 · 17 years ago
  47. 910f969 Fix the issue that Sec lost library build dependency by klu2 · 17 years ago
  48. 14a71bf by klu2 · 17 years ago
  49. af05f8b by klu2 · 17 years ago
  50. a6f8e80 Fixed the "{" in makefile by yshang1 · 17 years ago
  51. 9c0f45b fix path error by klu2 · 17 years ago
  52. 033655d Close all compiler's options for debug Sec by klu2 · 17 years ago
  53. 2e19fd0 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary. by klu2 · 17 years ago