coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pmc.c File Reference
#include <acpi/acpi.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <device/device.h>
#include <device/mmio.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <intelblocks/pmc.h>
#include <soc/iomap.h>
#include <soc/pm.h>
#include <soc/pmc.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
Include dependency graph for pmc.c:

Go to the source code of this file.

Functions

static void pch_power_options (struct device *dev)
 
int pmc_soc_get_resources (struct pmc_resource_config *cfg)
 
static void pch_set_acpi_mode (void)
 
void pmc_soc_init (struct device *dev)
 

Function Documentation

◆ pch_power_options()

static void pch_power_options ( struct device dev)
static

Definition at line 18 of file pmc.c.

Referenced by pmc_soc_init().

Here is the caller graph for this function:

◆ pch_set_acpi_mode()

static void pch_set_acpi_mode ( void  )
static

Definition at line 33 of file pmc.c.

References acpi_is_wakeup_s3(), APM_CNT_ACPI_DISABLE, and apm_control().

Referenced by pmc_soc_init().

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

◆ pmc_soc_get_resources()

◆ pmc_soc_init()