- 184f3a0 Export one interface to support 3rd party to change question attribute, such as hide/gray out. by Eric Dong · 11 years ago
- bf1a8c0 Update sample code for date/time. by Eric Dong · 11 years ago
- 5a9f73b Refine the code logic for browser and display engine. by Eric Dong · 11 years ago
- 7c6c064 Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
- 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
- b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
- 0a6f8af When finish using the browser storage for one formset, browser should clean the ConfigRequest string for this formset. by ydong10 · 12 years ago
- efffd9c Update the logic about get initial value for one storage. by ydong10 · 12 years ago
- 94f3aae Update the browser logic, make the storage as browser level instead of form set level. by ydong10 · 12 years ago
- c40bd44 Update the traversal path logic. by ydong10 · 12 years ago
- 4f35346 Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show the hotkey info. by ydong10 · 12 years ago
- 3c36de6 Revert error check in code by patch 14206. by ydong10 · 12 years ago
- 938baa1 Update the logic: by ydong10 · 12 years ago
- ca20ce5 Update code which is not include in patch 14076. by ydong10 · 12 years ago
- 80a047f Update the code of processing device path info in browser to follow UEFI spec. by ydong10 · 12 years ago
- edae8d2 Update the HiiConfigToBlock to follow spec. by ydong10 · 12 years ago
- 8261202 Enhance the check for options in the question. by ydong10 · 12 years ago
- 1deb5ca When question not have storage with it, not restore old value for it. by ydong10 · 12 years ago
- f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
- 9776099 Patch includes: by ydong10 · 12 years ago
- d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
- 816a711 When do discard action, enable callback action for questions which have value changed. by ydong10 · 13 years ago
- 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
- 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
- 8f42067 Update the code to follow the spec when evaluate the expression. by ydong10 · 13 years ago
- 31585af Enable nest for suppressif/grayoutif/diableif for form/question/option. by ydong10 · 13 years ago
- db40504 Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has the device path info. by ydong10 · 13 years ago
- 7d1b202 Update SetupBrowser to initialize the question value before extract default value so that the default expression can be evaluated correctly. by lgao4 · 13 years ago
- 901ba0e Enable buffer type when process some expression opcode which support buffer type. by ydong10 · 13 years ago
- 7538d53 MdeModulePkg: Remove variables that are set, but not used by jljusten · 13 years ago
- b2e444a When browser was requested to go to another formset, it also needs to update the hiihandle in Selection structure. If not update this handle, later when call function GetIfrBinaryData to get binary ifr data will return failed. by ydong10 · 13 years ago
- e4f95ca Refine the logic about getting Value info to avoid check data error. by ydong10 · 13 years ago
- 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
- ba94480 Fixed memory leak and buffer overrun for string op-code. by ydong10 · 13 years ago
- cce6230 Change the HiiDataBase and browser codes to support new efi varstore data structure. by ydong10 · 14 years ago
- 8ca6180 Enable new "ref5" opcode in browser. by ydong10 · 14 years ago
- 4f33c83 Restore the whole form set to default value when user enter F9, old logical only for form level. by ydong10 · 14 years ago
- 0194d26 1. When get value from AltCfg data, check the varstore type first. by ydong10 · 14 years ago
- b00964a Add new "Modal form" opcode, also add sample code to use it. by ydong10 · 14 years ago
- b18e705 Add new call back return value; also add some sample code to use it. by ydong10 · 14 years ago
- ee31d1b Add two new methods to get default value, also add sample code in sample driver. by ydong10 · 14 years ago
- cf4c5a4 Use the minimum value for Numeric and the first option value for OneOf as their default value when no specific default value is specified. by lgao4 · 14 years ago
- 5697f87 Reserve more space width for Option value. by lgao4 · 14 years ago
- e2100bf 1. Support inconsistent if opcode used in string/password opcode. by ydong10 · 14 years ago
- f7a14a9 Correct Data type conversion. by lgao4 · 14 years ago
- 512122d Reserve one column at left screen to be more visually. by lgao4 · 14 years ago
- 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
- 5adb8db Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
- e5eed7d Update the copyright notice format by hhtian · 15 years ago
- 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
- 1b2bf3c Add some security check. by xdu2 · 15 years ago
- d228526 Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D. by lgao4 · 15 years ago
- e55e1d1 Correct copyright year to 2010 by lgao4 · 15 years ago
- 4024517 Enable SetupBrowser to support multiple form class guid. by lgao4 · 15 years ago
- 2bb526f Add newly added global to Browser Context. by xdu2 · 15 years ago
- eccfeab Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. by lgao4 · 15 years ago
- 0c66bc7 Add SuppressIf form support in SetupBrowser driver. by lgao4 · 15 years ago
- f5006bd Update SetupBrowser to support call to SendForm() by specify a formset class GUID with input parameter FormsetGuid. by xdu2 · 15 years ago
- ce6d12c Support call of SendForm() from Callback(), i.e. nested call of SendForm(). by xdu2 · 15 years ago
- 8b0fc5c 1. Code clean up: add IN/OUT modifier for parameters. by xdu2 · 15 years ago
- d02847d Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_TYPE_ACTION and EFI_IFR_TYPE_BUFFER in UEFI spec. by xdu2 · 15 years ago
- d66e6c1 Change the FormBrowser behavior of "Pressing ESC": by xdu2 · 15 years ago
- 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
- 0e8e994 Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms. by rsun3 · 16 years ago
- 7da7367 Fix ICC build break. by lgao4 · 16 years ago
- 0a1147e Update SetUp Browser doesn't set a default value to Numeric field per UEFI spec. And Update Setup Browser driver parse the introduced IFR FormSet classguid in UEFI2.1. by lgao4 · 16 years ago
- cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
- 634303c Fix error when replace HexStringToBuf by lgao4 · 16 years ago
- 63d55bb Replace BufToHexString by UnicodeValueToString by lgao4 · 16 years ago
- f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
- 6c822f4 remove clean console control protocol. by vanjeff · 16 years ago
- bb9153a Split the Print functionality from SetupBrowserDxe. Platform should use PrintDxe to produces Print2 Protocol and PrintThunk for Edk Print protocol. by qhuang8 · 16 years ago
- db0bd81 enhanced security check. by vanjeff · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- f4113e1 1) Remove the variable initalization in declaration. by qwang12 · 16 years ago
- 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
- 676df92 Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- e8e3619 Merge in [EDK 1166]: Form title is not displayed by Setup Browser by qwang12 · 16 years ago
- f02d0c0 Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value. by lgao4 · 16 years ago
- 7936fb6 Clean up SetupBrowserDxe for Doxygen comments requirement. by qwang12 · 17 years ago
- 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
- 36fe40c by qwang12 · 17 years ago
- 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
- 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago