global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / kmcoge5ne.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012
4  * Holger Brunck, Keymile GmbH Hannover, <holger.brunck@keymile.com>
5  * Christian Herzig, Keymile AG Switzerland, <christian.herzig@keymile.com>
6  */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define NAND_MAX_CHIPS                          1
12 #define CFG_SYS_NAND_BASE CFG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
13
14 /* include common defines/options for all Keymile boards */
15 #include "km/km-mpc83xx.h"
16 #include "km/km-mpc8360.h"
17
18 /**
19  * KMCOGE5NE has 512 MB RAM
20  */
21 #define CFG_SYS_DDR_CS0_CONFIG (\
22         CSCONFIG_EN | \
23         CSCONFIG_AP | \
24         CSCONFIG_ODT_WR_ONLY_CURRENT | \
25         CSCONFIG_BANK_BIT_3 | \
26         CSCONFIG_ROW_BIT_13 | \
27         CSCONFIG_COL_BIT_10)
28
29 /* enable POST tests */
30 #define CFG_POST (CFG_SYS_POST_MEMORY|CFG_SYS_POST_MEM_REGIONS)
31 #define CFG_POST_EXTERNAL_WORD_FUNCS /* use own functions, not generic */
32 #define CPM_POST_WORD_ADDR  CONFIG_SYS_MEMTEST_END
33 #define CONFIG_TESTPIN_REG  gprt3       /* for kmcoge5ne */
34 #define CONFIG_TESTPIN_MASK 0x20        /* for kmcoge5ne */
35
36 #endif /* CONFIG */