summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* AcpiS3Save could try to check PcdIdentifyMappingPageTablePtr is NULL, if it i...Elvin Li2014-08-262-57/+66
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* Allocate exact memory size for string buffer to avoid buffer overflow.Qiu Shumin2014-08-211-21/+40
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-201-2/+2
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-142-11/+22
* Use StrnCat instead of StrCat to avoid target buffer overflow.Jeff Fan2014-08-142-7/+12
* Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory.Elvin Li2014-08-121-2/+2
* Add type cast on variable before operation.Jeff Fan2014-08-0810-23/+23
* IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLib...Chen Fan2014-08-012-0/+6
* Update code to support VS2013 tool chain.Eric Dong2014-07-283-3/+7
* Print the CodeType and Value of status code with fixed length.Li, Elvin2014-07-282-8/+8
* Fix one memory leak.Eric Dong2014-07-241-0/+2
* Fixed one possible array out of bounds issue.isakov-sl2014-07-231-1/+1
* Fix memory leak issues in BiosSnp module.Elvin Li2014-07-232-3/+14
* Fixed typos: hanlder should be handler.Chen Fan2014-07-092-2/+2
* Refine code to follow good coding style.Eric Dong2014-07-073-4/+9
* 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