summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2009-11-13Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao44-134/+0
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu21-0/+8
2009-11-121. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22-2/+59
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu24-8/+17
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao46-9/+148
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye13-21/+386
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu26-6/+71
2009-11-04[Change summary]:tye49-808/+749
2009-11-03Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli246-0/+959
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye18-144/+172
2009-10-27Update transition from EBC function to native IPF function to guarantee that ...mdkinney1-21/+57
2009-10-27Correctly get the width of orderedlist question.lgao41-24/+30
2009-10-26NetLib:tye10-63/+92
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu21-32/+31
2009-10-26Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu23-33/+119
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu24-43/+298
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu211-76/+125
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu21-1/+80
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu21-0/+11
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-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-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-02Fix warnings generated by GCC.jljusten1-0/+1
2009-09-26Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten1-2/+3
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82-3/+15
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82-7/+7
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff1-12/+39
2009-09-161. Add "CAPSULE_FLAGS_INITIATE_RESET" flag support.qhuang81-12/+43
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff1-29/+50
2009-09-14fix k8 warning.eric_tian1-1/+1
2009-09-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian1-3/+4
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten2-22/+111
2009-08-27due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian1-2/+2
2009-08-27refine the code.vanjeff1-2/+3
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH1-1/+1
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian2-0/+16
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen201-4/+4
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen201-2/+7
2009-08-24Make end of line consistent caused by previous check in.qhuang83-128/+128
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang83-643/+669
2009-08-21Update the comments avoid making confuse. gikidy1-0/+4
2009-08-21Use .fill directive to improve portability.qhuang81-3/+1
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang81-2/+2
2009-08-19Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffse...qhuang81-8/+2
2009-08-19Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to textqhuang81-0/+33
2009-08-18Enhance Capsule driver to update capsule one by one. lgao41-51/+47