Initialize console without error reporting and allow serial port configuration to be passed via EFI shell
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -22,13 +22,16 @@ EXTERN EFI_SYSTEM_TABLE *EfiSystemTable;
|
||||
/* Serial port configuration */
|
||||
EXTERN CPPORT EfiSerialPort;
|
||||
|
||||
EFI_STATUS
|
||||
BlComPortInitialize();
|
||||
|
||||
VOID
|
||||
BlComPortPutChar(IN USHORT Character);
|
||||
|
||||
VOID
|
||||
BlConsoleClearScreen();
|
||||
|
||||
EFI_STATUS
|
||||
VOID
|
||||
BlConsoleInitialize();
|
||||
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user