]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/aspenite.h
f4cf1c0980c142f559c4cc728910813fd1d55e44
[thirdparty/u-boot.git] / include / configs / aspenite.h
1 /*
2 * (C) Copyright 2010
3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 * Contributor: Mahavir Jain <mjain@marvell.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_ASPENITE_H
11 #define __CONFIG_ASPENITE_H
12
13 /*
14 * Generic board support
15 */
16 #define CONFIG_SYS_GENERIC_BOARD
17
18 /*
19 * Version number information
20 */
21 #define CONFIG_IDENT_STRING "\nMarvell-Aspenite DB"
22
23 /*
24 * High Level Configuration Options
25 */
26 #define CONFIG_SHEEVA_88SV331xV5 1 /* CPU Core subversion */
27 #define CONFIG_ARMADA100 1 /* SOC Family Name */
28 #define CONFIG_ARMADA168 1 /* SOC Used on this Board */
29 #define CONFIG_MACH_ASPENITE /* Machine type */
30 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
31
32 /*
33 * There is no internal RAM in ARMADA100, using DRAM
34 * TBD: dcache to be used for this
35 */
36 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
37 #define CONFIG_NR_DRAM_BANKS_MAX 2
38
39 /*
40 * Commands configuration
41 */
42 #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
43 #include <config_cmd_default.h>
44 #define CONFIG_CMD_I2C
45 #undef CONFIG_CMD_NFS
46 /*
47 * mv-common.h should be defined after CMD configs since it used them
48 * to enable certain macros
49 */
50 #include "mv-common.h"
51 #undef CONFIG_ARCH_MISC_INIT
52
53 /*
54 * Environment variables configurations
55 */
56 #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */
57 #define CONFIG_ENV_SIZE 0x20000 /* 64k */
58
59 #endif /* __CONFIG_ASPENITE_H */