summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2010-02-27Add the missing check for NULL pointer before use it.lgao44-1/+13
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao47-95/+1012
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42-1/+17
2010-02-11Coding style fix and minor improvements.rsun31-2/+2
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang82-8/+5
2010-02-05Add some security check.xdu22-0/+3
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao42-16/+23
2010-01-19Improve coding style in MdeModulePkg.rsun32-8/+12
2010-01-07Correct copyright year to 2010lgao44-4/+4
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao44-14/+33
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao42-4/+4
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun34-4/+116
2009-11-18Add newly added global to Browser Context.xdu22-0/+3
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao49-28/+131
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. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu23-6/+15
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao46-9/+148
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu21-32/+31
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-201. Move ASSERT to proper place.xdu21-12/+9
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82-7/+7
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-07-23Remove use of BackupMarker local variable in CreateDialog() because assigning...mdkinney1-3/+4
2009-07-07Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...lgao43-3/+3
2009-06-25Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao41-1/+11
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun31-0/+0
2009-05-15Add check for NULL pointer.gikidy1-7/+12
2009-05-13Add a check for CreateQuestion may be return NULL. gikidy1-1/+2
2009-05-08Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun31-1/+6
2009-04-23Fix ICC build break.lgao43-3/+3
2009-04-22Correct commentslgao41-2/+2
2009-04-22Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao46-61/+115
2009-04-14HII Library Class interface refine.rsun35-43/+117
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao43-30/+12
2009-04-12Remove unused IfrSupportLiblgao41-1/+0
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-04-09Fix error when replace HexStringToBuflgao41-2/+2
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao43-23/+148
2009-04-02Retire Extended HII library class.rsun33-7/+1
2009-04-011. retired console control protocol.vanjeff2-3/+1
2009-03-22remove clean console control protocol.vanjeff1-10/+0
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42-2/+2