summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin2012-11-121-1/+1
* 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-307-35/+99
* Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin2012-10-241-5/+11
* 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
* Fix ECC issue.li-elvin2012-10-171-1/+1
* Fix a typo in comments.ydong102012-10-161-2/+3
* Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin2012-10-116-224/+251
* Add missing braces around initializer.lzeng142012-10-112-8/+12
* Fix some corner case for LazyConIn featureczhang462012-10-103-1/+55
* Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu2012-09-271-8/+7
* Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu2012-09-261-51/+1
* Handle the case when OpROM wants to completely remove itself.niruiyu2012-09-241-1/+10
* 1. Fix a bug when comparing two timestamp in auth-variable driver.sfu52012-09-142-51/+0
* Set mode 0 (80x25) when Consplitter does not exist. li-elvin2012-09-041-0/+10
* 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-283-12/+10
* Add comments to explain the reason return status is not checked. The return s...li-elvin2012-08-271-0/+7
* Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields.niruiyu2012-08-222-18/+88
* IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of in...erictian2012-08-201-1/+1
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-174-93/+241
* Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2012-08-161-2/+3
* Check if active video mode is changed after OpROM starts, if active video mod...li-elvin2012-08-132-4/+10
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Fix memory leakydong102012-08-091-0/+4
* Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that ...czhang462012-08-011-3/+8
* Add 2 new Bds featuresczhang462012-07-306-54/+251
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-305-23/+19
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-13/+23
* To follow UEFI spec, update the code to make correct check to support multipl...li-elvin2012-07-181-1/+1
* Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, C...li-elvin2012-07-173-2/+18
* Refine the message for Reset request.ydong102012-07-061-1/+1
* Update the logic to force user to reset when change configuration which need ...ydong102012-07-061-10/+5
* In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hot...czhang462012-07-021-1/+1
* Align the perf data between FPDT and DP.lzeng142012-06-193-44/+89
* Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of Ascii...lgao42012-06-121-2/+2
* Fix memory leak issues.niruiyu2012-06-062-2/+11
* Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...niruiyu2012-06-0110-1868/+1787
* Fixed build failed.ydong102012-05-313-5/+5
* Fix IA32 build fail.lzeng142012-05-301-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-303-6/+6
* 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
* Fix build failedydong102012-05-281-1/+1
* Refine logic about validate boot option.ydong102012-05-251-41/+13
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* Update the way to allocate high PMM, firstly try to allocate high PMM below 1...li-elvin2012-05-231-5/+16