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

Go to the source code of this file.

Macros

#define IOAPIC_ICH4   2
 
#define IOAPIC_P64H2_BUS_B   3 /* IOAPIC 3 at 02:1c.0 */
 
#define IOAPIC_P64H2_BUS_A   4 /* IOAPIC 4 at 02:1e.0 */
 
#define INTEL_IOAPIC_NUM_INTERRUPTS   24 /* Both ICH-4 and P64-H2 */
 

Functions

unsigned long acpi_fill_madt (unsigned long current)
 

Macro Definition Documentation

◆ INTEL_IOAPIC_NUM_INTERRUPTS

#define INTEL_IOAPIC_NUM_INTERRUPTS   24 /* Both ICH-4 and P64-H2 */

Definition at line 15 of file acpi_tables.c.

◆ IOAPIC_ICH4

#define IOAPIC_ICH4   2

Definition at line 11 of file acpi_tables.c.

◆ IOAPIC_P64H2_BUS_A

#define IOAPIC_P64H2_BUS_A   4 /* IOAPIC 4 at 02:1e.0 */

Definition at line 13 of file acpi_tables.c.

◆ IOAPIC_P64H2_BUS_B

#define IOAPIC_P64H2_BUS_B   3 /* IOAPIC 3 at 02:1c.0 */

Definition at line 12 of file acpi_tables.c.

Function Documentation

◆ acpi_fill_madt()

unsigned long acpi_fill_madt ( unsigned long  current)

Definition at line 17 of file acpi_tables.c.