1. 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
  2. 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
  3. e35eb8a 1. Use the max string size to compare password string. by lgao4 · 15 years ago
  4. 8091267 Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. by geekboy15a · 15 years ago
  5. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  6. 3dd405b Fix a bug in SetupBrowserDxe driver when check current user's access setup permission. EFI_USER_INFO_ACCESS_CONTROL.Size may be equal to sizeof (EFI_USER_INFO_ACCESS_CONTROL) because of no extra data. by rsun3 · 15 years ago
  7. 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  8. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  9. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  10. b86b413 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other language and not update the StringSize to avoid GetString() buffer overflow. by lgao4 · 15 years ago
  11. 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
  12. 77dfa7c Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in source code. by qhuang8 · 15 years ago
  13. 1b2bf3c Add some security check. by xdu2 · 15 years ago
  14. 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
  15. 1ccdbf2 Improve coding style in MdeModulePkg. by rsun3 · 15 years ago
  16. e55e1d1 Correct copyright year to 2010 by lgao4 · 15 years ago
  17. 4024517 Enable SetupBrowser to support multiple form class guid. by lgao4 · 15 years ago
  18. 7b9b2b9 Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using UnicodeSPrint function. by lgao4 · 15 years ago
  19. cbf73e5 Add IFR Security Op-code support in the Form Browser. by rsun3 · 15 years ago
  20. 2bb526f Add newly added global to Browser Context. by xdu2 · 15 years ago
  21. eccfeab Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. by lgao4 · 15 years ago
  22. 2f3c9af Remove the old unused ValueToString code, which has been replaced by UnicodeValueToString API from PrintLib. by lgao4 · 15 years ago
  23. 4c8358c Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid. by xdu2 · 15 years ago
  24. b5a906f 1. Update SetupBrowser to pass correct buffer value for OrderedList Callback by xdu2 · 15 years ago
  25. 0c66bc7 Add SuppressIf form support in SetupBrowser driver. by lgao4 · 15 years ago
  26. f5006bd Update SetupBrowser to support call to SendForm() by specify a formset class GUID with input parameter FormsetGuid. by xdu2 · 15 years ago
  27. ce6d12c Support call of SendForm() from Callback(), i.e. nested call of SendForm(). by xdu2 · 15 years ago
  28. 8b0fc5c 1. Code clean up: add IN/OUT modifier for parameters. by xdu2 · 15 years ago
  29. f4a2af1 Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE in UEFI spec. by xdu2 · 15 years ago
  30. 3dde743 Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for Cross-Reference: by xdu2 · 15 years ago
  31. 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
  32. d66e6c1 Change the FormBrowser behavior of "Pressing ESC": by xdu2 · 15 years ago
  33. f8a1c22 1. Move ASSERT to proper place. by xdu2 · 15 years ago
  34. 2654f64 Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
  35. 747b19e Fixed a bug on the menu display: Following steps to reproduce it: by jchen20 · 15 years ago
  36. e3eb746 Fixed a bug on the menu display: Following steps to reproduce it: by jchen20 · 15 years ago
  37. 1c9a755 Remove use of BackupMarker local variable in CreateDialog() because assigning a VA_LIST in this manner is not portable to all tool chains. by mdkinney · 15 years ago
  38. 3ebb9bd Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. by lgao4 · 16 years ago
  39. 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
  40. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  41. b347c1b Add check for NULL pointer. by gikidy · 16 years ago
  42. 945e3ae Add a check for CreateQuestion may be return NULL. by gikidy · 16 years ago
  43. 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
  44. 7da7367 Fix ICC build break. by lgao4 · 16 years ago
  45. b9e388d Correct comments by lgao4 · 16 years ago
  46. 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
  47. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  48. 7e3bccc Update UefiHiiLib to support new defined IFR related HII APIs. by lgao4 · 16 years ago
  49. e34e769 Remove unused IfrSupportLib by lgao4 · 16 years ago
  50. 6d3ea23 Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. by jljusten · 16 years ago
  51. 634303c Fix error when replace HexStringToBuf by lgao4 · 16 years ago
  52. 63d55bb Replace BufToHexString by UnicodeValueToString by lgao4 · 16 years ago
  53. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  54. 9937b36 1. retired console control protocol. by vanjeff · 16 years ago
  55. 6c822f4 remove clean console control protocol. by vanjeff · 16 years ago
  56. f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
  57. 5c52673 Move MdeModuleHii.h into Include\Guid directory by lgao4 · 16 years ago
  58. 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
  59. 89c18a1 enhanced security check. by vanjeff · 16 years ago
  60. db0bd81 enhanced security check. by vanjeff · 16 years ago
  61. a935a0d Add in ASSERT to avoid NULL point dereference. by qwang12 · 16 years ago
  62. d1a54e2 ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >, < >=, <=) by qwang12 · 16 years ago
  63. c410589 K8: Add in ASSERT to detect possible NULL pointer dereference. by qwang12 · 16 years ago
  64. 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
  65. bc166db Add in ASSERT to check out-of-bound and possible dereference of NULL pointers. by qwang12 · 16 years ago
  66. 40a06b0 K8: by qwang12 · 16 years ago
  67. d0720b5 K8: Add in "check-for-null" to catch the de-reference of NULL pointer. by qwang12 · 16 years ago
  68. 1ac628e Assertions added by jji4 · 16 years ago
  69. f3f2e05 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  70. c45a5c3 1) Update file header. by qwang12 · 16 years ago
  71. cfc8865 Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file. by gikidy · 16 years ago
  72. aa79b0b Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
  73. ac7e320 Remove NibbleToHexChar() function from BaseLib by lgao4 · 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. f9f31f7 ECC Cleanup: Remove variable initialization in declaration. by qwang12 · 16 years ago
  77. 7064c0a ECC Cleanup: Update Doxygen comment by qwang12 · 16 years ago
  78. 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
  79. c60a061 Update to use DOS format by qhuang8 · 16 years ago
  80. 19b15d6 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. by qwang12 · 16 years ago
  81. 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
  82. fe1e36e Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  83. 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
  84. 5e580cf 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. by qwang12 · 16 years ago
  85. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  86. 1d5825a Use Numeric Opcode to host the backward compatibility as the VarEqVal in Framework is defined as UINT16 (Checkbox is only UIN8). by qwang12 · 16 years ago
  87. ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  88. 60c9367 The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h. by lgao4 · 16 years ago
  89. e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
  90. f511d65 Add the support of GUID opcode which enable SetupBrowser to support IFR generated by a VFR compiler in Framework VFR compatible mode. by qwang12 · 16 years ago
  91. e8e3619 Merge in [EDK 1166]: Form title is not displayed by Setup Browser by qwang12 · 16 years ago
  92. 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
  93. 2e95d2b Remove the wrong @return doxygen comment. by qwang12 · 17 years ago
  94. 91143ad remove the wrong comments. by qwang12 · 17 years ago
  95. f4bcc90 Use standard VA_LIST to pass variable argument list. by qwang12 · 17 years ago
  96. 7936fb6 Clean up SetupBrowserDxe for Doxygen comments requirement. by qwang12 · 17 years ago
  97. 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
  98. 36fe40c by qwang12 · 17 years ago
  99. 107eebe update the right usage. by vanjeff · 17 years ago
  100. ee17f9c Added the ULL to the 0xFFFFFFFFFFFFFFFF values by lhauch · 17 years ago