Age | Commit message (Expand) | Author | Files | Lines |
2009-12-17 | Refine type cast. | xli24 | 1 | -3/+3 |
2009-12-16 | Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno... | xli24 | 3 | -55/+132 |
2009-12-15 | Add '0x' prefix to indicate hex number | qhuang8 | 1 | -1/+1 |
2009-12-11 | Smbios driver wrong compute the offset when updating string for given handle. | klu2 | 1 | -8/+11 |
2009-12-11 | Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un... | lgao4 | 2 | -4/+4 |
2009-12-10 | Add legacy region range check. | xli24 | 1 | -0/+16 |
2009-12-10 | Correct the comments. | xdu2 | 1 | -3/+1 |
2009-12-08 | Fix incorrect return status usage of HiiGetBrowserData(). | xdu2 | 1 | -2/+1 |
2009-12-04 | The functionality of PXE Base Code protocol will not be stopped, when downloa... | vanjeff | 1 | -1/+4 |
2009-12-03 | According to PI specification, if token number can not be found for dynamic-e... | klu2 | 1 | -6/+10 |
2009-11-27 | Use AllocateZeroPool instead of using AllocatePool + ZeroMem | klu2 | 1 | -10/+7 |
2009-11-26 | Add IFR Security Op-code support in the Form Browser. | rsun3 | 4 | -4/+116 |
2009-11-26 | Add new SecurityManagementLib, and update SecurityStub driver to use this lib. | lgao4 | 2 | -12/+9 |
2009-11-25 | Dummy implementation of Legacy Region 2 Protocol. | xli24 | 3 | -0/+475 |
2009-11-25 | Fixed the bug that not to stop PXE functionality when PXE meeting some failur... | vanjeff | 2 | -0/+10 |
2009-11-24 | Refine comments for PCD PEIM/driver. | klu2 | 2 | -0/+19 |
2009-11-24 | Clean up code. | klu2 | 2 | -46/+35 |
2009-11-23 | 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time; | klu2 | 2 | -22/+47 |
2009-11-20 | 1. PI SMBIOS Checkin. Major change include: | davidhuang | 3 | -0/+1206 |
2009-11-20 | EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa... | rsun3 | 1 | -5/+3 |
2009-11-18 | Add newly added global to Browser Context. | xdu2 | 2 | -0/+3 |
2009-11-17 | Fix parameter name in function header. | xli24 | 1 | -1/+1 |
2009-11-17 | Following 3 updates are for spec update published in PI 1.2. | xli24 | 1 | -2/+2 |
2009-11-13 | Add Example for EFI_BROWSER_ACTION_RETRIEVE callback | lgao4 | 2 | -6/+23 |
2009-11-13 | Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. | lgao4 | 9 | -28/+131 |
2009-11-13 | Update network drivers to use FreePool() instead of gBS->FreePool(). | xdu2 | 42 | -192/+192 |
2009-11-13 | Remove the old unused ValueToString code, which has been replaced by UnicodeV... | lgao4 | 4 | -134/+0 |
2009-11-13 | Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid. | xdu2 | 1 | -0/+8 |
2009-11-12 | 1. Add UEFI 2.2 VLAN device path definition to MdePkg | xdu2 | 2 | -2/+59 |
2009-11-12 | 1. Update SetupBrowser to pass correct buffer value for OrderedList Callback | xdu2 | 4 | -8/+17 |
2009-11-12 | Add SuppressIf form support in SetupBrowser driver. | lgao4 | 6 | -9/+148 |
2009-11-11 | 1. Add Link MTU support to IP4 and TCP4 driver. | tye | 13 | -21/+386 |
2009-11-10 | Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ... | klu2 | 6 | -6/+71 |
2009-11-04 | [Change summary]: | tye | 49 | -808/+749 |
2009-11-03 | Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. | xli24 | 6 | -0/+959 |
2009-10-30 | 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. | tye | 18 | -144/+172 |
2009-10-27 | Update transition from EBC function to native IPF function to guarantee that ... | mdkinney | 1 | -21/+57 |
2009-10-27 | Correctly get the width of orderedlist question. | lgao4 | 1 | -24/+30 |
2009-10-26 | NetLib: | tye | 10 | -63/+92 |
2009-10-26 | Update SetupBrowser to support call to SendForm() by specify a formset class ... | xdu2 | 1 | -32/+31 |
2009-10-26 | Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM... | xdu2 | 3 | -33/+119 |
2009-10-26 | Support call of SendForm() from Callback(), i.e. nested call of SendForm(). | xdu2 | 4 | -43/+298 |
2009-10-26 | 1. Code clean up: add IN/OUT modifier for parameters. | xdu2 | 11 | -76/+125 |
2009-10-26 | Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE... | xdu2 | 1 | -1/+80 |
2009-10-26 | Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C... | xdu2 | 1 | -0/+11 |
2009-10-26 | Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T... | xdu2 | 7 | -32/+195 |
2009-10-26 | Change the FormBrowser behavior of "Pressing ESC": | xdu2 | 6 | -239/+427 |
2009-10-22 | 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00... | tye | 2 | -23/+37 |
2009-10-21 | 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ... | tye | 3 | -11/+24 |
2009-10-20 | 1. Move ASSERT to proper place. | xdu2 | 1 | -12/+9 |