summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk
AgeCommit message (Expand)AuthorFilesLines
2019-03-27EdkCompatibilityPkg: Remove EdkCompatibilityPkgShenglei Zhang24-10821/+0
2018-09-25EdkCompatibilityPkg: Removing ipf from edk2.Chen A Chen1-2/+2
2016-10-27EdkCompatibilityPkg/FrameworkHiiOnUefiHiiThunk: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-21EdkCompatibilityPkg: Fix typos in commentsGary Lin4-7/+7
2016-06-30EdkCompatibilityPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek2-2/+2
2016-06-27EdkCompatibilityPkg: Fix the typo in the commentGary Lin1-1/+1
2015-07-07EdkCompatibilityPkg: Remove gZeroGuid def in FrameworkHiiOnUefiHiiThunkHao Wu2-2/+3
2015-05-06EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-2/+2
2014-06-26Refine code to make it more safely.Eric Dong2-2/+5
2014-01-23Fix CRLF formatTian, Hot1-0/+0
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2012-05-10Enhance the logic when extract data from storage.ydong101-5/+16
2011-09-29Add more check to avoid access violation.ydong101-1/+1
2011-09-20Clean up the private GUID definition in module Level.lgao44-10/+6
2011-06-08String Reference Cleanup.lzeng141-6/+5
2011-05-20Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong101-107/+106
2011-03-30Update inf file to follow spec.ydong101-1/+0
2010-10-28Correct Comments.lgao41-1/+1
2010-09-13Refine some code to make code run safely.ydong102-5/+5
2010-09-10Refine some code to make the code run safely.ydong102-9/+9
2010-04-24Update the copyright notice formathhtian24-46/+46
2010-04-22Add the correct check for the return value before use them.lgao41-0/+1
2010-03-14Fix a issue to support the callback related to framework IFR REF opcode. Its ...lgao41-0/+2
2010-03-14Support Framework IFR SELECT OP code.lgao41-0/+40
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao43-52/+179
2010-03-03Fix non-boolean comparison expression.lgao41-2/+2
2010-03-01Add the missing check for NULL pointer before use it.lgao41-0/+1
2010-03-01Update code to match EDKII coding style.lgao423-391/+854
2010-02-27Add the missing check for NULL pointer before use it.lgao41-1/+6
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-25Add more check to avoid code enter into wrong state.lgao45-12/+44
2010-02-25Add new HII FormMap Opcode supportlgao43-4/+59
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-11Support Name/Value Storage in UEFI2.1 HII driver.lgao41-0/+10
2010-02-09Correct BlockSize when call ConfigToBlock API.lgao41-3/+2
2010-02-01Fix a bug in HII thunk that ThunkCallback does not support callback for a tex...rsun31-1/+9
2009-12-31Only check the unsupported IFR opcode for framework HII form package.lgao41-27/+20
2009-11-13Ignore UEFI OPEN/CLOSE Action for FrameworkCallbacklgao41-0/+7
2009-11-11Enhance HiiThunkGetString to handle the case that PlatformLanguage is not set.lgao41-25/+26
2009-10-10clean up non-English characters.vanjeff1-1/+1
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang81-3/+3
2009-09-08Correct EFI_IFR_RESET_BUTTON from question to statement.lgao42-5/+3
2009-07-23Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function.lgao41-11/+21
2009-07-17Remove unused local variable to fix build break.lgao41-4/+0
2009-07-15Remove the auto conversion for the first varstore name to "Setup".lgao42-17/+5
2009-07-13Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for tho...lgao46-61/+61
2009-07-13remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them ...eric_tian1-2/+0
2009-07-10The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/add...rsun32-2/+4
2009-07-10Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h.rsun33-12/+12