summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)Author
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao4
2010-02-11Coding style fix and minor improvements.rsun3
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang8
2010-02-05Add some security check.xdu2
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao4
2010-01-19Improve coding style in MdeModulePkg.rsun3
2010-01-07Correct copyright year to 2010lgao4
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao4
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao4
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun3
2009-11-18Add newly added global to Browser Context.xdu2
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao4
2009-11-13Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao4
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu2
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu2
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao4
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu2
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu2
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu2
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu2
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu2
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu2
2009-10-26Change the FormBrowser behavior of "Pressing ESC":xdu2
2009-10-201. Move ASSERT to proper place.xdu2
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang8
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen20
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen20
2009-07-23Remove use of BackupMarker local variable in CreateDialog() because assigning...mdkinney
2009-07-07Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...lgao4
2009-06-25Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao4
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun3
2009-05-15Add check for NULL pointer.gikidy
2009-05-13Add a check for CreateQuestion may be return NULL. gikidy
2009-05-08Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun3
2009-04-23Fix ICC build break.lgao4
2009-04-22Correct commentslgao4
2009-04-22Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao4
2009-04-14HII Library Class interface refine.rsun3
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao4
2009-04-12Remove unused IfrSupportLiblgao4
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-04-09Fix error when replace HexStringToBuflgao4
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao4
2009-04-02Retire Extended HII library class.rsun3
2009-04-011. retired console control protocol.vanjeff
2009-03-22remove clean console control protocol.vanjeff
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao4
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao4
2009-02-23Split the Print functionality from SetupBrowserDxe. Platform should use Print...qhuang8
2009-02-13enhanced security check.vanjeff