coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi.c File Reference
#include <acpi/acpi.h>
#include <acpi/acpi_gnvs.h>
#include <acpi/acpigen.h>
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
#include <cpu/intel/haswell/haswell.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <device/device.h>
#include <types.h>
#include <cpu/x86/msr.h>
#include <cpu/intel/turbo.h>
#include <soc/acpi.h>
#include <soc/device_nvs.h>
#include <soc/iomap.h>
#include <soc/lpc.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <soc/systemagent.h>
#include <soc/intel/broadwell/chip.h>
Include dependency graph for acpi.c:

Go to the source code of this file.

Functions

static unsigned long acpi_fill_dmar (unsigned long current)
 
unsigned long northbridge_write_acpi_tables (const struct device *const dev, unsigned long current, struct acpi_rsdp *const rsdp)
 
size_t size_of_dnvs (void)
 

Function Documentation

◆ acpi_fill_dmar()

◆ northbridge_write_acpi_tables()

unsigned long northbridge_write_acpi_tables ( const struct device *const  dev,
unsigned long  current,
struct acpi_rsdp *const  rsdp 
)

◆ size_of_dnvs()

size_t size_of_dnvs ( void  )

Definition at line 100 of file acpi.c.