MCPcopy Create free account
hub / github.com/coreboot/coreboot / __gdb_hw_init

Function __gdb_hw_init

src/include/console/uart.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94#if CONFIG(GDB_STUB) && (ENV_ROMSTAGE_OR_BEFORE || ENV_RAMSTAGE)
95#define CONF_UART_FOR_GDB CONFIG_UART_FOR_CONSOLE
96static inline void __gdb_hw_init(void) { uart_init(CONF_UART_FOR_GDB); }
97static inline void __gdb_tx_byte(u8 data)
98{
99 uart_tx_byte(CONF_UART_FOR_GDB, data);

Callers 1

gdb_hw_initFunction · 0.85

Calls 1

uart_initFunction · 0.50

Tested by

no test coverage detected