audk/MdeModulePkg/Universal
jyao1 ff284c56a1 CapsulePei coalesce need add more sanity check for each Capsule Fragment.
Signed-off by: jiewen yao <jiewen.yao@intel.com>
Reviewed by: elvin li <elvin.li@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15137 6f19259b-4bc3-4df7-8a09-765794883524
2014-01-17 03:51:01 +00:00
..
Acpi MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable defined as dynamic. 2013-11-25 06:20:18 +00:00
CapsulePei CapsulePei coalesce need add more sanity check for each Capsule Fragment. 2014-01-17 03:51:01 +00:00
CapsuleRuntimeDxe MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint. 2013-12-16 01:34:01 +00:00
Console Refine the validation for the input attribute before return. 2013-07-15 07:47:02 +00:00
DebugPortDxe Fix GCC build failure. 2014-01-11 03:21:21 +00:00
DebugSupportDxe MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModulePkg on PcdLib 2012-11-01 06:59:25 +00:00
DevicePathDxe Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. 2013-07-26 03:00:21 +00:00
Disk MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level BlockIoPpi->ReadBlocks. 2014-01-06 03:36:31 +00:00
DisplayEngineDxe This patch fix date/time op-code shows abnormal. 2014-01-07 08:07:47 +00:00
DriverSampleDxe Add sample code for warningif opcode. 2013-10-21 05:19:03 +00:00
EbcDxe Add Missing invocations to VA_END() for VA_START(). 2012-02-01 06:06:08 +00:00
FaultTolerantWriteDxe MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on gEfiRuntimeArchProtocolGuid to consume gBS->CalculateCrc32(). 2014-01-09 02:57:10 +00:00
FaultTolerantWritePei MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report. 2013-07-11 01:40:10 +00:00
HiiDatabaseDxe Refine code to fix potential code bug. 2013-12-09 03:22:36 +00:00
HiiResourcesSampleDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
LegacyRegion2Dxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
LockBox/SmmLockBox MdeModulePkg: SmmLockBox: remove wrong DepEx 2013-12-04 08:19:02 +00:00
MemoryTest MdeModulePkg: Add GenericMemoryTestDxe driver 2011-07-01 00:40:26 +00:00
Metronome
MonotonicCounterRuntimeDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
Network 1. Update the parsing logic of DHCP message in PXE driver. 2014-01-13 02:53:50 +00:00
PCD MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present. 2013-12-29 07:14:57 +00:00
PcatSingleSegmentPciCfg2Pei
PlatformDriOverrideDxe Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
PrintDxe
ReportStatusCodeRouter MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModulePkg on PcdLib 2012-11-01 06:59:25 +00:00
ResetSystemRuntimeDxe Add missing status code in several modules. 2012-10-30 04:23:40 +00:00
SecurityStubDxe Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 both. 2013-02-01 05:34:19 +00:00
SetupBrowserDxe Keep consistent about the return value between the caller and callee. 2013-12-31 04:46:53 +00:00
SmbiosDxe Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. 2013-12-05 05:30:27 +00:00
StatusCodeHandler EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO structure. Seemly, it is not suitable to be used in SerialStatusCodeHandler, so update SerialStatusCodeHandler to use MAX_DEBUG_MESSAGE_LENGTH (0x100) as the max printed string size to align with other DebugLib’s behavior. 2012-06-12 04:52:23 +00:00
TimestampDxe Add the definition for Timestamp Protocol and a new driver base on TimerLib to produce Timestamp protocol. 2013-09-29 05:51:12 +00:00
Variable MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM consumption during variable reclaiming. 2013-11-12 13:31:43 +00:00
WatchdogTimerDxe