Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ serial_putcmd
Function
serial_putcmd
payloads/libpayload/drivers/serial/serial.c:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
#define VT100_SET_COLOR
"\e[3%d;4%dm"
53
54
static void serial_putcmd(const char *str)
55
{
56
while (*str)
57
serial_putchar(*(str++));
58
}
59
60
void serial_clear(void)
61
{
Callers
10
serial_clear
Function · 0.85
serial_start_bold
Function · 0.85
serial_end_bold
Function · 0.85
serial_start_reverse
Function · 0.85
serial_end_reverse
Function · 0.85
serial_start_altcharset
Function · 0.85
serial_end_altcharset
Function · 0.85
serial_set_color
Function · 0.85
serial_set_cursor
Function · 0.85
serial_cursor_enable
Function · 0.85
Calls
1
serial_putchar
Function · 0.70
Tested by
no test coverage detected