summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Refine the save action for the BdsDxe.Eric Dong2014-07-046-264/+146
* Refine code to make it more safely.Eric Dong2014-06-261-1/+1
* Refine code to make it more safely.Eric Dong2014-06-255-9/+11
* Add DEBUG message for all fields in AcpiS3Context.Gao, Liming2014-06-241-1/+3
* Do not create boot option for logical block io device.Ruiyu Ni2014-06-201-2/+9
* Fix GCC build fail.Eric Dong2014-06-192-2/+2
* Create boot option for all block IO devices no matter what the device path lo...Ruiyu Ni2014-06-181-3/+1
* Support RouteConfig function for BdsDxe driver.Eric Dong2014-06-1811-508/+1564
* Rename TimeoutInSeconds to Timeout to avoid confusion.Jeff Fan2014-06-042-17/+16
* Remove the RT attribute for HDDP variable and validate the variable content b...Ruiyu Ni2014-05-221-7/+24
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-20/+22
* Early return when the "BootOrder" variable doesn't exist to avoid SetVariable...Ruiyu Ni2014-04-281-12/+10
* 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