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