summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/BdsDxe
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-083-9/+5
* Fix the corner case when there is only "\0\0" appended and the Index is 1. Re...niruiyu2010-10-111-1/+5
* Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Ind...niruiyu2010-08-261-40/+16
* Fix bug that cursor position will change when enter newly registered HII Form...xdu22010-07-221-63/+43
* Use ASSERT to check the expression.lgao42010-07-011-1/+1
* Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list ...xli242010-06-031-4/+6
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-025-2/+44
* For BdsDxe module,xli242010-05-214-14/+12
* Update the copyright notice formathhtian2010-04-2342-74/+74
* 1. IsaSerialIo driver was changed to produce the flow control device path nod...niruiyu2010-04-091-72/+98
* Don't create a dummy string with new language.lgao42010-03-221-4/+1
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-042-7/+55
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-1/+0
* 1. Correct File header to ## @filelgao42010-02-241-6/+6
* Driver health entry in device manager page is not totally hidden, the origina...li-elvin2010-02-232-16/+17
* 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
* Update BDS boot option description string to use UNI file string in GenericBd...gikidy2010-01-273-116/+4
* add france language support on DeviceManager of BDS.eric_tian2010-01-141-0/+0
* Fix Boot Option appear twice while add a new boot option in some specific steps.gikidy2010-01-142-98/+70
* Minor code enhancement.xli242010-01-131-1/+2
* Minor code enhancement.xli242010-01-082-2/+4
* Correct copyright year to 2010lgao42010-01-072-1/+1
* Minor code enhancement.xli242010-01-072-36/+28
* Correct help information for Delete Boot option and Change boot option.lgao42010-01-042-2/+2
* Add missing EFIAPI instances on several functions.jljusten2009-12-163-0/+4
* there is no 0 between a SMBIOS buffer and the first string in unformated area...klu22009-12-111-3/+3
* The consumer for smbios recorder should *not* make assumption the SMBIOS stru...klu22009-12-111-3/+3
* 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-072-6/+10
* Remove unnecessary reference to CPU I/O Protocol.xli242009-12-071-1/+0
* Fix some typos & format.gikidy2009-12-047-17/+17
* Driver health management implementation in BDS based on UEFI Specification 2.3.gikidy2009-12-047-29/+1947
* 1. PI SMBIOS Checkin. Major change include:davidhuang2009-11-204-161/+157
* updated BDS to get capsule information from UEFI capsule HOB instead of CAPSU...vanjeff2009-10-282-9/+5
* Allocated one buffer to for option->description, since it may be released by ...vanjeff2009-10-261-1/+1
* Correct the patch in r9367.xdu22009-10-261-2/+2
* set filename with device path for load file devices.vanjeff2009-10-261-2/+3
* Fix a UI hang bug when adding Boot Option or Driver Option.xdu22009-10-261-2/+2
* Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symb...qhuang82009-08-314-56/+6
* 1. Correct Col * Row stringlgao42009-08-142-5/+6
* Clean up code lgao42009-07-214-10/+48
* Fix build broken issue for ICC 9.0klu22009-07-172-2/+5
* Fix bug that some boot option can *not* be displayed correct in boot manager ...klu22009-07-162-27/+84
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-152-18/+18
* ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian2009-07-132-6/+7
* Retire description string macro for boot device type which are not defined in...klu22009-07-131-26/+35
* Remove extra #includes where possible to make build more efficientmdkinney2009-07-111-1/+1
* Remove extra #Includemdkinney2009-07-101-49/+0