summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-163-29/+27
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-232-1/+53
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-173-8/+35
* Remove the blank line between InitializeLangVariable() and it's function header.lzeng142013-04-231-1/+0
* Fix GCC build failure caused by R14307.lzeng142013-04-231-1/+1
* Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla...lzeng142013-04-221-72/+134
* Get the language string before use it to avoid reuse freed buffer.ydong102013-04-031-4/+7
* Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng142013-03-053-9/+43
* Get support languages from "PlatformLangCodes" instead of front page string p...ydong102013-01-302-81/+76
* Fix ICC11(VS2005) build failure.lzeng142013-01-172-6/+6
* Follow UEFI spec, clean the CRC32 field before calculate CRC for system table.ydong102013-01-151-1/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-302-34/+166
* Just reserve memory space for page table, but not create it, and allocate the...lzeng142012-11-193-188/+24
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-082-6/+54
* Add missing status code in several modules.li-elvin2012-10-301-0/+8
* Add assertion to make sure the pointer is not NULL.niruiyu2012-10-231-0/+3
* 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