summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-1556/+3
2013-05-23Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng145-57/+74
2013-05-17Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu3-8/+35
2013-05-13Update Code to pass EBC compiler.lgao42-15/+8
2013-05-09Check if video device exists before trying to install Video OpROM.li-elvin1-1/+9
2013-04-23Remove the blank line between InitializeLangVariable() and it's function header.lzeng141-1/+0
2013-04-23Fix GCC build failure caused by R14307.lzeng141-1/+1
2013-04-22Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla...lzeng141-72/+134
2013-04-12Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin1-1/+1
2013-04-03Get the language string before use it to avoid reuse freed buffer.ydong101-4/+7
2013-03-29When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin1-0/+9
2013-03-19Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec...niruiyu4-218/+90
2013-03-15Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2-2/+32
2013-03-05Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng144-12/+48
2013-02-21Refine the code to avoid error report.ydong101-1/+3
2013-02-21BMP file may has padding data between the bmp header section and the bmp data...ydong101-2/+5
2013-01-30Get support languages from "PlatformLangCodes" instead of front page string p...ydong102-81/+76
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-2/+6
2013-01-22Parse full EDID data to get all video resolutions supported by monitors.li-elvin2-40/+85
2013-01-17Fix ICC11(VS2005) build failure.lzeng142-6/+6
2013-01-15Follow UEFI spec, clean the CRC32 field before calculate CRC for system table.ydong101-1/+2
2012-12-12Update PCD description.li-elvin1-0/+1
2012-12-12Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin3-2/+29
2012-11-30ACPI4.0/5.0 have clear description:jyao12-34/+166
2012-11-26Fix IA32 build failure to add UINTN type cast.li-elvin1-1/+1
2012-11-23Update FrameBufferSize aligned with UEFI spec.li-elvin1-7/+7
2012-11-21Fix GCC44 build failure.li-elvin2-2/+2
2012-11-20If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2-15/+36
2012-11-19Just reserve memory space for page table, but not create it, and allocate the...lzeng144-189/+25
2012-11-15Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin1-49/+47
2012-11-12BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin1-1/+1
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142-6/+54
2012-10-30Add missing status code in several modules.li-elvin7-35/+99
2012-10-24Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin1-5/+11
2012-10-23Add assertion to make sure the pointer is not NULL.niruiyu1-0/+3
2012-10-19Fix a bug that causes GCC build failure.niruiyu1-1/+1
2012-10-18Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable().niruiyu1-1/+1
2012-10-18Remove the KeyOrder variable dependency from BDSniruiyu3-302/+122
2012-10-17Fix ECC issue.li-elvin1-1/+1
2012-10-16Fix a typo in comments.ydong101-2/+3
2012-10-11Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin6-224/+251
2012-10-11Add missing braces around initializer.lzeng142-8/+12
2012-10-10Fix some corner case for LazyConIn featureczhang463-1/+55
2012-09-27Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu1-8/+7
2012-09-26Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu1-51/+1
2012-09-24Handle the case when OpROM wants to completely remove itself.niruiyu1-1/+10
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu52-51/+0
2012-09-04Set mode 0 (80x25) when Consplitter does not exist. li-elvin1-0/+10
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-2/+2
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun33-12/+10