summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-1176/+1267
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-2/+1
2020-02-14MdeModulePkg/HiiDB: Remove configuration table when it's freed (CVE-2019-14586)Dandan Bi1-1/+9
2019-04-28MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi1-7/+17
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-26MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi1-1/+52
2018-10-26MdeModulePkg/HiiDB: Reorganize codes of exporting HII settingsDandan Bi1-43/+32
2018-10-09MdeModulePkg/HiiDB: Fix incorrect structure convention for checkboxDandan Bi1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-5/+5
2017-12-28MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao1-3/+8
2017-12-27MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao1-4/+6
2017-12-26MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao1-0/+9
2017-12-25MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao1-0/+3
2017-12-25MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao1-1/+514
2016-09-28MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni1-7/+7
2016-09-28MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni1-1/+1
2016-04-27MdeModulePkg: Export ConfigResp only for form Package after ReadyToBootDandan Bi1-8/+56
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi1-2/+142
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi1-1/+1
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-3/+3
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-3/+8
2014-06-26Refine code to make it more safely.Eric Dong1-1/+3
2013-08-20Refine the comments and code to follow spec.Eric Dong1-7/+12
2011-09-18Clean up the private GUID definition in module Level.lgao41-9/+3
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong101-2/+2
2010-10-25Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao41-2/+2
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao41-1/+87
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao41-1/+1
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun31-2/+4
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun31-5/+3
2009-05-26Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun31-4/+1
2009-05-19Fix K8 and Sct failure.lgao41-1/+1
2009-05-08Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun31-1/+4
2009-05-06correct the minor format.lgao41-2/+1
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao41-1/+1
2009-01-20K8: qwang121-1/+1
2009-01-19Source level security checkedjji41-15/+16
2008-11-04Sync in bug fix from EDK I:qwang121-6/+6
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-52/+83
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+1
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang121-42/+36
2008-06-23Merged in the following trackers from EDK:qwang121-11/+22
2008-02-19edk2/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c:jljusten1-0/+5
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+3727