summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-101-1/+3
* Correct incoming buffer size comparison to the incoming buffer, not the exist...jcarsey2011-03-041-2/+2
* Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S...hhuan132010-12-081-1/+4
* Fix ICC 9.1 build breakmdkinney2010-11-291-3/+10
* Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close dow...niruiyu2010-11-251-0/+1
* Use the correct length to copy KeyData.niruiyu2010-10-211-2/+2
* Refile code to make code following the UEFI spec.ydong102010-10-151-1/+2
* Fixed update file time error problem.ydong102010-10-093-2/+37
* Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal ...qhuang82010-08-311-6/+6
* Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t...niruiyu2010-08-062-12/+6
* Make PeCoffExtraActionLib more robust, in case it is called before its constr...andrewfish2010-08-051-0/+7
* Report correct MediaPresentSupported value from Nt32 SNP mode data.xdu22010-07-021-2/+2
* Update NT32 to produce the gEfiMemoryTypeInformation HOBmdkinney2010-06-142-3/+63
* Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney2010-06-141-0/+1