summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-3024-585/+1008
* add back CAPSULE_HOB_INFO definition for back-compatible.vanjeff2009-10-291-1/+11
* remove CAPSULE_HOB_INFO definition from MdeModulePkg.vanjeff2009-10-281-11/+1
* Update transition from EBC function to native IPF function to guarantee that ...mdkinney2009-10-271-21/+57
* Correctly get the width of orderedlist question.lgao42009-10-271-24/+30
* Fix the EBC build problem in DxeIpIoLib of r9374.tye2009-10-272-31/+80
* NetLib:tye2009-10-2614-311/+1216
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-263-2/+8
* Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu22009-10-261-32/+31
* For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen202009-10-261-3/+3
* Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu22009-10-263-33/+119
* Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu22009-10-264-43/+298
* 1. Code clean up: add IN/OUT modifier for parameters.xdu22009-10-2611-76/+125
* Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu22009-10-261-1/+80
* Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu22009-10-261-0/+11
* Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu22009-10-267-32/+195
* Change the FormBrowser behavior of "Pressing ESC":xdu22009-10-266-239/+427
* Set Handle to NULL when creating a new handle.vanjeff2009-10-261-0/+1
* Add a MACRO IP6_IS_MULTICAST. tye2009-10-221-1/+3
* 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2009-10-222-23/+37
* 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye2009-10-213-11/+24
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-2033-0/+18148
* 1. Move ASSERT to proper place.xdu22009-10-201-12/+9
* Add an example HII driver to show how to generate HII resource sectionlgao42009-10-194-0/+255
* Add the example for default opcode usage.lgao42009-10-192-1/+5
* MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten2009-10-141-1/+1
* update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian2009-10-146-32/+126
* Fix the incorrect check for IFR OnfOf opcode.lgao42009-10-131-1/+1
* PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten2009-10-081-3/+0
* MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten2009-10-051-3/+6
* Fix warnings generated by GCC.jljusten2009-10-022-0/+4
* Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney2009-10-011-49/+55
* For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2009-09-302-2/+2
* Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten2009-09-261-2/+3
* Remove the error checking for multi-instance device path since Dxecore has be...qhuang82009-09-211-8/+0
* Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang82009-09-211-3/+15
* Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82009-09-212-3/+15
* Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82009-09-212-7/+7
* Make ASSERT statement more meaningful.lgao42009-09-172-8/+8
* 1. updated "the Bus Driver that creates all of its child handles on the first...vanjeff2009-09-161-12/+39
* Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42009-09-162-0/+15
* 1. Add "CAPSULE_FLAGS_INITIATE_RESET" flag support.qhuang82009-09-161-12/+43
* 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and St...vanjeff2009-09-151-1/+1
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-144-83/+182
* fix k8 warning.eric_tian2009-09-141-1/+1
* In various archs, Processor memory address may not be same with Pci memory ad...eric_tian2009-09-147-71/+195
* Set correctly FV format guid when install FV INFO PPI.lgao42009-09-101-3/+1
* if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian2009-09-101-3/+4
* EMU Variable: Add support for pre-reserved NV variable store.jljusten2009-09-073-22/+115
* Remove unnecessary library mapping. qhuang82009-09-041-3/+0