mirror_edk2/MdeModulePkg/Universal
niruiyu e9b3cd557f Support new format of IPv4 device path node, FibreEx and PcieRoot device path node in DevicepathDxe driver.
Meanwhile, unnecessary (UINTN) typecast is removed and a buffer truncating bug is fixed. The buffer truncating bug may cause DevicePathToText generates wrong text representation if a input device path is too long.

Signed-off-by: niruiyu
Reviewed-by: tye
Reviewed-by: jjin9

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12276 6f19259b-4bc3-4df7-8a09-765794883524
2011-09-05 04:51:51 +00:00
..
Acpi MdeModulePkg: Add ACPI S3 Save State drivers 2011-08-29 22:19:48 +00:00
CapsulePei Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. 2011-09-02 11:34:35 +00:00
CapsuleRuntimeDxe Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. 2011-09-02 11:34:35 +00:00
Console Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
DebugPortDxe Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
DebugSupportDxe A complement fix for revision 11664 to update GCC assembly files : clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. 2011-05-17 08:35:20 +00:00
DevicePathDxe Support new format of IPv4 device path node, FibreEx and PcieRoot device path node in DevicepathDxe driver. 2011-09-05 04:51:51 +00:00
Disk MdeModulePkg: Add CD Express PEIM 2011-07-12 20:36:05 +00:00
DriverSampleDxe Add new op-code samples, includes efi varstore, refresh guid group and ref op-code. 2011-08-30 12:39:53 +00:00
EbcDxe Refine code to make code run more safely. 2010-10-18 11:33:26 +00:00
FaultTolerantWriteDxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
HiiDatabaseDxe Update HiiBlockToConfig function to follow spec. 2011-09-01 08:19:55 +00:00
HiiResourcesSampleDxe
LegacyRegion2Dxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
LockBox/SmmLockBox RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data from Lockbox. Fix this issue. 2011-08-25 08:25:13 +00:00
MemoryTest MdeModulePkg: Add GenericMemoryTestDxe driver 2011-07-01 00:40:26 +00:00
Metronome
MonotonicCounterRuntimeDxe
Network Fix bug for UefiPxeBcDxe driver to catch the return status. 2011-09-01 08:48:51 +00:00
PcatSingleSegmentPciCfg2Pei
PCD Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
PlatformDriOverrideDxe Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
PrintDxe
ReportStatusCodeRouter When status code handler unregister itself, status code dispatch in status code router driver will have problem to get next handler. Fixed the issue in status code router. 2011-08-01 07:39:02 +00:00
ResetSystemRuntimeDxe MdeModulePkg: Add ResetSystemRuntimeDxe driver 2011-07-01 00:40:46 +00:00
SecurityStubDxe
SetupBrowserDxe Enable the follow feature for string op-code: 2011-08-30 12:33:41 +00:00
SmbiosDxe Fix issue with SMBIOS driver assumming memory exists below 4GB. 2011-08-29 20:47:22 +00:00
StatusCodeHandler Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
Variable Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. 2011-06-07 04:49:10 +00:00
WatchdogTimerDxe