1. 184f3a0 Export one interface to support 3rd party to change question attribute, such as hide/gray out. by Eric Dong · 11 years ago
  2. bf1a8c0 Update sample code for date/time. by Eric Dong · 11 years ago
  3. 5a9f73b Refine the code logic for browser and display engine. by Eric Dong · 11 years ago
  4. 7c6c064 Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  5. 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
  6. b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  7. 0a6f8af When finish using the browser storage for one formset, browser should clean the ConfigRequest string for this formset. by ydong10 · 12 years ago
  8. efffd9c Update the logic about get initial value for one storage. by ydong10 · 12 years ago
  9. 94f3aae Update the browser logic, make the storage as browser level instead of form set level. by ydong10 · 12 years ago
  10. c40bd44 Update the traversal path logic. by ydong10 · 12 years ago
  11. 4f35346 Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show the hotkey info. by ydong10 · 12 years ago
  12. 3c36de6 Revert error check in code by patch 14206. by ydong10 · 12 years ago
  13. 938baa1 Update the logic: by ydong10 · 12 years ago
  14. ca20ce5 Update code which is not include in patch 14076. by ydong10 · 12 years ago
  15. 80a047f Update the code of processing device path info in browser to follow UEFI spec. by ydong10 · 12 years ago
  16. edae8d2 Update the HiiConfigToBlock to follow spec. by ydong10 · 12 years ago
  17. 8261202 Enhance the check for options in the question. by ydong10 · 12 years ago
  18. 1deb5ca When question not have storage with it, not restore old value for it. by ydong10 · 12 years ago
  19. f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
  20. 9776099 Patch includes: by ydong10 · 12 years ago
  21. d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
  22. 816a711 When do discard action, enable callback action for questions which have value changed. by ydong10 · 13 years ago
  23. 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
  24. 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
  25. 8f42067 Update the code to follow the spec when evaluate the expression. by ydong10 · 13 years ago
  26. 31585af Enable nest for suppressif/grayoutif/diableif for form/question/option. by ydong10 · 13 years ago
  27. db40504 Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has the device path info. by ydong10 · 13 years ago
  28. 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
  29. 901ba0e Enable buffer type when process some expression opcode which support buffer type. by ydong10 · 13 years ago
  30. 7538d53 MdeModulePkg: Remove variables that are set, but not used by jljusten · 13 years ago
  31. 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
  32. e4f95ca Refine the logic about getting Value info to avoid check data error. by ydong10 · 13 years ago
  33. 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
  34. ba94480 Fixed memory leak and buffer overrun for string op-code. by ydong10 · 13 years ago
  35. cce6230 Change the HiiDataBase and browser codes to support new efi varstore data structure. by ydong10 · 14 years ago
  36. 8ca6180 Enable new "ref5" opcode in browser. by ydong10 · 14 years ago
  37. 4f33c83 Restore the whole form set to default value when user enter F9, old logical only for form level. by ydong10 · 14 years ago
  38. 0194d26 1. When get value from AltCfg data, check the varstore type first. by ydong10 · 14 years ago
  39. b00964a Add new "Modal form" opcode, also add sample code to use it. by ydong10 · 14 years ago
  40. b18e705 Add new call back return value; also add some sample code to use it. by ydong10 · 14 years ago
  41. ee31d1b Add two new methods to get default value, also add sample code in sample driver. by ydong10 · 14 years ago
  42. 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
  43. 5697f87 Reserve more space width for Option value. by lgao4 · 14 years ago
  44. e2100bf 1. Support inconsistent if opcode used in string/password opcode. by ydong10 · 14 years ago
  45. f7a14a9 Correct Data type conversion. by lgao4 · 14 years ago
  46. 512122d Reserve one column at left screen to be more visually. by lgao4 · 14 years ago
  47. 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
  48. 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
  49. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  50. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  51. 1b2bf3c Add some security check. by xdu2 · 15 years ago
  52. 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
  53. e55e1d1 Correct copyright year to 2010 by lgao4 · 15 years ago
  54. 4024517 Enable SetupBrowser to support multiple form class guid. by lgao4 · 15 years ago
  55. 2bb526f Add newly added global to Browser Context. by xdu2 · 15 years ago
  56. eccfeab Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. by lgao4 · 15 years ago
  57. 0c66bc7 Add SuppressIf form support in SetupBrowser driver. by lgao4 · 15 years ago
  58. f5006bd Update SetupBrowser to support call to SendForm() by specify a formset class GUID with input parameter FormsetGuid. by xdu2 · 15 years ago
  59. ce6d12c Support call of SendForm() from Callback(), i.e. nested call of SendForm(). by xdu2 · 15 years ago
  60. 8b0fc5c 1. Code clean up: add IN/OUT modifier for parameters. by xdu2 · 15 years ago
  61. 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
  62. d66e6c1 Change the FormBrowser behavior of "Pressing ESC": by xdu2 · 15 years ago
  63. 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
  64. 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
  65. 7da7367 Fix ICC build break. by lgao4 · 16 years ago
  66. 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
  67. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  68. 634303c Fix error when replace HexStringToBuf by lgao4 · 16 years ago
  69. 63d55bb Replace BufToHexString by UnicodeValueToString by lgao4 · 16 years ago
  70. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  71. 6c822f4 remove clean console control protocol. by vanjeff · 16 years ago
  72. 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
  73. db0bd81 enhanced security check. by vanjeff · 16 years ago
  74. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  75. f4113e1 1) Remove the variable initalization in declaration. by qwang12 · 16 years ago
  76. 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
  77. 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
  78. ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  79. e8e3619 Merge in [EDK 1166]: Form title is not displayed by Setup Browser by qwang12 · 16 years ago
  80. 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
  81. 7936fb6 Clean up SetupBrowserDxe for Doxygen comments requirement. by qwang12 · 17 years ago
  82. 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
  83. 36fe40c by qwang12 · 17 years ago
  84. 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  85. 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago