blob: 31dc58d65970eabc284b7de6811b85fdde7ad112 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roese6edf27e2016-05-17 15:04:16 +02002/*
3 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
Stefan Roese6edf27e2016-05-17 15:04:16 +02004 */
5
Konstantin Porotchkin7f8dfea2017-02-16 13:52:22 +02006#ifndef _CONFIG_MVEBU_ARMADA_37XX_H
7#define _CONFIG_MVEBU_ARMADA_37XX_H
Stefan Roese6edf27e2016-05-17 15:04:16 +02008
Vladimir Vid80ff4192020-09-07 08:56:45 +02009#include <linux/sizes.h>
10
Stefan Roese6edf27e2016-05-17 15:04:16 +020011/*
12 * High Level Configuration Options (easy to change)
13 */
Stefan Roese6edf27e2016-05-17 15:04:16 +020014
Stefan Roese6edf27e2016-05-17 15:04:16 +020015/* additions for new ARM relocation support */
16#define CONFIG_SYS_SDRAM_BASE 0x00000000
17
Vladimir Vid80ff4192020-09-07 08:56:45 +020018#define CONFIG_SYS_BOOTM_LEN SZ_64M /* Increase max gunzip size */
19
Pali Rohár04481072021-05-25 19:42:42 +020020#define CONFIG_SYS_BAUDRATE_TABLE { 300, 600, 1200, 1800, 2400, 4800, \
21 9600, 19200, 38400, 57600, 115200, \
22 230400, 460800, 500000, 576000, \
23 921600, 1000000, 1152000, 1500000, \
24 2000000, 2500000, 3000000, 3500000, \
25 4000000, 4500000, 5000000, 5500000, \
26 6000000 }
Stefan Roese6edf27e2016-05-17 15:04:16 +020027
28/*
29 * For booting Linux, the board info and command line data
30 * have to be in the first 8 MB of memory, since this is
31 * the maximum mapped by the Linux kernel during initialization.
32 */
33#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
34#define CONFIG_INITRD_TAG /* enable INITRD tag */
35#define CONFIG_SETUP_MEMORY_TAGS /* enable memory tag */
36
37#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buff Size */
Stefan Roese6edf27e2016-05-17 15:04:16 +020038
39/*
40 * Size of malloc() pool
41 */
42#define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MiB for malloc() */
43
44/*
45 * Other required minimal configurations
46 */
Stefan Roese6edf27e2016-05-17 15:04:16 +020047#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
48#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
49
Stefan Roese6edf27e2016-05-17 15:04:16 +020050/* End of 16M scrubbed by training in bootrom */
51#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0xFF0000)
52
53/*
54 * I2C
55 */
56#define CONFIG_I2C_MV
Stefan Roese6edf27e2016-05-17 15:04:16 +020057
58/*
Pali Roháre8928992020-12-23 12:21:29 +010059 * Environment
60 */
61#define DEFAULT_ENV_IS_RW /* required for configuring default fdtfile= */
62
63/*
Stefan Roese6edf27e2016-05-17 15:04:16 +020064 * Ethernet Driver configuration
65 */
Stefan Roese6edf27e2016-05-17 15:04:16 +020066#define CONFIG_ARP_TIMEOUT 200
67#define CONFIG_NET_RETRY_COUNT 50
68
Bin Mengabe40262017-07-19 21:50:06 +080069#define CONFIG_USB_MAX_CONTROLLER_COUNT (3 + 3)
Stefan Roese6edf27e2016-05-17 15:04:16 +020070
Stefan Roese6edf27e2016-05-17 15:04:16 +020071/*
72 * SATA/SCSI/AHCI configuration
73 */
Stefan Roese6edf27e2016-05-17 15:04:16 +020074#define CONFIG_SCSI_AHCI_PLAT
Stefan Roese6edf27e2016-05-17 15:04:16 +020075#define CONFIG_LBA48
76#define CONFIG_SYS_64BIT_LBA
77
78#define CONFIG_SYS_SCSI_MAX_SCSI_ID 2
79#define CONFIG_SYS_SCSI_MAX_LUN 1
80#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
81 CONFIG_SYS_SCSI_MAX_LUN)
82
Andre Heider57b45932017-12-02 10:46:37 +010083#define BOOT_TARGET_DEVICES(func) \
84 func(MMC, mmc, 1) \
85 func(MMC, mmc, 0) \
86 func(USB, usb, 0) \
87 func(SCSI, scsi, 0) \
88 func(PXE, pxe, na) \
89 func(DHCP, dhcp, na)
90
91#include <config_distro_bootcmd.h>
92
Pali Roháre8928992020-12-23 12:21:29 +010093/* filler for default values filled by board_early_init_f() */
94#define ENV_RW_FILLER \
Pali Rohár88d349a2020-12-23 12:21:30 +010095 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" /* for ethaddr= */ \
96 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" /* for eth1addr= */ \
97 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" /* for eth2addr= */ \
98 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" /* for eth3addr= */ \
Pali Roháre8928992020-12-23 12:21:29 +010099 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" /* for fdtfile= */ \
100 ""
101
Pali Rohár88f5f6d2020-08-27 15:01:27 +0200102/* fdt_addr and kernel_addr are needed for existing distribution boot scripts */
Andre Heider272d2712017-12-02 10:46:35 +0100103#define CONFIG_EXTRA_ENV_SETTINGS \
Pali Rohár29f561b2020-08-27 15:01:25 +0200104 "scriptaddr=0x6d00000\0" \
105 "pxefile_addr_r=0x6e00000\0" \
Pali Rohár88f5f6d2020-08-27 15:01:27 +0200106 "fdt_addr=0x6f00000\0" \
Pali Rohár29f561b2020-08-27 15:01:25 +0200107 "fdt_addr_r=0x6f00000\0" \
Pali Rohár88f5f6d2020-08-27 15:01:27 +0200108 "kernel_addr=0x7000000\0" \
Pali Rohár29f561b2020-08-27 15:01:25 +0200109 "kernel_addr_r=0x7000000\0" \
110 "ramdisk_addr_r=0xa000000\0" \
Pali Roháre8928992020-12-23 12:21:29 +0100111 BOOTENV \
112 ENV_RW_FILLER
Andre Heider272d2712017-12-02 10:46:35 +0100113
Konstantin Porotchkin7f8dfea2017-02-16 13:52:22 +0200114#endif /* _CONFIG_MVEBU_ARMADA_37XX_H */