- 6953331 set filename with device path for load file devices. by vanjeff · 15 years ago
- f5006bd Update SetupBrowser to support call to SendForm() by specify a formset class GUID with input parameter FormsetGuid. by xdu2 · 15 years ago
- c2a19e9 For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage() even for XIP PEIMs.However the AllocatePage invoked in S3 path will make system assert. The patch is to fix it. by jchen20 · 15 years ago
- 9ecbc65 Fix a UI hang bug when adding Boot Option or Driver Option. by xdu2 · 15 years ago
- 234dfbf Update to align with UEFI 2.3 spec: rename "UEFI_CONFIG_LANG2" to be "UEFI_CONFIG_LANG_2" by xdu2 · 15 years ago
- a6973cf Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE to DriverSample. by xdu2 · 15 years ago
- ce6d12c Support call of SendForm() from Callback(), i.e. nested call of SendForm(). by xdu2 · 15 years ago
- 8b0fc5c 1. Code clean up: add IN/OUT modifier for parameters. by xdu2 · 15 years ago
- f4a2af1 Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE in UEFI spec. by xdu2 · 15 years ago
- 3dde743 Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for Cross-Reference: by xdu2 · 15 years ago
- d02847d Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_TYPE_ACTION and EFI_IFR_TYPE_BUFFER in UEFI spec. by xdu2 · 15 years ago
- d66e6c1 Change the FormBrowser behavior of "Pressing ESC": by xdu2 · 15 years ago
- 0ce94f3 Set Handle to NULL when creating a new handle. by vanjeff · 15 years ago
- 3a15fd5 Add a MACRO IP6_IS_MULTICAST. by tye · 15 years ago
- 713b7b5 Remove redundant blank character in DSC file. by klu2 · 15 years ago
- 87f89c0 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,000 (10s) according to UEFI spec. by tye · 15 years ago
- c5bcc2e 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued up in the system: these packets will never be freed and will cumulate as time goes on, and then it will cause the system becomes very slow. This issue is reported by HP. by tye · 15 years ago
- 39ef213 1, Correct the name of PCD_PPI_CALLBACK to EFI_PCD_PPI_CALLBACK by klu2 · 15 years ago
- 6d64219 Rename one field in "EFI_ATA_STATUS_BLOCK" to make it a legal C structure. by qhuang8 · 15 years ago
- beb9b90 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 4ad90a8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 061b1c2 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 1f7ff5a 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 9060e3e 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- f8a1c22 1. Move ASSERT to proper place. by xdu2 · 15 years ago
- 6446c98 Add an example HII driver to show how to generate HII resource section by lgao4 · 15 years ago
- ccee609 Add the example for default opcode usage. by lgao4 · 15 years ago
- ab00035 GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBC by mdkinney · 15 years ago
- 2816e21 Do not update the ImageBase in the PE/COFF header if Adjust is 0. by mdkinney · 15 years ago
- ce422d3 MdeModule EhciDxe: Fix compiler warning for IA32 architecture. by jljusten · 15 years ago
- 739802e update code to eliminate the wrong assumption that pci address is equal to host address in all archs. by eric_tian · 15 years ago
- 62b658d Fix the incorrect check for IFR OnfOf opcode. by lgao4 · 15 years ago
- 15cc889 update comments with the right words. by vanjeff · 15 years ago
- 689b2d7 clean up non-English characters. by vanjeff · 15 years ago
- 1910fba clean up non-English characters. by vanjeff · 15 years ago
- 6e6971f PEI Core: Remove unused variable in PeiLoadImageLoadImage function. by jljusten · 15 years ago
- 01e1171 Do not apply relocation fixups if the Adjust value is zero, which means the image is XIP. by mdkinney · 15 years ago
- d40d3ba OVMF: Align PE images in ROM, and strip relocations were possible. by jljusten · 15 years ago
- 9337cf8 OVMF SEC: Modify to search sections of FFS file for PE32 image. by jljusten · 15 years ago
- d7576cf MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devices by jljusten · 15 years ago
- e3d7cce Fix warnings generated by GCC. by jljusten · 15 years ago
- eef9387 Fix comment describing the library in PlatformFvbLibNull.inf. by jljusten · 15 years ago
- 43ada17 Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage() even for XIP PEIMs. This will guarantee that the PE/COFF Extra Action Lib will be called for all PE/COFF images, even XIP PEIMs. by mdkinney · 15 years ago
- 5cfafa0 Check to see if the section size of non-zero before failing a load operation due to a NULL base or end address by mdkinney · 15 years ago
- 2356592 1) Update PE/COFF file alignment to 4KB to match 4KB section alignment. by mdkinney · 15 years ago
- 6f906c3 Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align with recent UEFI 2.3 spec update. by qhuang8 · 15 years ago
- db73188 For the data region which will be touched by Pci Bus Master, we should allocate memory by PciIo.AllocateBuffer() but not AllocatePool() base library API. So the memory region can be used to map into Pci controller-specific address thru PciIo.Map(). by eric_tian · 15 years ago
- 4009f91 Add the EFI PCI Override Protocol definitions introduced in PI 1.2. by vanjeff · 15 years ago
- 5c7e09c add security check and remove un-necessary return sentence. by vanjeff · 15 years ago
- 9dd44c0 Add security check to pass klockwork. by htao · 15 years ago
- 02e1242 EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005 by jljusten · 15 years ago
- 9607962 OVMF: Add support for saving the NV variables to disk following each SetVariable call. by jljusten · 15 years ago
- 27f58ea OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe. by jljusten · 15 years ago
- 6106983 OVMF: Add library to customize the EMU Variable FVB driver. by jljusten · 15 years ago
- 670d495 Add EmuVariableFvbRuntimeDxe driver. by jljusten · 15 years ago
- a876ae6 Add PlatformFvbLibNull instance of PlatformFvbLib. by jljusten · 15 years ago
- 921d5b4 Add PlatformFvbLib to allow platform customization of an FVB driver. by jljusten · 15 years ago
- b6183e4 Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's. by jljusten · 15 years ago
- eb14b48 add security check by vanjeff · 15 years ago
- e8de468 Fixed issues compiling for Apple gcc on IA-32 by AJFISH · 15 years ago
- fbf926a sync comments on data structure to follow latest UEFI spec. by eric_tian · 15 years ago
- f605152 Add HII animation related definitions into MdePkg. by rsun3 · 15 years ago
- 25a0aa5 Update definition aligned to UEFI2.3 by qhuang8 · 15 years ago
- eaf75bf sync the latest spec changes with code by eric_tian · 15 years ago
- 0f72982 NvVarsFileLib: Fix build warning with VS2005 on X64. by jljusten · 15 years ago
- 8a7bae2 Remove unnecessary -D flag for GNU assemblers. This flag should have no effect. by qhuang8 · 15 years ago
- 82dae5e Fix bug that home addresses for register parameters must be allocated for calling C function from X64 assembly code to follow x64 calling convention. by rsun3 · 15 years ago
- 60bd4cc Remove tabs in MdePkg source code by qhuang8 · 15 years ago
- 509dfd2 Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- 79a36e6 Fix small issues in SimpleFileSystem.h by qhuang8 · 15 years ago
- f620c88 Update definition aligned to UEFI2.3 by lgao4 · 15 years ago
- fa3e774 Remove some unicode characters in MdePkg source code. by qhuang8 · 15 years ago
- 81bf52d Remove the error checking for multi-instance device path since Dxecore has been enhanced to handle that. by qhuang8 · 15 years ago
- dc07b3d Enhance DxeCore LocateDevicePath() boot service to handle muli-instance device path. by qhuang8 · 15 years ago
- 47e1a80 Update partition driver to not produce BlockIo if a GPT with OS-specific field (BIT1) set in its partition attributes. by qhuang8 · 15 years ago
- 7d9cf3f Fix several build break in Ovmf package. by qhuang8 · 15 years ago
- b374d62 Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg definition for ECP shell to work correctly on EDKII platforms. by qhuang8 · 15 years ago
- 341515e Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
- 2654f64 Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
- 29c18ab Clarify some definitions in HII Configure Routine Protocol by qhuang8 · 15 years ago
- 8e7b8fb Clarify Signature field in EFI_PARTITION_ENTRY structure. by qhuang8 · 15 years ago
- add9c35 Add UEFI 2.2 and UEFI 2.3 signature. by qhuang8 · 15 years ago
- e189264 Remove the restrain on the Year field in EFI_TIME structure. by qhuang8 · 15 years ago
- 41c333a Clarify Attribute field in EFI_PARTITION_ENTRY by qhuang8 · 15 years ago
- 66d550f 1. Fix incorrect definition of UEFI_CONFIG_LANG and UEFI_CONFIG_LANG_2. They should be zero-terminated ascii string. by qhuang8 · 15 years ago
- 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
- 807a798 align some comments. by vanjeff · 15 years ago
- 3a7afaf Add some comments. by vanjeff · 15 years ago
- abbfadd Updated network related definitions. by vanjeff · 15 years ago
- cf15d83 Fix ICC build failure. by htao · 15 years ago
- df6434f Rollback patch temporary until receive legal approve. by klu2 · 15 years ago
- db0b7ad Make ASSERT statement more meaningful. by lgao4 · 15 years ago
- 14b21de OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile. by jljusten · 15 years ago
- e955462 OVMF BDS: Implement routines to make it easier to scan through all PCI devices. by jljusten · 15 years ago
- 4b45b3c Add DXE_DRIVER to list of supported module types for BaseFileHandleLib. by jljusten · 15 years ago
- 5094454 Implement NvVarsFileLib to save and restore non-volatile variables using a file. by jljusten · 15 years ago
- af2cfce Add RHSA (remapping hardware static Affinity) structure definition according to VT-d spec. by htao · 15 years ago