- 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
- e35eb8a 1. Use the max string size to compare password string. by lgao4 · 15 years ago
- 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
- e5eed7d Update the copyright notice format by hhtian · 15 years ago
- 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
- 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
- 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- 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
- 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
- 77dfa7c Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in source code. by qhuang8 · 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
- 1ccdbf2 Improve coding style in MdeModulePkg. by rsun3 · 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
- 7b9b2b9 Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using UnicodeSPrint function. by lgao4 · 15 years ago
- cbf73e5 Add IFR Security Op-code support in the Form Browser. by rsun3 · 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
- 2f3c9af Remove the old unused ValueToString code, which has been replaced by UnicodeValueToString API from PrintLib. by lgao4 · 15 years ago
- 4c8358c Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid. by xdu2 · 15 years ago
- b5a906f 1. Update SetupBrowser to pass correct buffer value for OrderedList Callback by xdu2 · 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
- 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
- 3dde743 Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for Cross-Reference: 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
- f8a1c22 1. Move ASSERT to proper place. by xdu2 · 15 years ago
- 2654f64 Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
- 747b19e Fixed a bug on the menu display: Following steps to reproduce it: by jchen20 · 15 years ago
- e3eb746 Fixed a bug on the menu display: Following steps to reproduce it: by jchen20 · 15 years ago
- 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
- 3ebb9bd Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. by lgao4 · 16 years ago
- 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
- 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
- b347c1b Add check for NULL pointer. by gikidy · 16 years ago
- 945e3ae Add a check for CreateQuestion may be return NULL. by gikidy · 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
- b9e388d Correct comments 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
- 7e3bccc Update UefiHiiLib to support new defined IFR related HII APIs. by lgao4 · 16 years ago
- e34e769 Remove unused IfrSupportLib by lgao4 · 16 years ago
- 6d3ea23 Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. by jljusten · 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
- 9937b36 1. retired console control protocol. by vanjeff · 16 years ago
- 6c822f4 remove clean console control protocol. by vanjeff · 16 years ago
- f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
- 5c52673 Move MdeModuleHii.h into Include\Guid directory by lgao4 · 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
- 89c18a1 enhanced security check. by vanjeff · 16 years ago
- db0bd81 enhanced security check. by vanjeff · 16 years ago
- a935a0d Add in ASSERT to avoid NULL point dereference. by qwang12 · 16 years ago
- d1a54e2 ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >, < >=, <=) by qwang12 · 16 years ago
- c410589 K8: Add in ASSERT to detect possible NULL pointer dereference. by qwang12 · 16 years ago
- 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
- bc166db Add in ASSERT to check out-of-bound and possible dereference of NULL pointers. by qwang12 · 16 years ago
- 40a06b0 K8: by qwang12 · 16 years ago
- d0720b5 K8: Add in "check-for-null" to catch the de-reference of NULL pointer. by qwang12 · 16 years ago
- 1ac628e Assertions added by jji4 · 16 years ago
- f3f2e05 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
- c45a5c3 1) Update file header. by qwang12 · 16 years ago
- 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
- aa79b0b Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
- ac7e320 Remove NibbleToHexChar() function from BaseLib by lgao4 · 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
- f9f31f7 ECC Cleanup: Remove variable initialization in declaration. by qwang12 · 16 years ago
- 7064c0a ECC Cleanup: Update Doxygen comment by qwang12 · 16 years ago
- 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
- c60a061 Update to use DOS format by qhuang8 · 16 years ago
- 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
- 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
- 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
- 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
- 5e580cf 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. by qwang12 · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- 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
- ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- 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
- e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
- 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
- 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
- 2e95d2b Remove the wrong @return doxygen comment. by qwang12 · 17 years ago
- 91143ad remove the wrong comments. by qwang12 · 17 years ago
- f4bcc90 Use standard VA_LIST to pass variable argument list. by qwang12 · 17 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
- 107eebe update the right usage. by vanjeff · 17 years ago
- ee17f9c Added the ULL to the 0xFFFFFFFFFFFFFFFF values by lhauch · 17 years ago