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

Go to the source code of this file.

Functions

void print_pci_devices (void)
 
void dump_pci_device (unsigned int dev)
 
void dump_pci_devices (void)
 
void dump_spd_registers (u8 spd_map[4])
 

Function Documentation

◆ dump_pci_device()

void dump_pci_device ( unsigned int  dev)

Definition at line 27 of file debug.c.

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

Here is the call graph for this function:

◆ dump_pci_devices()

void dump_pci_devices ( void  )

Definition at line 45 of file debug.c.

References dump_pci_device(), PCI_DEV, pci_read_config32(), and PCI_VENDOR_ID.

Here is the call graph for this function:

◆ dump_spd_registers()

void dump_spd_registers ( u8  spd_map[4])

Definition at line 60 of file debug.c.

References BIOS_DEBUG, printk, and smbus_read_byte().

Here is the call graph for this function:

◆ print_pci_devices()

void print_pci_devices ( void  )

Definition at line 10 of file debug.c.

References BIOS_DEBUG, PCI_DEV, pci_read_config32(), PCI_VENDOR_ID, and printk.

Here is the call graph for this function: