coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
debug.c File Reference
#include "debug.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

void dump (u8 *addr, u32 len)
 

Variables

u32 debug_flags = 0
 

Function Documentation

◆ dump()

void dump ( u8 addr,
u32  len 
)

Definition at line 40 of file debug.c.

References addr, clr_ci(), printf, set_ci(), and x.

Here is the call graph for this function:

Variable Documentation

◆ debug_flags

u32 debug_flags = 0

Definition at line 37 of file debug.c.

Referenced by biosemu().