3ba5548f25ac0812803ee44eae88b29a3ef8a409
[platform/kernel/u-boot.git] / include / configs / lsxl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2012 Michael Walle
4  * Michael Walle <michael@walle.cc>
5  */
6
7 #ifndef _CONFIG_LSXL_H
8 #define _CONFIG_LSXL_H
9
10 /*
11  * Version number information
12  */
13 #if defined(CONFIG_LSCHLV2)
14 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lschl.cfg
15 #define CONFIG_MACH_TYPE 3006
16 #define CONFIG_SYS_TCLK 166666667 /* 166 MHz */
17 #elif defined(CONFIG_LSXHL)
18 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lsxhl.cfg
19 #define CONFIG_MACH_TYPE 2663
20 /* CONFIG_SYS_TCLK is 200000000 by default */
21 #else
22 #error "unknown board"
23 #endif
24
25 /*
26  * General configuration options
27  */
28 #define CONFIG_FEROCEON_88FR131         /* CPU Core subversion */
29 #define CONFIG_KW88F6281                /* SOC Name */
30
31 #define CONFIG_SKIP_LOWLEVEL_INIT       /* disable board lowlevel_init */
32
33 #define CONFIG_KIRKWOOD_GPIO
34
35 /*
36  * Commands configuration
37  */
38
39 /*
40  * mv-common.h should be defined after CMD configs since it used them
41  * to enable certain macros
42  */
43 #include "mv-common.h"
44
45 /* loading initramfs images without uimage header */
46
47 /*
48  *  Environment variables configurations
49  */
50 #ifdef CONFIG_SPI_FLASH
51 #define CONFIG_SYS_MAX_FLASH_BANKS      1
52 #define CONFIG_SYS_MAX_FLASH_SECT       8
53 #define CONFIG_ENV_SECT_SIZE            0x10000 /* 64K */
54 #endif
55
56 #define CONFIG_ENV_SIZE                 0x10000 /* 64k */
57 #define CONFIG_ENV_OFFSET               0x70000 /* env starts here */
58
59 /*
60  * Default environment variables
61  */
62 #define CONFIG_LOADADDR         0x00800000
63
64 #if defined(CONFIG_LSXHL)
65 #define CONFIG_FDTFILE "kirkwood-lsxhl.dtb"
66 #elif defined(CONFIG_LSCHLV2)
67 #define CONFIG_FDTFILE "kirkwood-lschlv2.dtb"
68 #else
69 #error "Unsupported board"
70 #endif
71
72 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
73         "bootsource=legacy\0"                                           \
74         "hdpart=0:1\0"                                                  \
75         "kernel_addr=0x00800000\0"                                      \
76         "ramdisk_addr=0x01000000\0"                                     \
77         "fdt_addr=0x00ff0000\0"                                         \
78         "bootcmd_legacy=sata init "                                     \
79                 "&& load sata ${hdpart} ${kernel_addr} /uImage.buffalo "\
80                 "&& load sata ${hdpart} ${ramdisk_addr} /initrd.buffalo "\
81                 "&& bootm ${kernel_addr} ${ramdisk_addr}\0"             \
82         "bootcmd_net=bootp ${kernel_addr} vmlinuz "                     \
83                 "&& tftpboot ${ramdisk_addr} initrd.img "               \
84                 "&& setenv ramdisk_len ${filesize} "                    \
85                 "&& tftpboot ${fdt_addr} " CONFIG_FDTFILE " "           \
86                 "&& bootz ${kernel_addr} "                              \
87                         "${ramdisk_addr}:${ramdisk_len} ${fdt_addr}\0"  \
88         "bootcmd_hdd=sata init "                                        \
89                 "&& load sata ${hdpart} ${kernel_addr} /vmlinuz "       \
90                 "&& load sata ${hdpart} ${ramdisk_addr} /initrd.img "   \
91                 "&& setenv ramdisk_len ${filesize} "                    \
92                 "&& load sata ${hdpart} ${fdt_addr} /dtb "              \
93                 "&& bootz ${kernel_addr} "                              \
94                         "${ramdisk_addr}:${ramdisk_len} ${fdt_addr}\0"  \
95         "bootcmd_usb=usb start "                                        \
96                 "&& load usb 0:1 ${kernel_addr} /vmlinuz "              \
97                 "&& load usb 0:1 ${ramdisk_addr} /initrd.img "          \
98                 "&& setenv ramdisk_len ${filesize} "                    \
99                 "&& load usb 0:1 ${fdt_addr} " CONFIG_FDTFILE " "       \
100                 "&& bootz ${kernel_addr} "                              \
101                         "${ramdisk_addr}:${ramdisk_len} ${fdt_addr}\0"  \
102         "bootcmd_rescue=run config_nc_dhcp; run nc\0"                   \
103         "eraseenv=sf probe 0 "                                          \
104                 "&& sf erase " __stringify(CONFIG_ENV_OFFSET)           \
105                         " +" __stringify(CONFIG_ENV_SIZE) "\0"          \
106         "config_nc_dhcp=setenv autoload_old ${autoload}; "              \
107                 "setenv autoload no "                                   \
108                 "&& bootp "                                             \
109                 "&& setenv ncip "                                       \
110                 "&& setenv autoload ${autoload_old}; "                  \
111                 "setenv autoload_old\0"                                 \
112         "standard_env=setenv ipaddr; setenv netmask; setenv serverip; " \
113                 "setenv ncip; setenv gatewayip; setenv ethact; "        \
114                 "setenv bootfile; setenv dnsip; "                       \
115                 "setenv bootsource legacy; run ser\0"                   \
116         "restore_env=run standard_env; saveenv; reset\0"                \
117         "ser=setenv stdin serial; setenv stdout serial; "               \
118                 "setenv stderr serial\0"                                \
119         "nc=setenv stdin nc; setenv stdout nc; setenv stderr nc\0"      \
120         "stdin=serial\0"                                                \
121         "stdout=serial\0"                                               \
122         "stderr=serial\0"
123
124 /*
125  * Ethernet Driver configuration
126  */
127 #ifdef CONFIG_CMD_NET
128 #define CONFIG_MVGBE_PORTS              {0, 1} /* enable port 1 only */
129 #define CONFIG_PHY_BASE_ADR             7
130 #undef CONFIG_RESET_PHY_R
131 #endif /* CONFIG_CMD_NET */
132
133 #ifdef CONFIG_SATA
134 #define CONFIG_SYS_SATA_MAX_DEVICE 1
135 #define CONFIG_SYS_64BIT_LBA
136 #define CONFIG_LBA48
137 #endif
138
139 #endif /* _CONFIG_LSXL_H */