blob: 14ce8a4c0f341248de7c28f856134945aa16ac22 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Paul Burtonad8783c2016-09-08 07:47:39 +01002/*
3 * Copyright (C) 2016 Imagination Technologies
Paul Burtonad8783c2016-09-08 07:47:39 +01004 */
5
6#ifndef __CONFIGS_BOSTON_H__
7#define __CONFIGS_BOSTON_H__
8
9/*
Paul Burtondc55db42017-04-30 21:22:43 +020010 * General board configuration
11 */
Paul Burtondc55db42017-04-30 21:22:43 +020012
13/*
Paul Burtonad8783c2016-09-08 07:47:39 +010014 * CPU
15 */
Paul Burtonad8783c2016-09-08 07:47:39 +010016
17/*
18 * PCI
19 */
Paul Burtonad8783c2016-09-08 07:47:39 +010020
21/*
22 * Memory map
23 */
24#ifdef CONFIG_64BIT
Tom Riniaa6e94d2022-11-16 13:10:37 -050025# define CFG_SYS_SDRAM_BASE 0xffffffff80000000
Paul Burtonad8783c2016-09-08 07:47:39 +010026#else
Tom Riniaa6e94d2022-11-16 13:10:37 -050027# define CFG_SYS_SDRAM_BASE 0x80000000
Paul Burtonad8783c2016-09-08 07:47:39 +010028#endif
29
Tom Rini65cc0e22022-11-16 13:10:41 -050030#define CFG_SYS_INIT_SP_OFFSET 0x400000
Paul Burtonad8783c2016-09-08 07:47:39 +010031
Paul Burtonad8783c2016-09-08 07:47:39 +010032/*
33 * Console
34 */
Paul Burtonad8783c2016-09-08 07:47:39 +010035
36/*
Paul Burtonad8783c2016-09-08 07:47:39 +010037 * Environment
38 */
Paul Burtonad8783c2016-09-08 07:47:39 +010039
40#endif /* __CONFIGS_BOSTON_H__ */