summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu1-1684/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao1-51/+51
2016-10-27IntelFrameworkModulePkg/BdsDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-4/+4
2016-10-24IntelFrameworkModulePkg: Fix typos in commentsGary Lin1-1/+1
2015-02-12Remove invalid value sync action when changing value. Else later save change ...Eric Dong1-7/+1
2014-07-04Refine the save action for the BdsDxe.Eric Dong1-226/+50
2014-06-19Fix GCC build fail.Eric Dong1-1/+1
2014-06-18Support RouteConfig function for BdsDxe driver.Eric Dong1-210/+665
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni1-9/+8
2013-10-14Move update legacy order logic from CHANGING to CHANGED.Eric Dong1-122/+122
2013-03-05Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng141-2/+9
2012-06-01Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...niruiyu1-59/+7
2011-12-22Patch includes:ydong101-33/+13
2011-12-15Update for IntelFrameworkModulePkg.ydong101-64/+57
2011-09-18Clean up the private GUID definition in module Level.lgao41-21/+11
2011-09-16Update the BDS UI to keep the old behaviors after add exit action when Config...ydong101-1/+1
2011-05-20Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong101-287/+287
2011-02-16Enhance BMM to support changing FlowControl setting in Front Page.ydong101-1/+2
2011-01-28Add back the BdsDeleteBootOption to pass build.niruiyu1-0/+56
2011-01-28BDS enhancement: enumerate & show all legacy boot options in Boot Manager so ...niruiyu1-56/+0
2011-01-10Enhance BDS to support Boot/Driver option whose option number >= 0xFF.niruiyu1-16/+16
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-0/+7
2010-04-23Update the copyright notice formathhtian1-2/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-4/+49
2009-12-04Fix some typos & format.gikidy1-2/+2
2009-07-08Add comments for the return value of GenericBdsLib functions.lgao41-3/+3
2009-07-07Fix some issues reported by source static analysis tools.klu21-19/+12
2009-06-24Explicit to judge whether Index is out of boundary.klu21-12/+24
2009-06-191) Make naming of enumeration type follows coding styleklu21-9/+9
2009-04-27Update HiiGetBrowserData APIlgao41-20/+2
2009-04-22Fix that the variable can't be stored. Next, I will update GetBrowserData API.lgao41-3/+11
2009-04-20Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao41-2/+2
2009-04-17Update BdsDxe to use new designed HiiLib, remove the referrence to the origin...lgao41-39/+66
2009-04-14HII Library Class interface refine.rsun31-34/+31
2009-04-13Fix some inconsistencies in EFIAPI usage.jljusten1-0/+1
2009-04-08Fix the bug that Boot Mainteinance Manager in the front page can not be enter...rsun31-7/+30
2009-04-07correct the input parameter FormId of IfrLibUpdateForm()jji41-1/+1
2009-04-02Retire Extended HII library class.rsun31-24/+61
2009-02-261, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu21-10/+1
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu21-0/+1376