summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* update code to follow coding style.czhang462012-03-301-1/+0
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-7/+17
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-239-321/+494
* Fix build fail.ydong102012-03-141-5/+5
* Enhance the error handling.ydong102012-03-131-9/+22
* Patch includes:ydong102011-12-221-33/+13
* InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao12011-12-151-13/+1
* Update for IntelFrameworkModulePkg.ydong102011-12-1510-157/+151
* Update the check condition to allows 64-bit operation's data buffer not to be...vanjeff2011-12-011-2/+3
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-4/+32
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-243-25/+30
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-1/+1
* Fix incorrect pointer check.li-elvin2011-11-151-1/+1
* Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...li-elvin2011-11-084-1/+212
* Check the return status of booting against EFI_SUCCESS instead of using EFI_E...niruiyu2011-11-081-2/+2
* IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to rep...xdu22011-11-043-0/+11
* Correct the logic to check EFI_FV2_WRITE_STATUS.lzeng142011-11-041-2/+2
* IntelFrameworkModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* 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