blob: 6cced829498b2a7bc8da23da027b2e7ab6ed18c4 [file] [log] [blame]
Damien Zammit62477932015-05-03 21:34:38 +10001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
5 *
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; either version 2 of
9 * the License, or (at your option) any later version.
10 *
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.
15 */
16
17#ifndef PINEVIEW_IOMAP_H
18#define PINEVIEW_IOMAP_H
19
20/* 4 KB per PCIe device */
21#define DEFAULT_PCIEXBAR CONFIG_MMCONF_BASE_ADDRESS
22
23#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
24#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
25#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
26
27#endif /* PINEVIEW_IOMAP_H */