| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd... | Shumin Qiu | 2013-11-26 | 1 | -4/+3 |
* | MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G... | Star Zeng | 2013-11-20 | 1 | -5/+5 |
* | MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G... | Star Zeng | 2013-11-20 | 1 | -0/+6 |
* | Separate NT32 build directory, so that we can build IA32 and X64 image at sam... | Yao, Jiewen | 2013-10-16 | 1 | -1/+1 |
* | We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. | Jiamin Ma | 2013-10-12 | 17 | -62/+234 |
* | resolve TpmMeasurementLib dependency introduced in r14687 | jyao1 | 2013-09-22 | 1 | -0/+1 |
* | 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. | Fu Siyuan | 2013-08-28 | 1 | -3/+3 |
* | Do not lock the volume when the volume maps to a file instead of a physical d... | Ruiyu Ni | 2013-08-22 | 1 | -6/+10 |
* | Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. | Star Zeng | 2013-08-19 | 1 | -2/+2 |
* | Update NT32/Duet platform to use new display engine and browser. | Eric Dong | 2013-08-12 | 2 | -0/+3 |
* | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong | 2013-08-12 | 2 | -3/+0 |
* | Update Browser to provide the customization possibilities. | Eric Dong | 2013-08-09 | 2 | -0/+3 |
* | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 2013-07-26 | 2 | -2/+7 |
* | Nt32Pkg: Use FaultTolerantWritePei driver. | Star Zeng | 2013-07-03 | 2 | -7/+9 |
* | Use correct pointer to install DevicePath protocol. | Star Zeng | 2013-06-13 | 1 | -2/+2 |
* | Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ... | niruiyu | 2012-07-30 | 2 | -8/+6 |
* | Fixed build failed. | ydong10 | 2012-05-31 | 1 | -1/+1 |
* | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 | 2012-05-30 | 1 | -2/+2 |
* | Remove the check of signature because the code which looks for the input Noti... | niruiyu | 2012-05-24 | 1 | -5/+1 |
* | Add logic to validate variable before use it. | ydong10 | 2012-05-18 | 1 | -1/+48 |
* | Update copyright format | hhtian | 2012-04-24 | 1 | -3/+1 |
* | Add missing secure boot build option | hhtian | 2012-04-16 | 1 | -0/+2 |
* | EDK II Packages: Add Contributions.txt and License.txt files | jljusten | 2012-04-11 | 2 | -0/+215 |
* | Nt32Pkg: Add Secure Boot build option including Custom Mode setup | leegrosenbaum | 2012-04-11 | 4 | -1/+142 |
* | Updated platform DSC files to add CPU Exception Library instances. | vanjeff | 2012-03-15 | 1 | -1/+2 |
* | Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. | ydong10 | 2012-03-08 | 1 | -1/+1 |
* | Enable write file to USB from Shell in Win7 OS | ydong10 | 2012-02-15 | 1 | -1/+16 |
* | Append double-null for Type 19 data record. | lzeng14 | 2012-02-03 | 1 | -3/+2 |
* | Add Missing invocations to VA_END() for VA_START(). | rsun3 | 2012-02-01 | 2 | -7/+5 |
* | Update the Package version. | niruiyu | 2011-12-13 | 2 | -2/+2 |
* | Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w... | li-elvin | 2011-11-24 | 1 | -2/+2 |
* | According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0... | lzeng14 | 2011-11-21 | 15 | -108/+87 |
* | Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF... | niruiyu | 2011-11-17 | 1 | -2/+2 |
* | Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for... | qianouyang | 2011-10-26 | 1 | -5/+3 |
* | Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are... | niruiyu | 2011-10-25 | 1 | -10/+10 |
* | Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test ... | niruiyu | 2011-10-24 | 3 | -5/+22 |
* | Avoid using code name in comments. | niruiyu | 2011-10-19 | 1 | -4/+4 |
* | 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.... | qianouyang | 2011-09-30 | 3 | -240/+343 |
* | Clean up invalid keywords and missing keywords in [Define] section of INF/DEC... | lzeng14 | 2011-06-28 | 2 | -2/+4 |
* | Fix ICC build issues | mdkinney | 2011-06-09 | 3 | -14/+16 |
* | Fix the bug that WinNtBlockIo fails to properly allocate a buffer. | niruiyu | 2011-05-31 | 1 | -2/+2 |
* | Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [... | lzeng14 | 2011-05-20 | 1 | -6/+6 |
* | Return scan code for Pause key. | vanjeff | 2011-05-16 | 1 | -0/+1 |
* | Clean up DEC files: | mdkinney | 2011-05-09 | 1 | -35/+1 |
* | Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx | mdkinney | 2011-05-05 | 1 | -15/+12 |
* | Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK... | niruiyu | 2011-04-19 | 3 | -105/+211 |
* | Set EXECUTE flags in so RELEASE builds can tun correctly. | mdkinney | 2011-04-11 | 1 | -3/+3 |
* | Add right PCD Library instance mapping | hhtian | 2011-03-26 | 1 | -1/+4 |
* | Add PCD Library instance mapping for GraphicsConsole driver. | rsun3 | 2011-03-24 | 1 | -1/+4 |
* | Add support for the GetTimerValue() to the CPU AP for NT32. This also requir... | mdkinney | 2011-03-16 | 5 | -14/+53 |