summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that causes GCC build failure.niruiyu2012-10-191-1/+1
* Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable().niruiyu2012-10-181-1/+1
* Remove the KeyOrder variable dependency from BDSniruiyu2012-10-183-302/+122
* Add missing braces around initializer.lzeng142012-10-112-8/+12
* Fix some corner case for LazyConIn featureczhang462012-10-103-1/+55
* Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu2012-09-261-51/+1
* 1. Fix a bug when comparing two timestamp in auth-variable driver.sfu52012-09-142-51/+0
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-291-2/+2
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-2/+2
* Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields.niruiyu2012-08-222-18/+88
* Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2012-08-161-2/+3
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that ...czhang462012-08-011-3/+8
* Add 2 new Bds featuresczhang462012-07-304-53/+164
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-1/+1
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-13/+23
* In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hot...czhang462012-07-021-1/+1
* Fix memory leak issues.niruiyu2012-06-061-2/+5
* Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...niruiyu2012-06-017-1854/+189
* Fixed build failed.ydong102012-05-312-3/+3
* Fix IA32 build fail.lzeng142012-05-301-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-302-4/+4
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-293-2/+120
* Refine the code to follow coding style.ydong102012-05-281-1/+0
* Add logic to validate console variables when enter BDS.ydong102012-05-181-0/+111
* 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