thermosphere: gdb: add debugManagerInit

This commit is contained in:
TuxSH
2020-01-31 02:53:40 +00:00
parent cf0b052590
commit e4de512e6f
7 changed files with 85 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ void thermosphereMain(ExceptionStackFrame *frame, u64 pct)
transportInterfaceInitLayer();
debugLogInit();
test();
debugManagerInit(TRANSPORT_INTERFACE_TYPE_UART, DEFAULT_UART, DEFAULT_UART_FLAGS);
DEBUG("EL2: core %u reached main first!\n", currentCoreCtx->coreId);
}