Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ... | niruiyu | 2 | -8/+6 |
2012-05-31 | Fixed build failed. | ydong10 | 1 | -1/+1 |
2012-05-30 | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 | 1 | -2/+2 |
2012-05-24 | Remove the check of signature because the code which looks for the input Noti... | niruiyu | 1 | -5/+1 |
2012-05-18 | Add logic to validate variable before use it. | ydong10 | 1 | -1/+48 |
2012-04-24 | Update copyright format | hhtian | 1 | -3/+1 |
2012-04-16 | Add missing secure boot build option | hhtian | 1 | -0/+2 |
2012-04-11 | EDK II Packages: Add Contributions.txt and License.txt files | jljusten | 2 | -0/+215 |
2012-04-11 | Nt32Pkg: Add Secure Boot build option including Custom Mode setup | leegrosenbaum | 4 | -1/+142 |
2012-03-15 | Updated platform DSC files to add CPU Exception Library instances. | vanjeff | 1 | -1/+2 |
2012-03-08 | Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. | ydong10 | 1 | -1/+1 |
2012-02-15 | Enable write file to USB from Shell in Win7 OS | ydong10 | 1 | -1/+16 |
2012-02-03 | Append double-null for Type 19 data record. | lzeng14 | 1 | -3/+2 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 | 2 | -7/+5 |
2011-12-13 | Update the Package version. | niruiyu | 2 | -2/+2 |
2011-11-24 | Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w... | li-elvin | 1 | -2/+2 |
2011-11-21 | According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0... | lzeng14 | 15 | -108/+87 |
2011-11-17 | Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF... | niruiyu | 1 | -2/+2 |
2011-10-26 | Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for... | qianouyang | 1 | -5/+3 |
2011-10-25 | Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are... | niruiyu | 1 | -10/+10 |
2011-10-24 | Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test ... | niruiyu | 3 | -5/+22 |
2011-10-19 | Avoid using code name in comments. | niruiyu | 1 | -4/+4 |
2011-09-30 | 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.... | qianouyang | 3 | -240/+343 |
2011-06-28 | Clean up invalid keywords and missing keywords in [Define] section of INF/DEC... | lzeng14 | 2 | -2/+4 |
2011-06-09 | Fix ICC build issues | mdkinney | 3 | -14/+16 |
2011-05-31 | Fix the bug that WinNtBlockIo fails to properly allocate a buffer. | niruiyu | 1 | -2/+2 |
2011-05-20 | Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [... | lzeng14 | 1 | -6/+6 |
2011-05-16 | Return scan code for Pause key. | vanjeff | 1 | -0/+1 |
2011-05-09 | Clean up DEC files: | mdkinney | 1 | -35/+1 |
2011-05-05 | Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx | mdkinney | 1 | -15/+12 |
2011-04-19 | Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK... | niruiyu | 3 | -105/+211 |
2011-04-11 | Set EXECUTE flags in so RELEASE builds can tun correctly. | mdkinney | 1 | -3/+3 |
2011-03-26 | Add right PCD Library instance mapping | hhtian | 1 | -1/+4 |
2011-03-24 | Add PCD Library instance mapping for GraphicsConsole driver. | rsun3 | 1 | -1/+4 |
2011-03-16 | Add support for the GetTimerValue() to the CPU AP for NT32. This also requir... | mdkinney | 5 | -14/+53 |
2011-03-14 | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff | 1 | -2/+2 |
2011-03-10 | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney | 1 | -1/+3 |
2011-03-04 | Correct incoming buffer size comparison to the incoming buffer, not the exist... | jcarsey | 1 | -2/+2 |
2010-12-08 | Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S... | hhuan13 | 1 | -1/+4 |
2010-11-29 | Fix ICC 9.1 build break | mdkinney | 1 | -3/+10 |
2010-11-25 | Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close dow... | niruiyu | 1 | -0/+1 |
2010-10-21 | Use the correct length to copy KeyData. | niruiyu | 1 | -2/+2 |
2010-10-15 | Refile code to make code following the UEFI spec. | ydong10 | 1 | -1/+2 |
2010-10-09 | Fixed update file time error problem. | ydong10 | 3 | -2/+37 |
2010-08-31 | Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal ... | qhuang8 | 1 | -6/+6 |
2010-08-06 | Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t... | niruiyu | 2 | -12/+6 |
2010-08-05 | Make PeCoffExtraActionLib more robust, in case it is called before its constr... | andrewfish | 1 | -0/+7 |
2010-07-02 | Report correct MediaPresentSupported value from Nt32 SNP mode data. | xdu2 | 1 | -2/+2 |
2010-06-14 | Update NT32 to produce the gEfiMemoryTypeInformation HOB | mdkinney | 2 | -3/+63 |
2010-06-14 | Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType... | mdkinney | 1 | -0/+1 |