summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-2424-46/+46
* Add the correct check for the return value before use them.lgao42010-04-221-0/+1
* Fix a issue to support the callback related to framework IFR REF opcode. Its ...lgao42010-03-141-0/+2
* Support Framework IFR SELECT OP code.lgao42010-03-141-0/+40
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-043-52/+179
* Fix non-boolean comparison expression.lgao42010-03-031-2/+2
* Add the missing check for NULL pointer before use it.lgao42010-03-011-0/+1
* Update code to match EDKII coding style.lgao42010-03-0123-391/+854
* Add the missing check for NULL pointer before use it.lgao42010-02-271-1/+6
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* Add more check to avoid code enter into wrong state.lgao42010-02-255-12/+44
* Add new HII FormMap Opcode supportlgao42010-02-253-4/+59
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Support Name/Value Storage in UEFI2.1 HII driver.lgao42010-02-111-0/+10
* Correct BlockSize when call ConfigToBlock API.lgao42010-02-091-3/+2
* Fix a bug in HII thunk that ThunkCallback does not support callback for a tex...rsun32010-02-011-1/+9
* Only check the unsupported IFR opcode for framework HII form package.lgao42009-12-311-27/+20
* Ignore UEFI OPEN/CLOSE Action for FrameworkCallbacklgao42009-11-131-0/+7
* Enhance HiiThunkGetString to handle the case that PlatformLanguage is not set.lgao42009-11-111-25/+26
* clean up non-English characters.vanjeff2009-10-101-1/+1
* Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82009-09-211-3/+3
* Correct EFI_IFR_RESET_BUTTON from question to statement.lgao42009-09-082-5/+3
* Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function.lgao42009-07-231-11/+21
* Remove unused local variable to fix build break.lgao42009-07-171-4/+0
* Remove the auto conversion for the first varstore name to "Setup".lgao42009-07-152-17/+5
* Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for tho...lgao42009-07-136-61/+61
* remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them ...eric_tian2009-07-131-2/+0
* The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/add...rsun32009-07-102-2/+4
* Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h.rsun32009-07-103-12/+12
* Add comments for the inconsistent definition with framework specification.lgao42009-07-081-11/+0
* Add #defines that were removed from IntelFrameworkPkg/Include/Protocol/Framew...mdkinney2009-07-031-0/+11
* Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun32009-05-261-55/+44
* Refine language conversion in ECP. Create a new library LanguageLib providing...rsun32009-05-084-361/+14
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-303-83/+83
* HiiLib exports HiiCreateRawOpCode APIlgao42009-04-301-66/+9
* Update HiiGetBrowserData APIlgao42009-04-271-6/+1
* Remove unused IfrSupportLib header file.lgao42009-04-241-1/+0
* Update FrameworkHiiOnUefiHiiThunk to use new HII library.lgao42009-04-206-351/+461
* Retire HiiLibGetNextLanguage() API from HII Library class.rsun32009-04-173-2/+63
* Retire language conversion APIs from HII library class.rsun32009-04-162-0/+265
* Fix an issue that an assert occurrs if user inputs a password whose length is...rsun32009-04-161-6/+12
* HII Library Class interface refine.rsun32009-04-147-92/+436
* Fix the conflicted function names to new HII library.lgao42009-04-144-6/+6
* Pass correct device path to uninstall the handle on which default config acce...rsun32009-04-091-2/+10
* Produce the same HiiVendor device path for each Pack that causes Framework HI...lgao42009-04-092-16/+36
* Retire Extended HII library class.rsun32009-04-023-9/+43
* Fix check error.lgao42009-04-011-1/+1
* Retire RFC_3066_ENTRY_SIZE definition. qhuang82009-03-271-9/+29
* Fix build break.jji42009-03-181-0/+6
* 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu22009-02-272-23/+4