coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
upd_display.c File Reference
#include <console/console.h>
#include <fsp/util.h>
#include <lib.h>
Include dependency graph for upd_display.c:

Go to the source code of this file.

Macros

#define DUMP_UPD(old, new, field)    fsp_display_upd_value(#field, sizeof(old->field), old->field, new->field)
 

Functions

void soc_display_fspm_upd_params (const FSPM_UPD *fspm_old_upd, const FSPM_UPD *fspm_new_upd)
 
void soc_display_fsps_upd_params (const FSPS_UPD *fsps_old_upd, const FSPS_UPD *fsps_new_upd)
 

Macro Definition Documentation

◆ DUMP_UPD

#define DUMP_UPD (   old,
  new,
  field 
)     fsp_display_upd_value(#field, sizeof(old->field), old->field, new->field)

Definition at line 7 of file upd_display.c.

Function Documentation

◆ soc_display_fspm_upd_params()

void soc_display_fspm_upd_params ( const FSPM_UPD *  fspm_old_upd,
const FSPM_UPD *  fspm_new_upd 
)

Definition at line 11 of file upd_display.c.

References BIOS_DEBUG, BIOS_SPEW, DUMP_UPD, FSP_M_CONFIG, hexdump(), and printk.

Here is the call graph for this function:

◆ soc_display_fsps_upd_params()

void soc_display_fsps_upd_params ( const FSPS_UPD *  fsps_old_upd,
const FSPS_UPD *  fsps_new_upd 
)

Definition at line 31 of file upd_display.c.

References BIOS_DEBUG, BIOS_SPEW, DUMP_UPD, hexdump(), and printk.

Referenced by fsp_debug_before_silicon_init().

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