summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IntelFrameworkModulePkgHao A Wu2019-07-031-2599/+0
* IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* IntelFrameworkModulePkg: Clean up source filesLiming Gao2018-06-281-128/+128
* IntelFrameworkModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-5/+5
* IntelFrameworkModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+17
* IntelFrameworkModulePkg DeviceMngr: Potential read over memory boundaryHao Wu2015-07-131-1/+2
* IntelFrameworkModulePkg DeviceMngr: Use safe string functionsHao Wu2015-06-301-13/+12
* Allocate exact memory size for string buffer to avoid buffer overflow.Qiu Shumin2014-08-211-21/+40
* Use StrnCat instead of StrCat to avoid target buffer overflow.Jeff Fan2014-08-141-3/+5
* Update code logic to let BDS UI can shows more than one formsets in one HiiHa...Eric Dong2014-04-231-8/+117
* Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO...Ruiyu Ni2013-10-141-18/+15
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Update for IntelFrameworkModulePkg.ydong102011-12-151-29/+24
* IntelFrameworkModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* Clean up the private GUID definition in module Level.lgao42011-09-181-18/+9
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-201-35/+34
* Add assertion check for TmpString against NULL.niruiyu2011-04-071-13/+4
* > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't ...niruiyu2011-04-011-53/+77
* 1.Refine all the goto and action opcode. When the menu link to the sub form, ...ydong102011-02-231-18/+18
* Update inappropriate comments.ydong102010-12-151-1/+0
* fix potential memory access violationydong102010-12-101-1/+1
* fix build error on ICC compile.ydong102010-12-101-3/+4
* [BDS] Device Manager was requested to add more sub-level menu about network d...ydong102010-12-091-21/+540
* Fix bug that cursor position will change when enter newly registered HII Form...xdu22010-07-221-63/+43
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-021-0/+14
* Update the copyright notice formathhtian2010-04-231-2/+2
* Driver health entry in device manager page is not totally hidden, the origina...li-elvin2010-02-231-5/+16
* Fix ICC build breakqhuang82010-02-041-1/+1
* Fix the bug that the wrong classguid is compared.lgao42010-02-041-1/+2
* Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao42010-02-021-11/+18
* Minor code enhancement.xli242010-01-071-18/+14
* Add the missing HiiVendor DevicePath for new added DriverHealth Form.lgao42009-12-091-0/+27
* Refine code make callback logic same with frontPage.gikidy2009-12-071-4/+8
* Driver health management implementation in BDS based on UEFI Specification 2.3.gikidy2009-12-041-7/+1453
* Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun32009-05-081-2/+8
* Update BdsDxe to use new designed HiiLib, remove the referrence to the origin...lgao42009-04-171-52/+171
* HII Library Class interface refine.rsun32009-04-141-49/+40
* Retire Extended HII library class.rsun32009-04-021-12/+31
* remove unused display option.lgao42009-03-251-9/+0
* 1. Update Generic BDS part to use dynamic PCD to set console output mode inst...qhuang82009-02-231-77/+5
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-231-0/+409