.. |
Acpi
|
Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that the checksum field is correct for both the RSDT/XSDT table and the table being installed through the AcpiTableBuffer parameter.
|
2010-07-16 04:31:02 +00:00 |
CapsuleRuntimeDxe
|
Update QueryCapsuleCapabilities interface.
|
2010-05-19 02:31:41 +00:00 |
Console
|
remove CpuBreakpoint ().
|
2010-08-17 08:29:00 +00:00 |
DebugPortDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
DebugSupportDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
DevicePathDxe
|
Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI.
|
2010-04-29 01:07:07 +00:00 |
Disk
|
Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 for logical partitions.
|
2010-07-20 03:11:58 +00:00 |
DriverSampleDxe
|
Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes.
|
2010-06-02 02:05:47 +00:00 |
EbcDxe
|
Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI.
|
2010-04-29 01:07:07 +00:00 |
FaultTolerantWriteDxe
|
Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G. For backward compatability if the new 64-bit base addresses are zero use the old 32-bit base addressess.
|
2010-07-22 21:18:25 +00:00 |
HiiDatabaseDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
HiiResourcesSampleDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
LegacyRegion2Dxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
MemoryTest/NullMemoryTestDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
Metronome
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
MonotonicCounterRuntimeDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
Network
|
Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()->Ip4IpSecProcessPacket() line 511, each time "reconnect -r", IpSb is re-allocated in IpDriver.Start(). But only when the first time, IpSb->OldMaxPacketSize = IpSb->MaxPacketSize; For the sequential reconnect, IpSb->OldMaxPacketSize is left dirty. Somtimes it is 0, causing the next sending packages generate exception.
|
2010-08-20 06:29:55 +00:00 |
PCD
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
PcatSingleSegmentPciCfg2Pei
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
PlatformDriOverrideDxe
|
Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes.
|
2010-06-02 02:05:47 +00:00 |
PrintDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
ReportStatusCodeRouter
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
SecurityStubDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
SetupBrowserDxe
|
Do the following fix up in SetupBrowser driver:
|
2010-06-04 01:29:03 +00:00 |
SmbiosDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
StatusCodeHandler
|
Add NULL pointer checking against Data.
|
2010-07-30 08:38:52 +00:00 |
Variable
|
Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G. For backward compatability if the new 64-bit base addresses are zero use the old 32-bit base addressess.
|
2010-07-22 21:18:25 +00:00 |
WatchdogTimerDxe
|
Add debug print that the system is about to be reset. I was seeing watchtog timeouts in UnixPkg and they were hard to debug as gdb was exiting. This debug print should be useful in general.
|
2010-07-30 16:01:09 +00:00 |