printk_init.c File Reference

#include <stdarg.h>
#include <console/loglevel.h>

Include dependency graph for printk_init.c:

Go to the source code of this file.

Defines

#define DEFAULT_MESSAGE_LOGLEVEL   4
#define console_loglevel   ASM_CONSOLE_LOGLEVEL

Functions

int vtxprintf (void(*)(unsigned char), const char *, va_list)
void uart8250_tx_byte (unsigned, unsigned char)
void console_tx_byte (unsigned char byte)
int do_printk (int msg_level, const char *fmt,...)


Define Documentation

#define console_loglevel   ASM_CONSOLE_LOGLEVEL

Definition at line 19 of file printk_init.c.

Referenced by console_init(), do_printk(), and smi_handler().

#define DEFAULT_MESSAGE_LOGLEVEL   4

Definition at line 12 of file printk_init.c.


Function Documentation

void console_tx_byte ( unsigned char  byte  ) 

Definition at line 25 of file printk_init.c.

Referenced by do_printk().

Here is the caller graph for this function:

int do_printk ( int  msg_level,
const char *  fmt,
  ... 
)

Definition at line 32 of file printk_init.c.

void uart8250_tx_byte ( unsigned  ,
unsigned  char 
)

Definition at line 40 of file uart8250.c.

Referenced by _outbyte(), console_tx_byte(), and ttyS0_tx_byte().

Here is the caller graph for this function:

int vtxprintf ( void(*)(unsigned char)  ,
const char *  ,
va_list   
)

Referenced by do_printk(), and vsprintf().

Here is the caller graph for this function:


Generated on Mon Dec 29 10:56:07 2008 for coreboot by  doxygen 1.5.5