edd8749d74f7edd192217f8e5bd4f5e16301ef38
[platform/kernel/u-boot.git] / include / configs / controlcenterdc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2014 Stefan Roese <sr@denx.de>
4  * Copyright (C) 2016 Mario Six <mario.six@gdsys.cc>
5  */
6
7 #ifndef _CONFIG_CONTROLCENTERDC_H
8 #define _CONFIG_CONTROLCENTERDC_H
9
10 /*
11  * High Level Configuration Options (easy to change)
12  */
13 #define CONFIG_CUSTOMER_BOARD_SUPPORT
14
15 #define CONFIG_SKIP_LOWLEVEL_INIT       /* disable board lowlevel_init */
16 #define CONFIG_BOARD_LATE_INIT
17
18 /*
19  * TEXT_BASE needs to be below 16MiB, since this area is scrubbed
20  * for DDR ECC byte filling in the SPL before loading the main
21  * U-Boot into it.
22  */
23
24 #define CONFIG_SYS_TCLK         250000000       /* 250MHz */
25
26 #define CONFIG_LOADADDR                 1000000
27
28 /*
29  * SDIO/MMC Card Configuration
30  */
31 #define CONFIG_SYS_MMC_BASE             MVEBU_SDIO_BASE
32
33 /*
34  * SATA/SCSI/AHCI configuration
35  */
36 #define CONFIG_SCSI_AHCI_PLAT
37 #define CONFIG_SYS_SCSI_MAX_SCSI_ID     2
38 #define CONFIG_SYS_SCSI_MAX_LUN         1
39 #define CONFIG_SYS_SCSI_MAX_DEVICE      (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
40                                          CONFIG_SYS_SCSI_MAX_LUN)
41
42 /* USB/EHCI configuration */
43 #define CONFIG_EHCI_IS_TDI
44
45 /* Environment in SPI NOR flash */
46 #define CONFIG_ENV_SPI_BUS              1
47 #define CONFIG_ENV_OFFSET               (1 << 20) /* 1MiB in */
48 #define CONFIG_ENV_SIZE                 (64 << 10) /* 64KiB */
49 #define CONFIG_ENV_SECT_SIZE            (256 << 10) /* 256KiB sectors */
50
51 #define PHY_ANEG_TIMEOUT        8000    /* PHY needs a longer aneg time */
52
53 /* PCIe support */
54 #ifndef CONFIG_SPL_BUILD
55 #define CONFIG_PCI_SCAN_SHOW
56 #endif
57
58 /*
59  * Software (bit-bang) MII driver configuration
60  */
61 #define CONFIG_BITBANGMII               /* bit-bang MII PHY management */
62 #define CONFIG_BITBANGMII_MULTI
63
64 /* SPL */
65 /*
66  * Select the boot device here
67  *
68  * Currently supported are:
69  * SPL_BOOT_SPI_NOR_FLASH       - Booting via SPI NOR flash
70  * SPL_BOOT_SDIO_MMC_CARD       - Booting via SDIO/MMC card (partition 1)
71  */
72 #define SPL_BOOT_SPI_NOR_FLASH          1
73 #define SPL_BOOT_SDIO_MMC_CARD          2
74 #define CONFIG_SPL_BOOT_DEVICE          SPL_BOOT_SPI_NOR_FLASH
75
76 /* Defines for SPL */
77 #define CONFIG_SPL_SIZE                 (160 << 10)
78
79 #if defined(CONFIG_SECURED_MODE_IMAGE)
80 #define CONFIG_SPL_TEXT_BASE            0x40002614
81 #define CONFIG_SPL_MAX_SIZE             (CONFIG_SPL_SIZE - 0x2614)
82 #else
83 #define CONFIG_SPL_TEXT_BASE            0x40000030
84 #define CONFIG_SPL_MAX_SIZE             (CONFIG_SPL_SIZE - 0x30)
85 #endif
86
87 #define CONFIG_SPL_BSS_START_ADDR       (0x40000000 + CONFIG_SPL_SIZE)
88 #define CONFIG_SPL_BSS_MAX_SIZE         (16 << 10)
89
90 #ifdef CONFIG_SPL_BUILD
91 #define CONFIG_SYS_MALLOC_SIMPLE
92 #endif
93
94 #define CONFIG_SPL_STACK                (0x40000000 + ((212 - 16) << 10))
95 #define CONFIG_SPL_BOOTROM_SAVE         (CONFIG_SPL_STACK + 4)
96
97 #define CONFIG_SPL_LIBCOMMON_SUPPORT
98 #define CONFIG_SPL_LIBGENERIC_SUPPORT
99 #define CONFIG_SPL_I2C_SUPPORT
100
101 #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SPI_NOR_FLASH
102 /* SPL related SPI defines */
103 #define CONFIG_SYS_SPI_U_BOOT_OFFS      0x30000
104 #define CONFIG_SYS_U_BOOT_OFFS          CONFIG_SYS_SPI_U_BOOT_OFFS
105 #endif
106
107 #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD
108 /* SPL related MMC defines */
109 #define CONFIG_SPL_MMC_SUPPORT
110 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 1
111 #define CONFIG_SYS_MMC_U_BOOT_OFFS              (168 << 10)
112 #define CONFIG_SYS_U_BOOT_OFFS                  CONFIG_SYS_MMC_U_BOOT_OFFS
113 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR (CONFIG_SYS_U_BOOT_OFFS / 512)
114 #ifdef CONFIG_SPL_BUILD
115 #define CONFIG_FIXED_SDHCI_ALIGNED_BUFFER       0x00180000      /* in SDRAM */
116 #endif
117 #endif
118
119 /*
120  * Environment Configuration
121  */
122 #define CONFIG_ENV_OVERWRITE
123
124 #define CONFIG_BAUDRATE 115200
125
126 #define CONFIG_HOSTNAME         "ccdc"
127 #define CONFIG_ROOTPATH         "/opt/nfsroot"
128 #define CONFIG_BOOTFILE         "ccdc.img"
129
130 #define CONFIG_PREBOOT          /* enable preboot variable */
131
132 #define CONFIG_EXTRA_ENV_SETTINGS                                               \
133         "netdev=eth1\0"                                         \
134         "consoledev=ttyS1\0"                                                    \
135         "u-boot=u-boot.bin\0"                                                   \
136         "bootfile_addr=1000000\0"                                               \
137         "keyprogram_addr=3000000\0"                                             \
138         "keyprogram_file=keyprogram.img\0"                                              \
139         "fdtfile=controlcenterdc.dtb\0"                                         \
140         "load=tftpboot ${loadaddr} ${u-boot}\0"                                 \
141         "mmcdev=0:2\0"                                                          \
142         "update=sf probe 1:0;"                                                  \
143                 " sf erase 0 +${filesize};"                                     \
144                 " sf write ${fileaddr} 0 ${filesize}\0"                         \
145         "upd=run load update\0"                                                 \
146         "fdt_high=0x10000000\0"                                                 \
147         "initrd_high=0x10000000\0"                                              \
148         "loadkeyprogram=tpm flush_keys;"                                        \
149                 " mmc rescan;"                                                  \
150                 " ext4load mmc ${mmcdev} ${keyprogram_addr} ${keyprogram_file};"\
151                 " source ${keyprogram_addr}:script@1\0"                         \
152         "gpio1=gpio@22_25\0"                                                    \
153         "gpio2=A29\0"                                                           \
154         "blinkseq='0 0 0 0 2 0 2 2 3 1 3 1 0 0 2 2 3 1 3 3 2 0 2 2 3 1 1 1 "    \
155                   "2 0 2 2 3 1 3 1 0 0 2 0 3 3 3 1 2 0 0 0 3 1 1 1 0 0 0 0'\0"  \
156         "bootfail=for i in ${blinkseq}; do"                                     \
157                 " if test $i -eq 0; then"                                       \
158                 " gpio clear ${gpio1}; gpio set ${gpio2};"                      \
159                 " elif test $i -eq 1; then"                                     \
160                 " gpio clear ${gpio1}; gpio clear ${gpio2};"                    \
161                 " elif test $i -eq 2; then"                                     \
162                 " gpio set ${gpio1}; gpio set ${gpio2};"                        \
163                 " else;"                                                        \
164                 " gpio clear ${gpio1}; gpio set ${gpio2};"                      \
165                 " fi; sleep 0.12; done\0"
166
167 #define CONFIG_NFSBOOTCOMMAND                                                           \
168         "setenv bootargs root=/dev/nfs rw "                                             \
169         "nfsroot=${serverip}:${rootpath} "                                              \
170         "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off "   \
171         "console=${consoledev},${baudrate} ${othbootargs}; "                            \
172         "tftpboot ${bootfile_addr} ${bootfile}; "                                               \
173         "bootm ${bootfile_addr}"
174
175 #define CONFIG_MMCBOOTCOMMAND                                   \
176         "setenv bootargs root=/dev/mmcblk0p3 rw rootwait "      \
177         "console=${consoledev},${baudrate} ${othbootargs}; "    \
178         "ext2load mmc 0:2 ${bootfile_addr} ${bootfile}; "       \
179         "bootm ${bootfile_addr}"
180
181 #define CONFIG_BOOTCOMMAND                      \
182         "if env exists keyprogram; then;"       \
183         " setenv keyprogram; run nfsboot;"      \
184         " fi;"                                  \
185         " run dobootfail"
186
187 /*
188  * mv-common.h should be defined after CMD configs since it used them
189  * to enable certain macros
190  */
191 #include "mv-common.h"
192
193 #endif /* _CONFIG_CONTROLCENTERDC_H */