coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lockdown.c File Reference
#include <device/mmio.h>
#include <intelblocks/cfg.h>
#include <intelblocks/pmclib.h>
#include <intelpch/lockdown.h>
#include <soc/pm.h>
Include dependency graph for lockdown.c:

Go to the source code of this file.

Functions

static void pmc_lockdown_config (void)
 
void soc_lockdown_config (int chipset_lockdown)
 

Function Documentation

◆ pmc_lockdown_config()

static void pmc_lockdown_config ( void  )
static

Definition at line 9 of file lockdown.c.

References pmc_global_reset_disable_and_lock(), pmc_mmio_regs(), PMSYNC_LOCK, PMSYNC_TPR_CFG, read32(), and write32().

Referenced by soc_lockdown_config().

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

◆ soc_lockdown_config()

void soc_lockdown_config ( int  chipset_lockdown)

Definition at line 24 of file lockdown.c.

References pmc_lockdown_config().

Here is the call graph for this function: