58d83e5f144f5e81b8ea18dc4dde472eb50fe1af
[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
17 /*
18  * TEXT_BASE needs to be below 16MiB, since this area is scrubbed
19  * for DDR ECC byte filling in the SPL before loading the main
20  * U-Boot into it.
21  */
22
23 /*
24  * SATA/SCSI/AHCI configuration
25  */
26 #define CONFIG_SCSI_AHCI_PLAT
27 #define CONFIG_SYS_SCSI_MAX_SCSI_ID     2
28 #define CONFIG_SYS_SCSI_MAX_LUN         1
29 #define CONFIG_SYS_SCSI_MAX_DEVICE      (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
30                                          CONFIG_SYS_SCSI_MAX_LUN)
31
32 /* USB/EHCI configuration */
33 #define CONFIG_EHCI_IS_TDI
34
35 /* Environment in SPI NOR flash */
36
37 #define PHY_ANEG_TIMEOUT        8000    /* PHY needs a longer aneg time */
38
39 /* PCIe support */
40 #ifndef CONFIG_SPL_BUILD
41 #define CONFIG_PCI_SCAN_SHOW
42 #endif
43
44 /*
45  * Software (bit-bang) MII driver configuration
46  */
47 #define CONFIG_BITBANGMII_MULTI
48
49 /* SPL */
50 /*
51  * Select the boot device here
52  *
53  * Currently supported are:
54  * SPL_BOOT_SPI_NOR_FLASH       - Booting via SPI NOR flash
55  * SPL_BOOT_SDIO_MMC_CARD       - Booting via SDIO/MMC card (partition 1)
56  */
57 #define SPL_BOOT_SPI_NOR_FLASH          1
58 #define SPL_BOOT_SDIO_MMC_CARD          2
59 #define CONFIG_SPL_BOOT_DEVICE          SPL_BOOT_SPI_NOR_FLASH
60
61 /* Defines for SPL */
62 #define CONFIG_SPL_SIZE                 (160 << 10)
63
64 #if defined(CONFIG_SECURED_MODE_IMAGE)
65 #define CONFIG_SPL_MAX_SIZE             (CONFIG_SPL_SIZE - 0x2614)
66 #else
67 #define CONFIG_SPL_MAX_SIZE             (CONFIG_SPL_SIZE - 0x30)
68 #endif
69
70 #define CONFIG_SPL_BSS_START_ADDR       (0x40000000 + CONFIG_SPL_SIZE)
71 #define CONFIG_SPL_BSS_MAX_SIZE         (16 << 10)
72
73 #ifdef CONFIG_SPL_BUILD
74 #define CONFIG_SYS_MALLOC_SIMPLE
75 #endif
76
77 #define CONFIG_SPL_STACK                (0x40000000 + ((212 - 16) << 10))
78 #define CONFIG_SPL_BOOTROM_SAVE         (CONFIG_SPL_STACK + 4)
79
80 #define CONFIG_SPL_LIBCOMMON_SUPPORT
81 #define CONFIG_SPL_LIBGENERIC_SUPPORT
82 #define CONFIG_SPL_I2C
83
84 #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD
85 /* SPL related MMC defines */
86 #define CONFIG_SPL_MMC_SUPPORT
87 #ifdef CONFIG_SPL_BUILD
88 #define CONFIG_FIXED_SDHCI_ALIGNED_BUFFER       0x00180000      /* in SDRAM */
89 #endif
90 #endif
91
92 /*
93  * Environment Configuration
94  */
95
96 #define CONFIG_HOSTNAME         "ccdc"
97 #define CONFIG_ROOTPATH         "/opt/nfsroot"
98 #define CONFIG_BOOTFILE         "ccdc.img"
99
100 #define CONFIG_EXTRA_ENV_SETTINGS                                               \
101         "netdev=eth1\0"                                         \
102         "consoledev=ttyS1\0"                                                    \
103         "u-boot=u-boot.bin\0"                                                   \
104         "bootfile_addr=1000000\0"                                               \
105         "keyprogram_addr=3000000\0"                                             \
106         "keyprogram_file=keyprogram.img\0"                                              \
107         "fdtfile=controlcenterdc.dtb\0"                                         \
108         "load=tftpboot ${loadaddr} ${u-boot}\0"                                 \
109         "mmcdev=0:2\0"                                                          \
110         "update=sf probe 1:0;"                                                  \
111                 " sf erase 0 +${filesize};"                                     \
112                 " sf write ${fileaddr} 0 ${filesize}\0"                         \
113         "upd=run load update\0"                                                 \
114         "fdt_high=0x10000000\0"                                                 \
115         "initrd_high=0x10000000\0"                                              \
116         "loadkeyprogram=tpm flush_keys;"                                        \
117                 " mmc rescan;"                                                  \
118                 " ext4load mmc ${mmcdev} ${keyprogram_addr} ${keyprogram_file};"\
119                 " source ${keyprogram_addr}:script@1\0"                         \
120         "gpio1=gpio@22_25\0"                                                    \
121         "gpio2=A29\0"                                                           \
122         "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 "    \
123                   "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"  \
124         "bootfail=for i in ${blinkseq}; do"                                     \
125                 " if test $i -eq 0; then"                                       \
126                 " gpio clear ${gpio1}; gpio set ${gpio2};"                      \
127                 " elif test $i -eq 1; then"                                     \
128                 " gpio clear ${gpio1}; gpio clear ${gpio2};"                    \
129                 " elif test $i -eq 2; then"                                     \
130                 " gpio set ${gpio1}; gpio set ${gpio2};"                        \
131                 " else;"                                                        \
132                 " gpio clear ${gpio1}; gpio set ${gpio2};"                      \
133                 " fi; sleep 0.12; done\0"
134
135 #define NFSBOOTCOMMAND                                                          \
136         "setenv bootargs root=/dev/nfs rw "                                             \
137         "nfsroot=${serverip}:${rootpath} "                                              \
138         "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off "   \
139         "console=${consoledev},${baudrate} ${othbootargs}; "                            \
140         "tftpboot ${bootfile_addr} ${bootfile}; "                                               \
141         "bootm ${bootfile_addr}"
142
143 #define MMCBOOTCOMMAND                                  \
144         "setenv bootargs root=/dev/mmcblk0p3 rw rootwait "      \
145         "console=${consoledev},${baudrate} ${othbootargs}; "    \
146         "ext2load mmc 0:2 ${bootfile_addr} ${bootfile}; "       \
147         "bootm ${bootfile_addr}"
148
149 #define CONFIG_BOOTCOMMAND                      \
150         "if env exists keyprogram; then;"       \
151         " setenv keyprogram; run nfsboot;"      \
152         " fi;"                                  \
153         " run dobootfail"
154
155 /*
156  * mv-common.h should be defined after CMD configs since it used them
157  * to enable certain macros
158  */
159 #include "mv-common.h"
160
161 #endif /* _CONFIG_CONTROLCENTERDC_H */