Age | Commit message (Expand) | Author | Files | Lines |
2017-11-29 | Nt32Pkg: Add VS2017 support in SecMain | Liming Gao | 1 | -0/+2 |
2017-11-03 | Nt32Pkg: Update SecMain consumes PCD to get the init value in temp stack | Liming Gao | 2 | -1/+2 |
2016-12-29 | Nt32Pkg SecMain: Update SecMain.inf to support VS2015x86 X64 Mode | chanuei | 1 | -6/+6 |
2016-11-15 | Nt32Pkg: Fix typos in comments and variables | Gary Lin | 3 | -29/+29 |
2016-01-25 | Nt32Pkg: Fix asserts from running Nt32 64-bit on Win8 | Cinnamon Shia | 1 | -1/+2 |
2015-12-22 | Nt32Pkg: Fix VS2015 Build Failure | Liming Gao | 1 | -1/+5 |
2015-02-28 | NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some... | Qiu Shumin | 1 | -1/+19 |
2013-10-12 | We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. | Jiamin Ma | 3 | -1/+134 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 | 1 | -1/+3 |
2011-10-24 | Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test ... | niruiyu | 2 | -2/+16 |
2011-06-09 | Fix ICC build issues | mdkinney | 1 | -5/+5 |
2011-04-11 | Set EXECUTE flags in so RELEASE builds can tun correctly. | mdkinney | 1 | -3/+3 |
2011-03-16 | Add support for the GetTimerValue() to the CPU AP for NT32. This also requir... | mdkinney | 1 | -2/+4 |
2011-03-14 | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff | 1 | -2/+2 |
2010-10-09 | Fixed update file time error problem. | ydong10 | 1 | -1/+2 |
2010-04-28 | Update the copyright notice format | hhtian | 6 | -12/+12 |
2010-03-03 | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 1 | -1/+0 |
2010-02-23 | 1. Correct File header to ## @file | lgao4 | 1 | -3/+3 |
2010-01-29 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney | 2 | -12/+8 |
2009-07-11 | Remove extra #includes where possible to make build more efficient | mdkinney | 1 | -2/+0 |
2009-06-07 | Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP... | mdkinney | 3 | -3/+2 |
2009-05-31 | Update SecMain for Nt32 to use WriteFile() for all status code related consol... | mdkinney | 2 | -18/+45 |
2009-05-31 | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 1 | -2/+2 |
2009-04-17 | update | eric_tian | 1 | -1/+1 |
2009-04-08 | updated to use the term “temporary memory” but not CAR | eric_tian | 1 | -1/+1 |
2009-03-05 | Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt... | qhuang8 | 3 | -217/+7 |
2009-02-23 | Update SecMain code to remove unused logic. | lgao4 | 1 | -35/+2 |
2009-02-06 | Corrected the case of file name | jwang36 | 1 | -10/+10 |
2008-10-14 | Use CONST instead of const | klu2 | 2 | -2/+2 |
2008-10-14 | Fix ICC building issue for Nt32 platform. | klu2 | 3 | -11/+16 |
2008-08-25 | remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo... | lgao4 | 1 | -112/+0 |
2008-03-19 | Modify all file header to follow doxygen format | klu2 | 4 | -8/+8 |
2008-03-06 | Correct the value of StackBase, the stack base address is not stack's top add... | klu2 | 1 | -2/+2 |
2008-02-29 | Merge Temporary Ram support patch. | klu2 | 4 | -11/+183 |
2007-11-30 | Modify minor error in Nt32Pkg.dsc | lgao4 | 1 | -1/+1 |
2007-11-01 | The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, th... | klu2 | 1 | -0/+7 |
2007-10-25 | Added flag to permit building with VS2005. (strcpy has been depricated, so MS... | lhauch | 1 | -1/+1 |
2007-10-16 | Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT... | jwang36 | 1 | -1/+1 |
2007-10-10 | Add release compiler option support. | lgao4 | 1 | -2/+2 |
2007-10-10 | Use VirtualAlloc() to allocate enough memory space for Nt32 emulator in place... | lgao4 | 3 | -52/+36 |
2007-09-29 | Remove duplicate section. | klu2 | 1 | -8/+1 |
2007-09-12 | PI Enable: | klu2 | 2 | -8/+76 |
2007-09-04 | Merge the PI enabling works from the branch | qwang12 | 2 | -6/+6 |
2007-08-30 | Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec... | qhuang8 | 1 | -5/+5 |
2007-08-29 | Update INF files to remove/update non-exist files listed in [sources] sections. | qhuang8 | 1 | -1/+0 |
2007-07-27 | Removed IntelFrameworkPkg references from SEC | AJFISH | 3 | -107/+25 |
2007-07-27 | Remove [Include] from INF file. | klu2 | 1 | -3/+0 |
2007-07-27 | Removed non-existing file | jwang36 | 1 | -1/+0 |
2007-07-27 | No longer needed. Use USER_DEFINED module type instead. | jwang36 | 2 | -232/+0 |
2007-07-25 | Changed customized build to USER_DEFINED | jwang36 | 1 | -2/+4 |