Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Application/Shell/ConsoleLogger.c
- Timestamp:
- Aug 12, 2020 4:09:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139865
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Application/Shell/ConsoleLogger.c
r80721 r85718 311 311 312 312 // 313 // Find the first char with a different a rrribute and make that temporarily NULL313 // Find the first char with a different attribute and make that temporarily NULL 314 314 // so we can do fewer printout statements. (later) restore that one and we will 315 // start at that col lumn on the next loop.315 // start at that column on the next loop. 316 316 // 317 317 StringSegmentEndChar = CHAR_NULL; … … 396 396 397 397 /** 398 Reset the text output device hardware and optional y run diagnostics398 Reset the text output device hardware and optionally run diagnostics 399 399 400 400 @param This pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL … … 724 724 725 725 // 726 // restore the temp NULL terminator to it 's original character726 // restore the temp NULL terminator to its original character 727 727 // 728 728 *((CHAR16*)(Walker+1)) = TempChar; … … 771 771 772 772 // 773 // restore the temp NULL terminator to it 's original character773 // restore the temp NULL terminator to its original character 774 774 // 775 775 *((CHAR16*)(Walker+1)) = TempChar; … … 1190 1190 @param[in] ConsoleInfo The pointer to the instance of the console logger information. 1191 1191 1192 This will be used when a mode has changed or a reset oc urred to verify all1192 This will be used when a mode has changed or a reset occurred to verify all 1193 1193 history buffers. 1194 1194 **/
Note:
See TracChangeset
for help on using the changeset viewer.