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

Go to the source code of this file.

Functions

static void dmi_recipe (void)
 
void early_init_dmi (void)
 

Function Documentation

◆ dmi_recipe()

static void dmi_recipe ( void  )
static

Definition at line 9 of file early_dmi.c.

References cpu_get_cpuid(), cpuid, dmibar_clrbits32, dmibar_clrsetbits32(), dmibar_read32(), dmibar_setbits32, dmibar_write32(), DMIL0SLAT, and IS_IVY_CPU.

Referenced by early_init_dmi().

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

◆ early_init_dmi()

void early_init_dmi ( void  )