audk/MdeModulePkg/Universal
eric_tian 5e0b1e3f82 fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion.
I add EFI_HII_IGNORE_LINE_BREAK flag to force HiiStringToImage ignore the force line break character.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8736 6f19259b-4bc3-4df7-8a09-765794883524
2009-07-03 09:18:30 +00:00
..
Acpi roll back r8590 patch 2009-06-25 02:07:10 +00:00
CapsuleRuntimeDxe Update PeiCore to handle FvImage with PI FV extension header 2009-03-05 05:05:57 +00:00
Console fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion. 2009-07-03 09:18:30 +00:00
DebugPortDxe Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:32:11 +00:00
DebugSupportDxe Replace .globl with ASM_GLOBAL 2009-05-20 10:22:09 +00:00
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 Correct DriverSample ConfigAcess protocol ExtractConfig interface. 2009-06-25 09:08:30 +00:00
EbcDxe Replace .globl with ASM_GLOBAL 2009-05-20 10:22:09 +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 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 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 sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12 2009-07-01 00:47:09 +00:00
PCD The StringIndex should be casted to UINT16* but not UINT8*. 2009-06-04 14:56:45 +00:00
PcatRealTimeClockRuntimeDxe Fix date/time not work for the return value of RtcRead not need type convert. 2009-07-01 06:05:41 +00:00
PcatSingleSegmentPciCfg2Pei Add INF extension Information 2009-01-09 06:26:42 +00:00
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 Add INF extension Information 2009-01-09 06:26:42 +00:00
SetupBrowserDxe Correct DriverSample ConfigAcess protocol ExtractConfig interface. 2009-06-25 09:08:30 +00:00
Variable add assertion to pass K8 check. 2009-06-29 09:09:59 +00:00
WatchdogTimerDxe Update for Meta data. 2009-01-23 10:01:51 +00:00