summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-26Update to align with UEFI 2.3 spec: rename "UEFI_CONFIG_LANG2" to be "UEFI_CO...xdu2
2009-10-26Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu2
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu2
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu2
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu2
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu2
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu2
2009-10-26Change the FormBrowser behavior of "Pressing ESC":xdu2
2009-10-26Set Handle to NULL when creating a new handle.vanjeff
2009-10-22Add a MACRO IP6_IS_MULTICAST. tye
2009-10-22Remove redundant blank character in DSC file.klu2
2009-10-221. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye
2009-10-211. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye
2009-10-211, Correct the name of PCD_PPI_CALLBACK to EFI_PCD_PPI_CALLBACKklu2
2009-10-21Rename one field in "EFI_ATA_STATUS_BLOCK" to make it a legal C structure.qhuang8
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-201. Move ASSERT to proper place.xdu2
2009-10-19Add an example HII driver to show how to generate HII resource sectionlgao4
2009-10-19Add the example for default opcode usage.lgao4
2009-10-16GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBCmdkinney
2009-10-15Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney
2009-10-14MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian
2009-10-13Fix the incorrect check for IFR OnfOf opcode.lgao4
2009-10-10update comments with the right words.vanjeff
2009-10-10clean up non-English characters.vanjeff
2009-10-10clean up non-English characters.vanjeff
2009-10-08PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten
2009-10-08Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney
2009-10-07OVMF: Align PE images in ROM, and strip relocations were possible.jljusten
2009-10-07OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten
2009-10-05MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten
2009-10-02Fix warnings generated by GCC.jljusten
2009-10-02Fix comment describing the library in PlatformFvbLibNull.inf.jljusten
2009-10-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney
2009-10-01Check to see if the section size of non-zero before failing a load operation ...mdkinney
2009-10-011) Update PE/COFF file alignment to 4KB to match 4KB section alignment.mdkinney
2009-09-30Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to al...qhuang8
2009-09-30For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian
2009-09-29Add the EFI PCI Override Protocol definitions introduced in PI 1.2.vanjeff
2009-09-29add security check and remove un-necessary return sentence.vanjeff
2009-09-28Add security check to pass klockwork.htao
2009-09-26EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten
2009-09-26OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe.jljusten