summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
Commit message (Expand)AuthorAgeFilesLines
* Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd...Shumin Qiu2013-11-261-4/+3
* MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng2013-11-201-5/+5
* MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng2013-11-201-0/+6
* Separate NT32 build directory, so that we can build IA32 and X64 image at sam...Yao, Jiewen2013-10-161-1/+1
* We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.Jiamin Ma2013-10-1217-62/+234
* resolve TpmMeasurementLib dependency introduced in r14687jyao12013-09-221-0/+1
* 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2013-08-281-3/+3
* Do not lock the volume when the volume maps to a file instead of a physical d...Ruiyu Ni2013-08-221-6/+10
* Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace.Star Zeng2013-08-191-2/+2
* Update NT32/Duet platform to use new display engine and browser.Eric Dong2013-08-122-0/+3
* Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong2013-08-122-3/+0
* Update Browser to provide the customization possibilities.Eric Dong2013-08-092-0/+3
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-2/+7
* Nt32Pkg: Use FaultTolerantWritePei driver.Star Zeng2013-07-032-7/+9
* Use correct pointer to install DevicePath protocol.Star Zeng2013-06-131-2/+2
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-8/+6
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Update copyright formathhtian2012-04-241-3/+1
* Add missing secure boot build optionhhtian2012-04-161-0/+2
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Nt32Pkg: Add Secure Boot build option including Custom Mode setupleegrosenbaum2012-04-114-1/+142
* Updated platform DSC files to add CPU Exception Library instances.vanjeff2012-03-151-1/+2
* Override the base address to make LoadLibraryEx success in WIN7 SP1 OS.ydong102012-03-081-1/+1
* Enable write file to USB from Shell in Win7 OSydong102012-02-151-1/+16
* Append double-null for Type 19 data record.lzeng142012-02-031-3/+2
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-012-7/+5
* Update the Package version.niruiyu2011-12-132-2/+2
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-241-2/+2
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-2115-108/+87
* Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu2011-11-171-2/+2
* Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for...qianouyang2011-10-261-5/+3
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-251-10/+10
* Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test ...niruiyu2011-10-243-5/+22
* Avoid using code name in comments.niruiyu2011-10-191-4/+4
* 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....qianouyang2011-09-303-240/+343
* Clean up invalid keywords and missing keywords in [Define] section of INF/DEC...lzeng142011-06-282-2/+4
* Fix ICC build issuesmdkinney2011-06-093-14/+16
* Fix the bug that WinNtBlockIo fails to properly allocate a buffer.niruiyu2011-05-311-2/+2
* Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [...lzeng142011-05-201-6/+6
* Return scan code for Pause key.vanjeff2011-05-161-0/+1
* Clean up DEC files:mdkinney2011-05-091-35/+1
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-051-15/+12
* Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK...niruiyu2011-04-193-105/+211
* Set EXECUTE flags in so RELEASE builds can tun correctly.mdkinney2011-04-111-3/+3
* Add right PCD Library instance mappinghhtian2011-03-261-1/+4
* Add PCD Library instance mapping for GraphicsConsole driver.rsun32011-03-241-1/+4
* Add support for the GetTimerValue() to the CPU AP for NT32. This also requir...mdkinney2011-03-165-14/+53