blob: 34418309cb24eee086fb1d97d552873b70208e38 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dirk Behmebb732be2009-01-28 21:39:58 +01002/*
Sanjeev Premi22ad1022011-10-25 06:11:29 +00003 * Configuration settings for the TI OMAP3 EVM board.
4 *
5 * Copyright (C) 2006-2011 Texas Instruments Incorporated - http://www.ti.com/
6 *
Dirk Behmebb732be2009-01-28 21:39:58 +01007 * Author :
8 * Manikandan Pillai <mani.pillai@ti.com>
9 * Derived from Beagle Board and 3430 SDP code by
10 * Richard Woodruff <r-woodruff2@ti.com>
11 * Syed Mohammed Khasim <khasim@ti.com>
12 *
13 * Manikandan Pillai <mani.pillai@ti.com>
Dirk Behmebb732be2009-01-28 21:39:58 +010014 */
Sanjeev Premi22ad1022011-10-25 06:11:29 +000015
Derald D. Woods1b01bf92017-08-06 00:00:21 -050016#ifndef __CONFIG_H
17#define __CONFIG_H
Sanjeev Premi22ad1022011-10-25 06:11:29 +000018
Derald D. Woods1b01bf92017-08-06 00:00:21 -050019#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Sanjeev Premi22ad1022011-10-25 06:11:29 +000020
Derald D. Woods1b01bf92017-08-06 00:00:21 -050021#include <configs/ti_omap3_common.h>
Tom Rinidf407782016-07-27 22:29:42 -040022
23/*
Derald D. Woods1b01bf92017-08-06 00:00:21 -050024 * We are only ever GP parts and will utilize all of the "downloaded image"
25 * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB).
Tom Rinidf407782016-07-27 22:29:42 -040026 */
Derald D. Woods1b01bf92017-08-06 00:00:21 -050027#undef CONFIG_SPL_TEXT_BASE
28#define CONFIG_SPL_TEXT_BASE 0x40200000
Tom Rinidf407782016-07-27 22:29:42 -040029
Tom Rinidf407782016-07-27 22:29:42 -040030#define CONFIG_MISC_INIT_R
Derald D. Woods1b01bf92017-08-06 00:00:21 -050031#define CONFIG_CMDLINE_TAG
Tom Rinidf407782016-07-27 22:29:42 -040032#define CONFIG_SETUP_MEMORY_TAGS
33#define CONFIG_INITRD_TAG
34#define CONFIG_REVISION_TAG
35
Derald D. Woods1b01bf92017-08-06 00:00:21 -050036/* Override OMAP3 serial console configuration */
Derald D. Woods1b01bf92017-08-06 00:00:21 -050037#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
Tom Rinidf407782016-07-27 22:29:42 -040038
Derald D. Woods1b01bf92017-08-06 00:00:21 -050039/* NAND */
40#if defined(CONFIG_NAND)
Tom Rinidf407782016-07-27 22:29:42 -040041#define CONFIG_SYS_FLASH_BASE NAND_BASE
Derald D. Woods1b01bf92017-08-06 00:00:21 -050042#define CONFIG_SYS_MAX_NAND_DEVICE 1
Derald D. Woods1b01bf92017-08-06 00:00:21 -050043#define CONFIG_SYS_NAND_5_ADDR_CYCLE
44#define CONFIG_SYS_NAND_PAGE_COUNT 64
45#define CONFIG_SYS_NAND_PAGE_SIZE 2048
46#define CONFIG_SYS_NAND_OOBSIZE 64
47#define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
48#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
49#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9,\
50 10, 11, 12, 13}
51#define CONFIG_SYS_NAND_ECCSIZE 512
52#define CONFIG_SYS_NAND_ECCBYTES 3
53#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
Derald D. Woods4d593102018-02-26 17:52:59 -060054#define CONFIG_SYS_ENV_SECT_SIZE SZ_128K
Adam Ford6b1c1652017-09-04 21:08:02 -050055#define CONFIG_ENV_OFFSET 0x260000
56#define CONFIG_ENV_ADDR 0x260000
Derald D. Woods1b01bf92017-08-06 00:00:21 -050057#define CONFIG_ENV_OVERWRITE
Derald D. Woods17f8f982017-09-02 17:43:05 -050058/* NAND: SPL falcon mode configs */
59#if defined(CONFIG_SPL_OS_BOOT)
Derald D. Woods4d593102018-02-26 17:52:59 -060060#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x2a0000
Derald D. Woods17f8f982017-09-02 17:43:05 -050061#endif /* CONFIG_SPL_OS_BOOT */
Derald D. Woods1b01bf92017-08-06 00:00:21 -050062#endif /* CONFIG_NAND */
Tom Rinidf407782016-07-27 22:29:42 -040063
Derald D. Woods1b01bf92017-08-06 00:00:21 -050064/* Environment */
Derald D. Woods4d593102018-02-26 17:52:59 -060065#define CONFIG_ENV_SIZE SZ_128K
66
Derald D. Woods1b01bf92017-08-06 00:00:21 -050067#define CONFIG_PREBOOT "usb start"
Sanjeev Premibf2f48c2009-05-15 23:48:37 +020068
Derald D. Woodsf6438a82017-11-29 03:28:55 +000069#define MEM_LAYOUT_ENV_SETTINGS \
70 DEFAULT_LINUX_BOOT_ENV
71
Derald D. Woods4da58202018-01-20 21:16:14 -060072#define BOOTENV_DEV_LEGACY_MMC(devtypeu, devtypel, instance) \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -060073 "bootcmd_" #devtypel #instance "=" \
Derald D. Woods4da58202018-01-20 21:16:14 -060074 "setenv mmcdev " #instance "; " \
Derald D. Woods4da58202018-01-20 21:16:14 -060075 "run mmcboot\0"
76#define BOOTENV_DEV_NAME_LEGACY_MMC(devtypeu, devtypel, instance) \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -060077 #devtypel #instance " "
Derald D. Woodsf6438a82017-11-29 03:28:55 +000078
Derald D. Woods4d593102018-02-26 17:52:59 -060079#if defined(CONFIG_NAND)
80
81#define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \
82 "bootcmd_" #devtypel #instance "=" \
83 "if test ${mtdids} = '' || test ${mtdparts} = '' ; then " \
84 "echo NAND boot disabled: No mtdids and/or mtdparts; " \
85 "else " \
86 "run nandboot; " \
87 "fi\0"
88#define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \
89 #devtypel #instance " "
90
Derald D. Woodsf6438a82017-11-29 03:28:55 +000091#define BOOT_TARGET_DEVICES(func) \
92 func(MMC, mmc, 0) \
Derald D. Woods4da58202018-01-20 21:16:14 -060093 func(LEGACY_MMC, legacy_mmc, 0) \
94 func(UBIFS, ubifs, 0) \
Derald D. Woodsf6438a82017-11-29 03:28:55 +000095 func(NAND, nand, 0)
96
Derald D. Woods4d593102018-02-26 17:52:59 -060097#else /* !CONFIG_NAND */
98
99#define BOOT_TARGET_DEVICES(func) \
100 func(MMC, mmc, 0) \
101 func(LEGACY_MMC, legacy_mmc, 0)
102
103#endif /* CONFIG_NAND */
104
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000105#include <config_distro_bootcmd.h>
106
Dirk Behmebb732be2009-01-28 21:39:58 +0100107#define CONFIG_EXTRA_ENV_SETTINGS \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000108 MEM_LAYOUT_ENV_SETTINGS \
109 "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500110 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
Derald D. Woods1b01bf92017-08-06 00:00:21 -0500111 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
Derald D. Woods3126cfd2017-12-28 01:25:43 -0600112 "fdt_high=0xffffffff\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600113 "console=ttyO0,115200n8\0" \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -0600114 "bootdir=/boot\0" \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500115 "bootenv=uEnv.txt\0" \
Derald D. Woods4da58202018-01-20 21:16:14 -0600116 "bootfile=zImage\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600117 "bootpart=0:2\0" \
Derald D. Woods4da58202018-01-20 21:16:14 -0600118 "bootubivol=rootfs\0" \
119 "bootubipart=rootfs\0" \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500120 "optargs=\0" \
Vaibhav Hiremath4fdf2b72011-09-03 21:42:35 -0400121 "mmcdev=0\0" \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -0600122 "mmcpart=2\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600123 "mmcroot=/dev/mmcblk0p2 rw\0" \
124 "mmcrootfstype=ext4 rootwait\0" \
Dirk Behmebb732be2009-01-28 21:39:58 +0100125 "mmcargs=setenv bootargs console=${console} " \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500126 "${mtdparts} " \
Derald D. Woods1b01bf92017-08-06 00:00:21 -0500127 "${optargs} " \
Derald D. Woods4d593102018-02-26 17:52:59 -0600128 "root=${mmcroot} " \
129 "rootfstype=${mmcrootfstype}\0" \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500130 "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
Derald D. Woods4da58202018-01-20 21:16:14 -0600131 "ext4bootenv=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootenv}\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600132 "importbootenv=echo Importing environment from mmc${mmcdev} ...; " \
Derald D. Woods17f8f982017-09-02 17:43:05 -0500133 "env import -t ${loadaddr} ${filesize}\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600134 "mmcbootenv=setenv bootpart ${mmcdev}:${mmcpart}; " \
135 "mmc dev ${mmcdev}; " \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -0600136 "if mmc rescan; then " \
137 "run loadbootenv && run importbootenv; " \
138 "run ext4bootenv && run importbootenv; " \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000139 "if test -n $uenvcmd; then " \
140 "echo Running uenvcmd ...; " \
141 "run uenvcmd; " \
142 "fi; " \
143 "fi\0" \
Derald D. Woods4da58202018-01-20 21:16:14 -0600144 "loadimage=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
145 "loaddtb=ext4load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000146 "mmcboot=run mmcbootenv; " \
Derald D. Woods4da58202018-01-20 21:16:14 -0600147 "if run loadimage && run loaddtb; then " \
148 "echo Booting ${bootdir}/${bootfile} from mmc ${bootpart} ...; " \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000149 "run mmcargs; " \
Derald D. Woods4da58202018-01-20 21:16:14 -0600150 "if test ${bootfile} = uImage; then " \
151 "bootm ${loadaddr} - ${fdtaddr}; " \
152 "fi; " \
153 "if test ${bootfile} = zImage; then " \
154 "bootz ${loadaddr} - ${fdtaddr}; " \
155 "fi; " \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000156 "fi\0" \
Derald D. Woods4d593102018-02-26 17:52:59 -0600157 "nandroot=ubi0:rootfs ubi.mtd=rootfs rw noinitrd\0" \
158 "nandrootfstype=ubifs rootwait\0" \
159 "nandargs=setenv bootargs console=${console} " \
160 "${mtdparts} " \
161 "${optargs} " \
162 "root=${nandroot} " \
163 "rootfstype=${nandrootfstype}\0" \
164 "nandboot=if nand read ${loadaddr} kernel && nand read ${fdtaddr} dtb; then " \
Derald D. Woods4da58202018-01-20 21:16:14 -0600165 "echo Booting uImage from NAND MTD 'kernel' partition ...; " \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -0600166 "run nandargs; " \
Derald D. Woods4da58202018-01-20 21:16:14 -0600167 "bootm ${loadaddr} - ${fdtaddr}; " \
Derald D. Woodsbb7444e2018-01-06 23:10:06 -0600168 "fi\0" \
Derald D. Woodsf6438a82017-11-29 03:28:55 +0000169 BOOTENV
Dirk Behmebb732be2009-01-28 21:39:58 +0100170
Derald D. Woods1b01bf92017-08-06 00:00:21 -0500171#endif /* __CONFIG_H */