audk/MdeModulePkg/Universal
eric_tian 2fcdca1d73 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be maximum value between PcdMaxVariableSize and PcdMaxHardwareErrorVariableSize.
2. Boot time variable reclaim issue is caused by incorrect flash layout. Platform integrator should ensure that the size of variable region must less than FTW spare space size.
3. Per UEFI Specification, variables of attribute HARDWARE_ERROR_RECORD are guaranteed to have its own storage space size.original implementation doesn’t meet this requirement 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8029 6f19259b-4bc3-4df7-8a09-765794883524
2009-04-07 06:42:12 +00:00
..
Acpi Add ACPI drivers: 2009-03-20 20:58:47 +00:00
CapsuleRuntimeDxe Update PeiCore to handle FvImage with PI FV extension header 2009-03-05 05:05:57 +00:00
Console return value not follow spec. 2009-04-07 02:29:49 +00:00
DebugPortDxe Fix the bug in DebugPort on error reporting. 2009-03-10 05:38:54 +00:00
DebugSupportDxe retired PcdNtEmulatorEnable. 2009-03-04 02:10:20 +00:00
DevicePathDxe Apply WriteUnaligned64() to write DevicePath structure. 2009-04-03 11:18:19 +00:00
Disk Modified for use reversion field and fix a typo. 2009-04-02 02:27:07 +00:00
DriverSampleDxe Retire Extended HII library class. 2009-04-02 08:48:03 +00:00
EbcDxe Modified for use reversion field and fix a typo. 2009-04-02 02:27:07 +00:00
FaultTolerantWriteDxe correct a wrong offset arithmetic, replace EFI_FAULT_TOLERANT_WRITE_HEADER with EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER. It will cause FTW write operation break. 2009-03-24 08:25:01 +00:00
HiiDatabaseDxe 1. retired console control protocol. 2009-04-01 02:52:17 +00:00
MemoryTest/NullMemoryTestDxe Remove BaseMemoryTest PPI and related producers and consumers. 2009-02-23 02:39:20 +00:00
Metronome Add missing library class header file. 2009-02-25 12:06:27 +00:00
MonotonicCounterRuntimeDxe Remove private event description from INF. 2009-02-25 07:47:56 +00:00
Network Update IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength directly 2009-04-03 06:40:25 +00:00
PCD 1, Move introduction from header file to INF file header; 2, Refine dynamic PCD introduction according to review comments 2009-04-01 06:43:16 +00:00
PcatRealTimeClockRuntimeDxe Update the variable name and GUID to set time zone and daylight saving: Use L"RTC" for shorter name and gEfiCallerIdGuid since this variable is private for this driver. 2009-02-23 03:17:27 +00:00
PcatSingleSegmentPciCfg2Pei Add INF extension Information 2009-01-09 06:26:42 +00:00
PlatformDriOverrideDxe Change directory name PlatformDriOverride to PlatformDriOverrideDxe. 2009-02-24 08:33:03 +00:00
PrintDxe Add missing library class header file. 2009-02-25 12:07:44 +00:00
SecurityStubDxe Add INF extension Information 2009-01-09 06:26:42 +00:00
SetupBrowserDxe Retire Extended HII library class. 2009-04-02 08:48:03 +00:00
Variable 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be maximum value between PcdMaxVariableSize and PcdMaxHardwareErrorVariableSize. 2009-04-07 06:42:12 +00:00
WatchdogTimerDxe Update for Meta data. 2009-01-23 10:01:51 +00:00