coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi.h File Reference
#include <acpi/acpi.h>
Include dependency graph for acpi.h:

Go to the source code of this file.

Data Structures

struct  MEM_BLK
 

Macros

#define MEM_BLK_COUNT   0x140
 

Enumerations

enum  acpi_cstate_mode { CSTATES_ALL = 0 , CSTATES_C1C6 }
 Select C-state map set in config cstate_states. More...
 

Functions

unsigned long northbridge_write_acpi_tables (const struct device *device, unsigned long current, struct acpi_rsdp *rsdp)
 
void uncore_inject_dsdt (const struct device *device)
 
unsigned long xeonsp_acpi_create_madt_lapics (unsigned long current)
 

Macro Definition Documentation

◆ MEM_BLK_COUNT

#define MEM_BLK_COUNT   0x140

Definition at line 16 of file acpi.h.

Enumeration Type Documentation

◆ acpi_cstate_mode

Select C-state map set in config cstate_states.

Enumerator
CSTATES_ALL 
CSTATES_C1C6 

Definition at line 11 of file acpi.h.

Function Documentation

◆ northbridge_write_acpi_tables()

◆ uncore_inject_dsdt()

◆ xeonsp_acpi_create_madt_lapics()

unsigned long xeonsp_acpi_create_madt_lapics ( unsigned long  current)