summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Sync patches r15544 and r15545 from main trunk.Jeff Fan2014-07-281-7/+24
* Sync patches r15401, r15403, r15404, r15405, r15407, r15408, r15409, r15410, ...Jeff Fan2014-04-092-4/+8
* Sync patches r15357, r15360, r15376, r15385, r15386, r15387, r15388, r15391 a...Jeff Fan2014-04-0915-163/+516
* Sync patches r15328, r15329, r15330, r15331, r15332, r15333, r15334, r15336, ...Jeff Fan2014-04-093-16/+77
* Fix CRLF formatTian, Hot2014-01-226-596/+596
* Update IntelFrameworkModulePkg version: 0.92->0.93Jeff Fan2014-01-102-4/+4
* Return to BMM page if parse the file info failed.Eric Dong2014-01-092-5/+16
* Rollback the patch 15054.Eric Dong2014-01-081-2/+5
* Not update the status until parse the file info success.Eric Dong2014-01-071-5/+2
* Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni2013-12-182-86/+13
* Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.Elvin Li2013-12-111-1/+1
* Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li2013-12-054-14/+193
* Fix wrong parameter usage in GenericBdsLibConstructorczhang462013-11-071-1/+1
* Fix DxeCapsuleLib build failureczhang462013-10-161-6/+6
* Enable UEFI firmware to support FMP capsule format.czhang462013-10-157-14/+427
* Move update legacy order logic from CHANGING to CHANGED.Eric Dong2013-10-141-122/+122
* Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO...Ruiyu Ni2013-10-142-23/+27
* Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates ...Ruiyu Ni2013-09-261-6/+5
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-163-29/+27
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-1556/+3
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-235-57/+74
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-173-8/+35
* Update Code to pass EBC compiler.lgao42013-05-132-15/+8
* Check if video device exists before trying to install Video OpROM.li-elvin2013-05-091-1/+9
* 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
* Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin2013-04-121-1/+1
* Get the language string before use it to avoid reuse freed buffer.ydong102013-04-031-4/+7
* When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin2013-03-291-0/+9
* Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec...niruiyu2013-03-194-218/+90
* Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2013-03-152-2/+32
* Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng142013-03-054-12/+48
* Refine the code to avoid error report.ydong102013-02-211-1/+3
* BMP file may has padding data between the bmp header section and the bmp data...ydong102013-02-211-2/+5
* Get support languages from "PlatformLangCodes" instead of front page string p...ydong102013-01-302-81/+76
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-2/+6
* Parse full EDID data to get all video resolutions supported by monitors.li-elvin2013-01-222-40/+85
* 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
* Update PCD description.li-elvin2012-12-121-0/+1
* Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2012-12-123-2/+29
* ACPI4.0/5.0 have clear description:jyao12012-11-302-34/+166
* Fix IA32 build failure to add UINTN type cast.li-elvin2012-11-261-1/+1
* Update FrameBufferSize aligned with UEFI spec.li-elvin2012-11-231-7/+7
* Fix GCC44 build failure.li-elvin2012-11-212-2/+2
* If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2012-11-202-15/+36
* Just reserve memory space for page table, but not create it, and allocate the...lzeng142012-11-194-189/+25
* Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin2012-11-151-49/+47
* BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin2012-11-121-1/+1