coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
debug.c File Reference
#include <console/console.h>
#include <device/pci_ops.h>
#include <device/smbus_host.h>
#include <spd.h>
#include "raminit.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

void dump_spd_registers (void)
 
void dump_pci_device (unsigned int dev)
 

Function Documentation

◆ dump_pci_device()

void dump_pci_device ( unsigned int  dev)

Definition at line 38 of file debug.c.

References BIOS_DEBUG, pci_read_config8(), printk, and val.

Referenced by dump_pci_devices().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dump_spd_registers()

void dump_spd_registers ( void  )

Definition at line 9 of file debug.c.

References BIOS_DEBUG, device, DIMM0, DIMM_SOCKETS, printk, and smbus_read_byte().

Here is the call graph for this function: