summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
...
* Add core FFS3 support, FwVolDxe and SectionExtraction.lzeng142011-10-278-267/+510
* Add pointer check for NULL before dereference it.ydong102011-09-291-1/+2
* Add PCD for 1G page tablejyao12011-09-212-5/+8
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Clean up the private GUID definition in module Level.lgao42011-09-1821-188/+103
* Update the BDS UI to keep the old behaviors after add exit action when Config...ydong102011-09-161-1/+1
* Remove useless pointer check.ydong102011-09-141-62/+60
* Fix build error.jyao12011-09-141-1/+1
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-132-30/+100
* Check the pointer before use it.ydong102011-09-061-11/+12
* Add error debug information for capsule processing in Bds.li-elvin2011-09-021-1/+6
* IntelFrameworkModulePkg: Add UpdateDriverDxe driverjljusten2011-09-016-0/+3485
* IntelFrameworkModulePkg: Add FwVolDxe driverjljusten2011-09-018-0/+5540
* Check the pointer before use it.ydong102011-09-011-69/+72
* IntelFrameworkModulePkg: Add AcpiS3SaveDxe driverjljusten2011-08-314-0/+869
* IntelFrameworkModulePkg: Add AcpiSupportDxe driverjljusten2011-08-294-0/+2245
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-052-4/+4
* Refine code to follow coding style.ydong102011-06-231-1/+1
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-205-505/+503
* The hotkey callback in BDS module should defer loading the boot option until ...niruiyu2011-04-203-63/+79
* Add assertion check for TmpString against NULL.niruiyu2011-04-071-13/+4
* > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't ...niruiyu2011-04-016-130/+154
* Update inf file to follow spec.ydong102011-03-301-1/+1
* Enhance inf to follow spec.ydong102011-03-144-7/+8
* 1.Refine all the goto and action opcode. When the menu link to the sub form, ...ydong102011-02-233-35/+37
* Enhance BMM to support changing FlowControl setting in Front Page.ydong102011-02-168-6/+137
* Add the missing up/down arrow in UNI string.lgao42011-02-011-0/+0
* Add assertion after memory allocation.niruiyu2011-01-311-0/+2
* Add back the BdsDeleteBootOption to pass build.niruiyu2011-01-281-0/+56
* BDS enhancement: enumerate & show all legacy boot options in Boot Manager so ...niruiyu2011-01-288-670/+778
* Enhance BDS to support Boot/Driver option whose option number >= 0xFF.niruiyu2011-01-105-61/+57
* 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 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-095-28/+593
* Fix the bug that <continue> may not boot the first boot option but return bac...niruiyu2010-12-011-0/+11
* First try to get log time at TPL level <= TPL_CALLBACK, then fill time into D...lgao42010-11-291-3/+12
* Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() serv...lgao42010-11-261-1/+1
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-083-9/+5
* Fix bug in DataHub where it would skip the first record in a set when a filte...mdkinney2010-11-051-52/+63
* Fix the corner case when there is only "\0\0" appended and the Index is 1. Re...niruiyu2010-10-111-1/+5
* Add the missing EFIAPI for StatusCode handler.lgao42010-09-252-0/+2
* Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Ind...niruiyu2010-08-261-40/+16
* Add datahub status sode handler driver.xli242010-08-134-0/+623
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-101-2/+2
* Add NULL pointer checking against Data.xli242010-07-302-2/+4
* Handle gEfiStatusCodeDataTypeStringGuid in status code drivers.xli242010-07-304-4/+26
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-40/+52