summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu27-32/+195
2009-10-26Change the FormBrowser behavior of "Pressing ESC":xdu26-239/+427
2009-10-26Set Handle to NULL when creating a new handle.vanjeff1-0/+1
2009-10-22Add a MACRO IP6_IS_MULTICAST. tye1-1/+3
2009-10-22Remove redundant blank character in DSC file.klu23-3/+3
2009-10-221. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2-23/+37
2009-10-211. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye3-11/+24
2009-10-211, Correct the name of PCD_PPI_CALLBACK to EFI_PCD_PPI_CALLBACKklu22-6/+22
2009-10-21Rename one field in "EFI_ATA_STATUS_BLOCK" to make it a legal C structure.qhuang81-1/+1
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang2-4/+4
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang5-5/+5
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang2-3/+3
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang3-1/+40
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang33-0/+18148
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang33-17995/+0
2009-10-201. Move ASSERT to proper place.xdu21-12/+9
2009-10-19Add an example HII driver to show how to generate HII resource sectionlgao44-0/+255
2009-10-19Add the example for default opcode usage.lgao42-1/+5
2009-10-16GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBCmdkinney1-1/+1
2009-10-15Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney1-3/+9
2009-10-14MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten1-1/+1
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian6-32/+126
2009-10-13Fix the incorrect check for IFR OnfOf opcode.lgao41-1/+1
2009-10-10update comments with the right words.vanjeff1-1/+1
2009-10-10clean up non-English characters.vanjeff4-14/+14
2009-10-10clean up non-English characters.vanjeff8-10/+10
2009-10-08PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten1-3/+0
2009-10-08Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney1-85/+90
2009-10-07OVMF: Align PE images in ROM, and strip relocations were possible.jljusten2-13/+29
2009-10-07OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten3-3/+26
2009-10-05MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten1-3/+6
2009-10-02Fix warnings generated by GCC.jljusten2-0/+4
2009-10-02Fix comment describing the library in PlatformFvbLibNull.inf.jljusten1-1/+1
2009-10-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney1-49/+55
2009-10-01Check to see if the section size of non-zero before failing a load operation ...mdkinney1-10/+10
2009-10-011) Update PE/COFF file alignment to 4KB to match 4KB section alignment.mdkinney2-5/+5
2009-09-30Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to al...qhuang81-4/+4
2009-09-30For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2-2/+2
2009-09-29Add the EFI PCI Override Protocol definitions introduced in PI 1.2.vanjeff2-13/+64
2009-09-29add security check and remove un-necessary return sentence.vanjeff1-3/+1
2009-09-28Add security check to pass klockwork.htao1-1/+6
2009-09-26EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten1-4/+4
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten4-1/+80
2009-09-26OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe.jljusten6-10/+52
2009-09-26OVMF: Add library to customize the EMU Variable FVB driver.jljusten3-8/+109
2009-09-26Add EmuVariableFvbRuntimeDxe driver.jljusten3-0/+1096
2009-09-26Add PlatformFvbLibNull instance of PlatformFvbLib.jljusten2-0/+75
2009-09-26Add PlatformFvbLib to allow platform customization of an FVB driver.jljusten1-0/+37
2009-09-26Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten1-2/+3
2009-09-25add security checkvanjeff2-1/+4