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

Go to the source code of this file.

Macros

#define dramc_err(_x_...)   printk(BIOS_ERR, _x_)
 
#define dramc_info(_x_...)   printk(BIOS_INFO, _x_)
 
#define dramc_show   dramc_info
 
#define dramc_dbg(_x_...)
 

Macro Definition Documentation

◆ dramc_dbg

#define dramc_dbg (   _x_...)
Value:
do { \
if (CONFIG(DEBUG_RAM_SETUP)) \
printk(BIOS_INFO, _x_); \
} while (0)
@ CONFIG
Definition: dsi_common.h:201
#define BIOS_INFO
BIOS_INFO - Expected events.
Definition: loglevel.h:113

Definition at line 11 of file dramc_common.h.

◆ dramc_err

#define dramc_err (   _x_...)    printk(BIOS_ERR, _x_)

Definition at line 8 of file dramc_common.h.

◆ dramc_info

#define dramc_info (   _x_...)    printk(BIOS_INFO, _x_)

Definition at line 9 of file dramc_common.h.

◆ dramc_show

#define dramc_show   dramc_info

Definition at line 10 of file dramc_common.h.