summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/UpdatePage.c
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg BootMaint: Use safe string functionsHao Wu2015-06-301-2/+2
* Removes some unused assigned variables. Some compiler (GCC in this case) rais...Olivier Martin2014-09-291-5/+0
* Add type cast on variable before operation.Jeff Fan2014-08-081-2/+2
* Fixed one possible array out of bounds issue.isakov-sl2014-07-231-1/+1
* Refine the save action for the BdsDxe.Eric Dong2014-07-041-4/+30
* Support RouteConfig function for BdsDxe driver.Eric Dong2014-06-181-228/+121
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-291-2/+2
* Update for IntelFrameworkModulePkg.ydong102011-12-151-6/+6
* Clean up the private GUID definition in module Level.lgao42011-09-181-6/+6
* Enhance BMM to support changing FlowControl setting in Front Page.ydong102011-02-161-0/+28
* BDS enhancement: enumerate & show all legacy boot options in Boot Manager so ...niruiyu2011-01-281-13/+29
* Enhance BDS to support Boot/Driver option whose option number >= 0xFF.niruiyu2011-01-101-29/+29
* Fix ICC9 compiler failureniruiyu2011-01-071-1/+1
* Fix the bug that duplicate HDD is shown in the BMM.niruiyu2011-01-061-13/+5
* Update the copyright notice formathhtian2010-04-231-2/+2
* Allocated one buffer to for option->description, since it may be released by ...vanjeff2009-10-261-1/+1
* 1. Correct Col * Row stringlgao42009-08-141-5/+3
* Clean up code lgao42009-07-211-5/+5
* Remove TempStringLen. It was assigned, but not used. (ICC warning)jljusten2009-07-071-3/+2
* Fix some issues reported by source static analysis tools.klu22009-07-071-4/+6
* Fix a syntax error. There was an extra closing parenthesis: ')'jljusten2009-06-231-2/+13
* Fix some potential buffer overflow issue.klu22009-06-231-4/+6
* Update BdsDxe to use new designed HiiLib, remove the referrence to the origin...lgao42009-04-171-164/+272
* HII Library Class interface refine.rsun32009-04-141-5/+3
* 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu22009-02-261-1/+1
* Fix a bug: fail to change Boot Order in Boot Maintenance Manager.qhuang82009-02-041-1/+0
* Fix ICC build warning.qhuang82009-01-241-4/+5
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-231-0/+1323