| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff | 2011-03-14 | 1 | -2/+2 |
* | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney | 2011-03-10 | 1 | -1/+3 |
* | Correct incoming buffer size comparison to the incoming buffer, not the exist... | jcarsey | 2011-03-04 | 1 | -2/+2 |
* | Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S... | hhuan13 | 2010-12-08 | 1 | -1/+4 |
* | Fix ICC 9.1 build break | mdkinney | 2010-11-29 | 1 | -3/+10 |
* | Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close dow... | niruiyu | 2010-11-25 | 1 | -0/+1 |
* | Use the correct length to copy KeyData. | niruiyu | 2010-10-21 | 1 | -2/+2 |
* | Refile code to make code following the UEFI spec. | ydong10 | 2010-10-15 | 1 | -1/+2 |
* | Fixed update file time error problem. | ydong10 | 2010-10-09 | 3 | -2/+37 |
* | Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal ... | qhuang8 | 2010-08-31 | 1 | -6/+6 |
* | Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t... | niruiyu | 2010-08-06 | 2 | -12/+6 |
* | Make PeCoffExtraActionLib more robust, in case it is called before its constr... | andrewfish | 2010-08-05 | 1 | -0/+7 |
* | Report correct MediaPresentSupported value from Nt32 SNP mode data. | xdu2 | 2010-07-02 | 1 | -2/+2 |
* | Update NT32 to produce the gEfiMemoryTypeInformation HOB | mdkinney | 2010-06-14 | 2 | -3/+63 |
* | Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType... | mdkinney | 2010-06-14 | 1 | -0/+1 |
* | Update the copyright notice format | hhtian | 2010-04-28 | 132 | -260/+260 |
* | Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI... | lgao4 | 2010-04-22 | 2 | -4/+0 |
* | Nt32SerialIo driver was changed to produce the flow control device path node ... | niruiyu | 2010-04-09 | 3 | -55/+214 |
* | Fix ICC build failures | mdkinney | 2010-03-31 | 3 | -7/+9 |
* | Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com... | lgao4 | 2010-03-21 | 1 | -140/+92 |
* | Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the defaul... | lgao4 | 2010-03-14 | 1 | -73/+10 |
* | Add VlanConfigDxe to platform DSC/FDF. | xdu2 | 2010-03-03 | 2 | -0/+2 |
* | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 2010-03-03 | 10 | -17/+3 |
* | Add the missing OUTPUT directory for the EFI and depex file in Rule section. | lgao4 | 2010-03-01 | 1 | -15/+15 |
* | Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac... | lgao4 | 2010-03-01 | 1 | -15/+15 |
* | add debug agent null instance in DSC file. | vanjeff | 2010-02-26 | 1 | -7/+8 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 22 | -48/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-23 | 33 | -128/+129 |
* | Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER | mdkinney | 2010-02-14 | 1 | -2/+2 |
* | Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m... | mdkinney | 2010-02-11 | 1 | -3/+28 |