It primarily contains definitions for MMIO windows. Change-Id: I8cd639c8c7d400a5bfd73735113dd27dd6f948e6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45385 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
12 lines
308 B
C
12 lines
308 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#ifndef PINEVIEW_MEMMAP_H
|
|
#define PINEVIEW_MEMMAP_H
|
|
|
|
#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
|
|
#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
|
|
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
|
|
#define DEFAULT_PMIOBAR 0x00000400
|
|
|
|
#endif /* PINEVIEW_MEMMAP_H */
|