tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / amd / cimx / sb800 / lpc.h
blobee76b43a440c10ea4653d3414ef10609966ad4bf
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2011 Advanced Micro Devices, Inc.
5 * Copyright (C) 2014 Sage Electronic Engineering, LLC
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef _SB800_LPC_H_
18 #define _SB800_LPC_H_
20 #define SPIROM_BASE_ADDRESS_REGISTER 0xA0
21 #define SPI_ROM_ENABLE 0x02
22 #define SPI_BASE_ADDRESS 0xFEC10000
24 void lpc_read_resources(device_t dev);
25 void lpc_set_resources(device_t dev);
26 void lpc_enable_childrens_resources(device_t dev);
28 #endif