Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into...
[platform/kernel/u-boot.git] / include / configs / m53menlo.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 /*
4  * Menlosystems M53Menlo configuration
5  * Copyright (C) 2012-2017 Marek Vasut <marex@denx.de>
6  * Copyright (C) 2014-2017 Olaf Mandel <o.mandel@menlosystems.com>
7  */
8
9 #ifndef __M53MENLO_CONFIG_H__
10 #define __M53MENLO_CONFIG_H__
11
12 #include <asm/arch/imx-regs.h>
13
14 #define CONFIG_TIMESTAMP                /* Print image info with timestamp */
15
16 /*
17  * Memory configurations
18  */
19 #define PHYS_SDRAM_1                    CSD0_BASE_ADDR
20 #define PHYS_SDRAM_1_SIZE               (gd->bd->bi_dram[0].size)
21 #define PHYS_SDRAM_2                    CSD1_BASE_ADDR
22 #define PHYS_SDRAM_2_SIZE               (gd->bd->bi_dram[1].size)
23 #define PHYS_SDRAM_SIZE                 (gd->ram_size)
24
25 #define CONFIG_SYS_SDRAM_BASE           (PHYS_SDRAM_1)
26 #define CONFIG_SYS_INIT_RAM_ADDR        (IRAM_BASE_ADDR)
27 #define CONFIG_SYS_INIT_RAM_SIZE        (IRAM_SIZE)
28
29 #define CONFIG_SYS_INIT_SP_OFFSET \
30         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
31 #define CONFIG_SYS_INIT_SP_ADDR \
32         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
33
34 /*
35  * U-Boot general configurations
36  */
37 #define CONFIG_SYS_CBSIZE       1024            /* Console I/O buffer size */
38 #define CONFIG_SYS_MAXARGS      32              /* Max number of command args */
39 #define CONFIG_SYS_BARGSIZE     CONFIG_SYS_CBSIZE
40                                                 /* Boot argument buffer size */
41
42 /*
43  * Serial Driver
44  */
45 #define CONFIG_MXC_UART_BASE            UART1_BASE
46
47 /*
48  * MMC Driver
49  */
50 #ifdef CONFIG_CMD_MMC
51 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
52 #define CONFIG_SYS_FSL_ESDHC_NUM        1
53 #endif
54
55 /*
56  * NAND
57  */
58 #ifdef CONFIG_CMD_NAND
59 #define CONFIG_SYS_MAX_NAND_DEVICE      1
60 #define CONFIG_SYS_NAND_BASE            NFC_BASE_ADDR_AXI
61 #define CONFIG_MXC_NAND_REGS_BASE       NFC_BASE_ADDR_AXI
62 #define CONFIG_MXC_NAND_IP_REGS_BASE    NFC_BASE_ADDR
63 #define CONFIG_SYS_NAND_LARGEPAGE
64 #define CONFIG_MXC_NAND_HWECC
65
66 /* Environment is in NAND */
67 #define CONFIG_ENV_RANGE                (0x00080000) /* 512 KiB */
68 #endif
69
70 /*
71  * Ethernet on SOC (FEC)
72  */
73 #ifdef CONFIG_CMD_NET
74 #define IMX_FEC_BASE                    FEC_BASE_ADDR
75 #define CONFIG_FEC_MXC_PHYADDR          0x0
76 #define CONFIG_DISCOVER_PHY
77 #define CONFIG_FEC_XCV_TYPE             RMII
78 #define CONFIG_ETHPRIME                 "FEC0"
79 #endif
80
81 #define CONFIG_SYS_RTC_BUS_NUM          1 /* I2C2 */
82
83 /*
84  * RTC
85  */
86 #ifdef CONFIG_CMD_DATE
87 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
88 #define CONFIG_SYS_M41T11_BASE_YEAR     2000
89 #endif
90
91 /*
92  * USB
93  */
94 #ifdef CONFIG_CMD_USB
95 #define CONFIG_MXC_USB_PORT             1
96 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
97 #define CONFIG_MXC_USB_FLAGS            0
98 #endif
99
100 /*
101  * SATA
102  */
103 #ifdef CONFIG_CMD_SATA
104 #define CONFIG_SYS_SATA_MAX_DEVICE      1
105 #define CONFIG_DWC_AHSATA_PORT_ID       0
106 #define CONFIG_DWC_AHSATA_BASE_ADDR     SATA_BASE_ADDR
107 #define CONFIG_LBA48
108 #endif
109
110 /*
111  * LCD
112  */
113 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE  (2 << 20)
114
115 /* LVDS display */
116 #define CONFIG_SYS_LDB_CLOCK                    33260000
117 #define CONFIG_IMX_VIDEO_SKIP
118
119 /* IIM Fuses */
120 #define CONFIG_FSL_IIM
121
122 /* Watchdog */
123
124 /*
125  * Boot Linux
126  */
127 #define CONFIG_BOOTFILE         "boot/fitImage"
128
129 /*
130  * NAND SPL
131  */
132 #define CONFIG_SPL_TARGET               "u-boot-with-nand-spl.imx"
133 #define CONFIG_SPL_PAD_TO               0x8000
134 #define CONFIG_SPL_STACK                0x70004000
135
136 #define CONFIG_SYS_NAND_SIZE            (256 * 1024 * 1024)
137
138 /*
139  * Extra Environments
140  */
141 #define CONFIG_HOSTNAME         "m53menlo"
142
143 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
144         "consdev=ttymxc0\0"                                             \
145         "baudrate=115200\0"                                             \
146         "bootscript=boot.scr\0"                                         \
147         "mmcdev=0\0"                                                    \
148         "mmcpart=1\0"                                                   \
149         "rootpath=/srv/\0"                                              \
150         "kernel_addr_r=0x72000000\0"                                    \
151         "mtdids=" CONFIG_MTDIDS_DEFAULT "\0"                            \
152         "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"                        \
153         "netdev=eth0\0"                                                 \
154         "splashsource=mmc_fs\0"                                         \
155         "splashfile=boot/usplash.bmp.gz\0"                              \
156         "splashimage=0x88000000\0"                                      \
157         "splashpos=m,m\0"                                               \
158         "altbootcmd="                                                   \
159                 "if test ${mmcpart} -eq 1 ; then "                      \
160                         "setenv mmcpart 2 ; "                           \
161                 "else "                                                 \
162                         "setenv mmcpart 1 ; "                           \
163                 "fi ; "                                                 \
164                 "boot\0"                                                \
165         "stdout=serial,vidconsole\0"                                    \
166         "stderr=serial,vidconsole\0"                                    \
167         "addcons="                                                      \
168                 "setenv bootargs ${bootargs} "                          \
169                 "console=${consdev},${baudrate}\0"                      \
170         "addip="                                                        \
171                 "setenv bootargs ${bootargs} "                          \
172                 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
173                 ":${hostname}:${netdev}:off\0"                          \
174         "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0"              \
175         "addmisc="                                                      \
176                 "setenv bootargs ${bootargs} ${miscargs}\0"             \
177         "addargs=run addcons addmisc addmtd\0"                          \
178         "mmcload="                                                      \
179                 "mmc rescan || reset ; load mmc ${mmcdev}:${mmcpart} "  \
180                 "${kernel_addr_r} ${bootfile} || reset\0"               \
181         "miscargs=nohlt panic=1\0"                                      \
182         "mmcargs=setenv bootargs root=/dev/mmcblk0p${mmcpart} rw "      \
183                 "rootwait\0"                                            \
184         "mmc_mmc="                                                      \
185                 "run mmcload mmcargs addargs || reset ; "               \
186                 "bootm ${kernel_addr_r} ; reset\0"                      \
187         "netload=tftp ${kernel_addr_r} ${hostname}/${bootfile}\0"       \
188         "net_nfs="                                                      \
189                 "run netload nfsargs addip addargs ; "                  \
190                 "bootm ${kernel_addr_r}\0"                              \
191         "nfsargs="                                                      \
192                 "setenv bootargs root=/dev/nfs rw "                     \
193                 "nfsroot=${serverip}:${rootpath}${hostname},v3,tcp\0"   \
194         "try_bootscript="                                               \
195                 "mmc rescan;"                                           \
196                 "if test -e mmc 0:1 ${bootscript} ; then "              \
197                 "if load mmc 0:1 ${kernel_addr_r} ${bootscript};"       \
198                 "then ; "                                               \
199                         "echo Running bootscript... ; "                 \
200                         "source ${kernel_addr_r} ; "                    \
201                 "fi ; "                                                 \
202                 "fi\0"
203
204 #endif  /* __M53MENLO_CONFIG_H__ */