crossgcc: Change 'tar balls' to 'tarballs'
[coreboot.git] / src / mainboard / intel / d945gclf / acpi_tables.c
blob677ebcf12cae261c858d71af37ca1fc169cb1612
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2007-2009 coresystems GmbH
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #include <types.h>
17 #include <string.h>
18 #include <console/console.h>
19 #include <arch/acpi.h>
20 #include <arch/acpigen.h>
21 #include <arch/smp/mpspec.h>
22 #include <device/device.h>
23 #include <device/pci.h>
24 #include <device/pci_ids.h>
25 #include <cpu/x86/msr.h>
26 #include <arch/ioapic.h>
28 #include "southbridge/intel/i82801gx/nvs.h"
30 void acpi_create_gnvs(global_nvs_t *gnvs)