summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding GCC and RVCT support. Since edk uses [nmake] section we add to add <Bu...AJFISH2009-11-101-6/+67
* Update Nt32 package to remove UID support .qhuang82009-11-105-79/+0
* Enable UID support in NT32 platformgdong12009-11-105-0/+79
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-106-6/+71
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-102-3/+3
* Adding new library instance for SortLib with built in function for sorting de...jcarsey2009-11-092-0/+303
* Upgrade ShellLib and fix bug with param parsingjcarsey2009-11-093-105/+368
* Sync tool code to BuildTools project r1739.lgao42009-11-0965-583/+1840
* Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will for...qhuang82009-11-091-2/+7
* Add Framework version of EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID and its GUID...qhuang82009-11-092-3/+8
* Add new protocol definition of FVB2 defined in PI1.2 and change GUID value of...qhuang82009-11-093-21/+43
* Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun32009-11-052-18/+24
* fixed typovanjeff2009-11-041-2/+2
* [Change summary]:tye2009-11-0454-840/+1634
* added comments for CAPSULE_HOB_INFO in CapsuleVendor.h (MdeModuleModulePkg).vanjeff2009-11-041-1/+6
* 1. rolled back Hob library to remove new API - BuildCapsuleHob() and related ...vanjeff2009-11-043-72/+6
* Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli242009-11-0326-7/+2503
* Describe update of default status code PCD values in change log.xli242009-11-021-1/+20
* Add description comments for status code PCDs with macros defined in PI 1.2.xli242009-11-021-0/+29
* The value of PcdStatusCodeValueSetVirtualAddressMap is changed from 0x0310100...xli242009-11-021-1/+1
* 2 PCD values of status code are updated:xli242009-11-021-2/+2
* Correct the typo in comments.lgao42009-10-302-3/+3
* 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
* updated BDS to get capsule information from UEFI capsule HOB instead of CAPSU...vanjeff2009-10-282-9/+5
* UEFI Capsule HOB updating includes:vanjeff2009-10-284-2/+98
* 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
* Allocated one buffer to for option->description, since it may be released by ...vanjeff2009-10-261-1/+1
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-263-2/+8
* Correct the patch in r9367.xdu22009-10-261-2/+2
* set filename with device path for load file devices.vanjeff2009-10-261-2/+3
* 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
* Fix a UI hang bug when adding Boot Option or Driver Option.xdu22009-10-261-2/+2
* Update to align with UEFI 2.3 spec: rename "UEFI_CONFIG_LANG2" to be "UEFI_CO...xdu22009-10-261-2/+2
* 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
* Remove redundant blank character in DSC file.klu22009-10-223-3/+3
* 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2009-10-222-23/+37