tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / packardbell / ms2290 / acpi_tables.c
blob70719e898fefdf6601964bfa0dd50f6322d71278
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2007-2009 coresystems GmbH
5 * Copyright (C) 2013 Vladimir Serbinenko <phcoder@gmail.com>
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; version 2 of
10 * the License.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
18 #include <string.h>
19 #include <console/console.h>
20 #include <arch/io.h>
21 #include <arch/ioapic.h>
22 #include <arch/acpi.h>
23 #include <arch/acpigen.h>
24 #include <arch/smp/mpspec.h>
25 #include <device/device.h>
26 #include <device/pci.h>
27 #include <device/pci_ids.h>
28 #include "southbridge/intel/ibexpeak/nvs.h"
30 void acpi_create_gnvs(global_nvs_t * gnvs)