audk/MdeModulePkg/Universal
gikidy 51797e6dd5 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8811 6f19259b-4bc3-4df7-8a09-765794883524
2009-07-08 07:31:30 +00:00
..
Acpi roll back r8590 patch 2009-06-25 02:07:10 +00:00
CapsuleRuntimeDxe
Console Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. 2009-07-08 07:31:30 +00:00
DebugPortDxe
DebugSupportDxe
DevicePathDxe Refine the member name. 2009-06-30 01:55:22 +00:00
Disk Use DiskIo->WriteDisk() API to avoid alignment issue. 2009-06-02 23:51:18 +00:00
DriverSampleDxe Add check that Progress is NULL 2009-07-08 02:31:10 +00:00
EbcDxe
FaultTolerantWriteDxe
HiiDatabaseDxe fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity. 2009-06-03 01:43:47 +00:00
MemoryTest/NullMemoryTestDxe
Metronome
MonotonicCounterRuntimeDxe
Network Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables. 2009-07-06 03:06:50 +00:00
PCD The StringIndex should be casted to UINT16* but not UINT8*. 2009-06-04 14:56:45 +00:00
PcatSingleSegmentPciCfg2Pei
PlatformDriOverrideDxe change ISO 639-2 language codes to RFC 4646 codes in .UNI files 2009-05-25 09:57:27 +00:00
PrintDxe This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:49:35 +00:00
SecurityStubDxe
SetupBrowserDxe Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. 2009-07-07 06:28:42 +00:00
Variable add assertion to pass K8 check. 2009-06-29 09:09:59 +00:00
WatchdogTimerDxe