summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-368/+385
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-34/+34
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan1-2/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-2/+2
2015-07-01MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r...Qiu Shumin1-8/+13
2015-01-23Locate the config route protocol before install the config access protocol to...Eric Dong1-13/+14
2014-08-19Refine the code logic, use dynamic allocate buffer instead of static array to...Eric Dong1-63/+97
2014-06-26Refine code to make it more safely.Eric Dong1-3/+4
2014-03-26Add check to make sure the data be valid.Gao, Liming1-4/+6
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-30/+14
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-26/+47
2011-09-18Clean up the private GUID definition in module Level.lgao41-15/+14
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-4/+3
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong101-63/+63
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-1/+8
2010-05-17Small code refinement in MdeModulePkg.rsun31-23/+4
2010-05-101. Use the max string size to compare password string.lgao41-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-4/+52
2009-05-21Update DriverSample and PlatDriOverrideDxe driver to correct the return value...lgao41-3/+6
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-5/+15
2009-04-30Correct HiiGetBrowserData API usage.lgao41-2/+2
2009-04-27Update HiiGetBrowserData APIlgao41-16/+4
2009-04-24Merge application PlatOverMngr and library DxePlatDriOverLib into driver Plat...lgao41-0/+1667