coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi.c File Reference
#include <types.h>
#include <console/console.h>
#include <commonlib/helpers.h>
#include <acpi/acpi.h>
#include <device/device.h>
#include <device/pci_ops.h>
#include "haswell.h"
#include <southbridge/intel/lynxpoint/pch.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)
 

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 
)