blob: 70719e898fefdf6601964bfa0dd50f6322d71278 [file] [log] [blame]
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2007-2009 coresystems GmbH
5 * Copyright (C) 2013 Vladimir Serbinenko <phcoder@gmail.com>
6 *
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.
11 *
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.
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +010016 */
17
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"
29
Vladimir Serbinenko35c0f432014-09-02 22:25:36 +020030void acpi_create_gnvs(global_nvs_t * gnvs)
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +010031{
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +010032}