coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
qemu_debugcon.h File Reference
#include <stdint.h>
Include dependency graph for qemu_debugcon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void qemu_debugcon_init (void)
 
void qemu_debugcon_tx_byte (unsigned char data)
 
static void __qemu_debugcon_init (void)
 
static void __qemu_debugcon_tx_byte (u8 data)
 

Function Documentation

◆ __qemu_debugcon_init()

static void __qemu_debugcon_init ( void  )
inlinestatic

Definition at line 17 of file qemu_debugcon.h.

Referenced by console_hw_init().

Here is the caller graph for this function:

◆ __qemu_debugcon_tx_byte()

static void __qemu_debugcon_tx_byte ( u8  data)
inlinestatic

Definition at line 18 of file qemu_debugcon.h.

Referenced by console_interactive_tx_byte().

Here is the caller graph for this function:

◆ qemu_debugcon_init()

void qemu_debugcon_init ( void  )

Definition at line 9 of file qemu_debugcon.c.

References BIOS_INFO, inb(), printk, and qemu_debugcon_detected.

Here is the call graph for this function:

◆ qemu_debugcon_tx_byte()

void qemu_debugcon_tx_byte ( unsigned char  data)

Definition at line 18 of file qemu_debugcon.c.

References outb(), and qemu_debugcon_detected.

Here is the call graph for this function: