blob: 6633bf8256d67ef879e152eef40ee58c224f8845 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Heiko Schocher60301192010-02-22 16:43:02 +05302/*
3 * (C) Copyright 2009
4 * Marvell Semiconductor <www.marvell.com>
5 * Prafulla Wadaskar <prafulla@marvell.com>
6 *
7 * (C) Copyright 2009
8 * Stefan Roese, DENX Software Engineering, sr@denx.de.
9 *
Heiko Schocher8ce3dd52011-03-15 16:52:29 +010010 * (C) Copyright 2010-2011
11 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
Heiko Schocher60301192010-02-22 16:43:02 +053012 */
13
Heiko Schocher8ce3dd52011-03-15 16:52:29 +010014/*
15 * for linking errors see
16 * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html
17 */
Heiko Schocher60301192010-02-22 16:43:02 +053018
19#ifndef _CONFIG_KM_ARM_H
20#define _CONFIG_KM_ARM_H
21
22/*
23 * High Level Configuration Options (easy to change)
24 */
Heiko Schocher60301192010-02-22 16:43:02 +053025#define CONFIG_FEROCEON_88FR131 /* CPU Core subversion */
Heiko Schocher60301192010-02-22 16:43:02 +053026#define CONFIG_KW88F6281 /* SOC Name */
Heiko Schocher60301192010-02-22 16:43:02 +053027
Valentin Longchampabb69992011-11-01 17:26:36 +053028#define CONFIG_MACH_TYPE MACH_TYPE_KM_KIRKWOOD
29
Holger Brunck2b8dfb92013-01-15 22:51:21 +000030#define CONFIG_NAND_ECC_BCH
Holger Brunck2b8dfb92013-01-15 22:51:21 +000031
Heiko Schocher60301192010-02-22 16:43:02 +053032/* include common defines/options for all Keymile boards */
33#include "keymile-common.h"
Holger Brunck752ba312011-03-14 16:01:04 +010034
Valentin Longchamp1192b522013-10-18 11:47:15 +020035/* Reserve 4 MB for malloc */
36#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
37
Holger Brunckc7c71692020-10-09 17:21:32 +020038/* Increase max size of compressed kernel */
39#define CONFIG_SYS_BOOTM_LEN (32 << 20)
40
Holger Brunckc1e09212011-06-16 18:11:15 +053041#include "asm/arch/config.h"
42
Holger Brunck752ba312011-03-14 16:01:04 +010043#define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */
44
Holger Brunck2ff59ee2011-07-04 21:27:16 +000045/* architecture specific default bootargs */
46#define CONFIG_KM_DEF_BOOT_ARGS_CPU \
Holger Brunckc11136c2011-09-13 22:41:04 +000047 "bootcountaddr=${bootcountaddr} ${mtdparts}" \
48 " boardid=0x${IVM_BoardId} hwkey=0x${IVM_HWKey}"
Holger Brunck2ff59ee2011-07-04 21:27:16 +000049
Holger Brunck752ba312011-03-14 16:01:04 +010050#define CONFIG_KM_DEF_ENV_CPU \
Holger Brunckff41a752020-10-30 12:45:49 +010051 "u-boot=" CONFIG_HOSTNAME "/u-boot.kwb\0" \
Holger Brunck49a84612012-05-25 01:57:16 +000052 CONFIG_KM_UPDATE_UBOOT \
Gerlando Falauto18a74ec2014-01-27 16:58:28 +010053 "set_fdthigh=setenv fdt_high ${kernelmem}\0" \
Valentin Longchamp15e79cc2015-11-13 16:15:20 +010054 "checkfdt=" \
55 "if cramfsls fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb; " \
56 "then true; else setenv cramfsloadfdt true; " \
57 "setenv boot bootm ${load_addr_r}; " \
58 "echo No FDT found, booting with the kernel " \
59 "appended one; fi\0" \
Holger Brunck752ba312011-03-14 16:01:04 +010060 ""
61
Heiko Schocher60301192010-02-22 16:43:02 +053062#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
Heiko Schocher60301192010-02-22 16:43:02 +053063
64/*
Heiko Schocher60301192010-02-22 16:43:02 +053065 * For booting Linux, the board info and command line data
66 * have to be in the first 8 MB of memory, since this is
67 * the maximum mapped by the Linux kernel during initialization.
68 */
Heiko Schocher60301192010-02-22 16:43:02 +053069#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
70#define CONFIG_INITRD_TAG /* enable INITRD tag */
Holger Brunck4559d1f2011-04-08 02:47:46 +000071#define CONFIG_SETUP_MEMORY_TAGS /* enable memory tag */
Heiko Schocher60301192010-02-22 16:43:02 +053072
73/*
Heiko Schocher60301192010-02-22 16:43:02 +053074 * NAND Flash configuration
75 */
76#define CONFIG_SYS_MAX_NAND_DEVICE 1
Heiko Schocher60301192010-02-22 16:43:02 +053077
Heiko Schocher60301192010-02-22 16:43:02 +053078/*
79 * Other required minimal configurations
80 */
Heiko Schocher60301192010-02-22 16:43:02 +053081
82/*
83 * Ethernet Driver configuration
84 */
Pascal Linder2dc89532019-07-09 09:30:27 +020085#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer autoneg timeout */
Albert Aribaude91d7d32010-07-12 22:24:28 +020086#define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
Heiko Schocher60301192010-02-22 16:43:02 +053087#define CONFIG_PHY_BASE_ADR 0
Heiko Schocher60301192010-02-22 16:43:02 +053088
89/*
Heiko Schocher60301192010-02-22 16:43:02 +053090 * I2C related stuff
91 */
Heiko Schocher479a4cf2013-01-29 08:53:15 +010092#undef CONFIG_I2C_MVTWSI
Simon Glass0529b592021-07-10 21:14:32 -060093#define CONFIG_SYS_I2C_LEGACY
Heiko Schocher479a4cf2013-01-29 08:53:15 +010094#define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */
Valentin Longchamp255f2502013-10-18 11:47:17 +020095#define CONFIG_SYS_I2C_INIT_BOARD
Heiko Schocher479a4cf2013-01-29 08:53:15 +010096
Heiko Schocher60301192010-02-22 16:43:02 +053097#define CONFIG_KIRKWOOD_GPIO /* Enable GPIO Support */
Heiko Schocher479a4cf2013-01-29 08:53:15 +010098#define CONFIG_SYS_NUM_I2C_BUSES 6
99#define CONFIG_SYS_I2C_MAX_HOPS 1
100#define CONFIG_SYS_I2C_BUSES { {0, {I2C_NULL_HOP} }, \
101 {0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \
102 {0, {{I2C_MUX_PCA9547, 0x70, 2} } }, \
103 {0, {{I2C_MUX_PCA9547, 0x70, 3} } }, \
104 {0, {{I2C_MUX_PCA9547, 0x70, 4} } }, \
105 {0, {{I2C_MUX_PCA9547, 0x70, 5} } }, \
106 }
107
Heiko Schocher60301192010-02-22 16:43:02 +0530108#ifndef __ASSEMBLY__
Masahiro Yamada98833d22015-02-20 17:04:15 +0900109#include <asm/arch/gpio.h>
Simon Glassdbd79542020-05-10 11:40:11 -0600110#include <linux/delay.h>
Simon Glassfb64e362020-05-10 11:40:09 -0600111#include <linux/stringify.h>
Heiko Schocher60301192010-02-22 16:43:02 +0530112extern void __set_direction(unsigned pin, int high);
Heiko Schocher9878f992011-02-22 09:13:00 +0100113#define KM_KIRKWOOD_SDA_PIN 8
114#define KM_KIRKWOOD_SCL_PIN 9
Holger Brunck7d25a1a2012-07-05 05:05:11 +0000115#define KM_KIRKWOOD_SOFT_I2C_GPIOS 0x0300
Heiko Schocher9878f992011-02-22 09:13:00 +0100116#define KM_KIRKWOOD_ENV_WP 38
Heiko Schocher60301192010-02-22 16:43:02 +0530117
Heiko Schocher9878f992011-02-22 09:13:00 +0100118#define I2C_ACTIVE __set_direction(KM_KIRKWOOD_SDA_PIN, 0)
119#define I2C_TRISTATE __set_direction(KM_KIRKWOOD_SDA_PIN, 1)
120#define I2C_READ (kw_gpio_get_value(KM_KIRKWOOD_SDA_PIN) ? 1 : 0)
121#define I2C_SDA(bit) kw_gpio_set_value(KM_KIRKWOOD_SDA_PIN, bit)
122#define I2C_SCL(bit) kw_gpio_set_value(KM_KIRKWOOD_SCL_PIN, bit)
Heiko Schocher60301192010-02-22 16:43:02 +0530123#endif
124
Holger Brunckd0071582011-12-14 05:31:19 +0000125#define I2C_DELAY udelay(1)
Heiko Schocher60301192010-02-22 16:43:02 +0530126#define I2C_SOFT_DECLARATIONS
127
Heiko Schocher479a4cf2013-01-29 08:53:15 +0100128#define CONFIG_SYS_I2C_SOFT_SLAVE 0x0
129#define CONFIG_SYS_I2C_SOFT_SPEED 100000
Heiko Schocher60301192010-02-22 16:43:02 +0530130
Stefan Biglerc9449302011-07-04 22:24:01 +0000131/* EEprom support 24C128, 24C256 valid for environment eeprom */
Stefan Biglerc9449302011-07-04 22:24:01 +0000132#define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE
Heiko Schocher60301192010-02-22 16:43:02 +0530133
Heiko Schocher8dd6ab72011-02-22 08:30:46 +0100134/*
135 * Environment variables configurations
136 */
Holger Brunck2ef42952012-07-05 05:37:46 +0000137#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
Holger Brunck2ef42952012-07-05 05:37:46 +0000138#define CONFIG_ENV_TOTAL_SIZE 0x20000 /* no bracets! */
139#else
Heiko Schocher8dd6ab72011-02-22 08:30:46 +0100140#define CONFIG_SYS_EEPROM_WREN
Valentin Longchampace55bd2015-11-13 15:01:14 +0100141#define CONFIG_I2C_ENV_EEPROM_BUS 5 /* I2C2 (Mux-Port 5) */
Holger Brunck2ef42952012-07-05 05:37:46 +0000142#endif
143
Valentin Longchamp96957ef2012-06-13 03:01:03 +0000144#define KM_FLASH_GPIO_PIN 16
Heiko Schocher8dd6ab72011-02-22 08:30:46 +0100145
Holger Brunck49a84612012-05-25 01:57:16 +0000146#define CONFIG_KM_UPDATE_UBOOT \
Heiko Schocher8dd6ab72011-02-22 08:30:46 +0100147 "update=" \
Valentin Longchamp96957ef2012-06-13 03:01:03 +0000148 "sf probe 0;sf erase 0 +${filesize};" \
149 "sf write ${load_addr_r} 0 ${filesize};\0"
Heiko Schocher8dd6ab72011-02-22 08:30:46 +0100150
Holger Brunck2ef42952012-07-05 05:37:46 +0000151#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
152#define CONFIG_KM_NEW_ENV \
153 "newenv=sf probe 0;" \
Marek Vasutfd5ba892012-09-23 17:41:23 +0200154 "sf erase " __stringify(CONFIG_ENV_OFFSET) " " \
155 __stringify(CONFIG_ENV_TOTAL_SIZE)"\0"
Holger Brunck2ef42952012-07-05 05:37:46 +0000156#else
157#define CONFIG_KM_NEW_ENV \
Valentin Longchamp06f81f72011-05-31 02:12:46 +0000158 "newenv=setenv addr 0x100000 && " \
Holger Brunckb29fcc32013-05-06 02:54:38 +0000159 "i2c dev " __stringify(CONFIG_I2C_ENV_EEPROM_BUS) "; " \
160 "mw.b ${addr} 0 4 && " \
Tom Rinifaed5672021-08-17 17:59:45 -0400161 "eeprom write " __stringify(CONFIG_SYS_I2C_EEPROM_ADDR) \
Marek Vasutfd5ba892012-09-23 17:41:23 +0200162 " ${addr} " __stringify(CONFIG_ENV_OFFSET) " 4 && " \
Tom Rinifaed5672021-08-17 17:59:45 -0400163 "eeprom write " __stringify(CONFIG_SYS_I2C_EEPROM_ADDR) \
Marek Vasutfd5ba892012-09-23 17:41:23 +0200164 " ${addr} " __stringify(CONFIG_ENV_OFFSET_REDUND) " 4\0"
Holger Brunck2ef42952012-07-05 05:37:46 +0000165#endif
166
Holger Brunck19baeb62014-01-27 16:58:25 +0100167#ifndef CONFIG_KM_BOARD_EXTRA_ENV
168#define CONFIG_KM_BOARD_EXTRA_ENV ""
169#endif
170
Holger Brunck2ef42952012-07-05 05:37:46 +0000171/*
172 * Default environment variables
173 */
174#define CONFIG_EXTRA_ENV_SETTINGS \
Holger Brunck19baeb62014-01-27 16:58:25 +0100175 CONFIG_KM_BOARD_EXTRA_ENV \
Holger Brunck2ef42952012-07-05 05:37:46 +0000176 CONFIG_KM_DEF_ENV \
177 CONFIG_KM_NEW_ENV \
Holger Bruncke7bec9b2011-07-04 21:52:52 +0000178 "arch=arm\0" \
Valentin Longchamp06f81f72011-05-31 02:12:46 +0000179 ""
180
Heiko Schocherd6d60622010-09-22 14:06:33 +0200181/* additions for new relocation code, must be added to all boards */
Heiko Schocher0e2412a2010-09-17 13:10:42 +0200182#define CONFIG_SYS_SDRAM_BASE 0x00000000
Heiko Schochercfc58042010-04-26 13:07:28 +0200183
Holger Bruncke7c1fdc2011-03-04 14:56:27 +0100184/* address for the bootcount (taken from end of RAM) */
185#define BOOTCOUNT_ADDR (CONFIG_KM_RESERVED_PRAM)
Heiko Schochercfc58042010-04-26 13:07:28 +0200186
Valentin Longchamp24ec9932011-09-12 04:18:42 +0000187/* enable POST tests */
188#define CONFIG_POST (CONFIG_SYS_POST_MEM_REGIONS)
189#define CONFIG_POST_SKIP_ENV_FLAGS
190#define CONFIG_POST_EXTERNAL_WORD_FUNCS
Valentin Longchamp24ec9932011-09-12 04:18:42 +0000191
Heiko Schocher60301192010-02-22 16:43:02 +0530192#endif /* _CONFIG_KM_ARM_H */