summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update code logic to let BDS UI can shows more than one formsets in one HiiHa...Eric Dong2014-04-231-8/+117
* Add check to avoid null pointer deference.Ruiyu Ni2014-03-282-4/+8
* Remove RT attribute for variable LegacyDevOrderRuiyu Ni2014-03-261-1/+1
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-251-2/+2
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-2515-160/+513
* IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT ...Star Zeng2014-03-182-6/+63
* Do not reset system when the MemoryTypeInformation variable cannot be written.Ruiyu Ni2014-03-171-10/+14
* The size of platform memory above 1M is measured in kilobytes.Mike Maslenkin2014-03-051-2/+2
* 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