| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver... | rsun3 | 2010-12-28 | 4 | -53/+79 |
* | Add missing @param to function header comment. | mdkinney | 2010-12-27 | 1 | -1/+2 |
* | Remove ASSERT here for the zero attributes means deleting preexisting variable. | gdong1 | 2010-12-24 | 1 | -1/+0 |
* | 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. | xdu2 | 2010-12-24 | 3 | -19/+48 |
* | 1. Support inconsistent if opcode used in string/password opcode. | ydong10 | 2010-12-23 | 8 | -69/+89 |
* | 1. support numeric item +/- action generate callback | ydong10 | 2010-12-23 | 1 | -0/+2 |
* | Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa... | gdong1 | 2010-12-23 | 1 | -4/+0 |
* | Fix a potential bug that SetVariable is invoked for NV variable prior to the ... | gdong1 | 2010-12-22 | 1 | -18/+17 |
* | Fix ICC build issues | mdkinney | 2010-12-20 | 1 | -9/+10 |
* | Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ... | mdkinney | 2010-12-18 | 7 | -0/+526 |
* | Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement... | mdkinney | 2010-12-17 | 1 | -1/+0 |
* | Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR. | tye1 | 2010-12-16 | 1 | -2/+4 |
* | Fix ARM link issue. | andrewfish | 2010-12-15 | 1 | -0/+9 |
* | Update inappropriate comments. | gdong1 | 2010-12-15 | 4 | -10/+10 |
* | Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO... | rsun3 | 2010-12-14 | 2 | -0/+10 |
* | Add a TcpIo library to facilitate usage of TCP service. | tye1 | 2010-12-14 | 5 | -0/+1303 |
* | Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_... | rsun3 | 2010-12-14 | 4 | -0/+17 |
* | Remove the unnecessary package from VariableSmmRuntimeDxe.inf. | gdong1 | 2010-12-12 | 1 | -1/+0 |
* | Add typecast to remove warning with ICC. | gdong1 | 2010-12-11 | 3 | -6/+5 |
* | MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchain | jljusten | 2010-12-10 | 1 | -2/+3 |
* | Add SMM Variable implementation. | gdong1 | 2010-12-10 | 24 | -1332/+3912 |
* | EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo... | lgao4 | 2010-12-09 | 1 | -3/+6 |
* | Add missing Handle parameter for UninstallMultipleProtocolInterfaces(). | xdu2 | 2010-12-09 | 1 | -0/+1 |
* | when SMM Communication Protocol.Communicate() is called from within SMM, SMRA... | rsun3 | 2010-12-09 | 1 | -2/+2 |
* | update the comments. | ydong10 | 2010-12-09 | 2 | -3/+3 |
* | Co-work with patch V11137 to refine the Hii menu. | ydong10 | 2010-12-09 | 5 | -5/+5 |
* | 1) Change location of DEBUG() macro that prints the name of the FFS file bein... | mdkinney | 2010-12-06 | 4 | -109/+18 |
* | DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 | jljusten | 2010-12-06 | 2 | -0/+2 |
* | Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t... | mdkinney | 2010-12-04 | 6 | -9/+153 |
* | EHCI Controllers with a CapLen of 0 are ignored. | erictian | 2010-11-26 | 1 | -0/+8 |
* | Fix a bug in GetLangFromSupportedLangCodes() | niruiyu | 2010-11-25 | 2 | -0/+10 |
* | Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se... | niruiyu | 2010-11-24 | 3 | -77/+302 |
* | Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not... | lgao4 | 2010-11-23 | 1 | -8/+24 |
* | 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO... | vanjeff | 2010-11-23 | 2 | -6/+17 |
* | The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ... | rsun3 | 2010-11-22 | 3 | -3/+6 |
* | Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to contro... | niruiyu | 2010-11-22 | 1 | -0/+3 |
* | Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. | xdu2 | 2010-11-22 | 1 | -0/+1 |
* | Compare DXE performance token name by DXE performance string length. | lgao4 | 2010-11-22 | 1 | -3/+3 |
* | Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se... | niruiyu | 2010-11-18 | 2 | -81/+302 |
* | Fix spelling error in comment | mdkinney | 2010-11-16 | 2 | -2/+2 |
* | Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl... | vanjeff | 2010-11-12 | 1 | -7/+7 |
* | Print Arrow for Goto button. | lgao4 | 2010-11-11 | 1 | -0/+12 |
* | Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. | vanjeff | 2010-11-10 | 2 | -19/+8 |
* | Fix ICC build break. | rsun3 | 2010-11-10 | 1 | -7/+7 |
* | Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres... | lgao4 | 2010-11-09 | 3 | -9/+101 |
* | Some existing PCI adapters with UEFI option ROMs make unaligned requests thro... | rsun3 | 2010-11-09 | 3 | -0/+143 |
* | Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ... | rsun3 | 2010-11-08 | 1 | -2/+2 |
* | Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report... | mdkinney | 2010-11-04 | 2 | -4/+39 |
* | Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). | rsun3 | 2010-11-04 | 1 | -8/+12 |
* | The CurrentNumberOfxxxxx should be based on the device going away, and not th... | vanjeff | 2010-11-03 | 1 | -2/+2 |