summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk
Commit message (Expand)AuthorAgeFilesLines
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Enhance the logic when extract data from storage.ydong102012-05-101-5/+16
* Add more check to avoid access violation.ydong102011-09-291-1/+1
* Clean up the private GUID definition in module Level.lgao42011-09-204-10/+6
* String Reference Cleanup.lzeng142011-06-081-6/+5
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-201-107/+106
* Update inf file to follow spec.ydong102011-03-301-1/+0
* Correct Comments.lgao42010-10-281-1/+1
* Refine some code to make code run safely.ydong102010-09-132-5/+5
* Refine some code to make the code run safely.ydong102010-09-102-9/+9
* 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