blob: 8e0f9eb964d972682ee697a09ef052361f055a4d [file] [log] [blame]
Aneesh V16dc7022011-09-08 11:05:49 -04001/*
2 * (C) Copyright 2010
3 * Texas Instruments Incorporated.
4 * Aneesh V <aneesh@ti.com>
5 * Steve Sakoman <steve@sakoman.com>
6 *
7 * TI OMAP4 common configuration settings
8 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02009 * SPDX-License-Identifier: GPL-2.0+
Aneesh V16dc7022011-09-08 11:05:49 -040010 */
11
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010012#ifndef __CONFIG_TI_OMAP4_COMMON_H
13#define __CONFIG_TI_OMAP4_COMMON_H
Aneesh V16dc7022011-09-08 11:05:49 -040014
15/*
16 * High Level Configuration Options
17 */
Aneesh V16dc7022011-09-08 11:05:49 -040018#define CONFIG_OMAP4430 1 /* which is in a 4430 */
Lokesh Vutla1d7b2892013-09-03 19:47:18 +053019#define CONFIG_MISC_INIT_R
Lokesh Vutla1d7b2892013-09-03 19:47:18 +053020
21#define CONFIG_SYS_THUMB_BUILD
22
23#ifndef CONFIG_SYS_L2CACHE_OFF
24#define CONFIG_SYS_L2_PL310 1
25#define CONFIG_SYS_PL310_BASE 0x48242000
26#endif
Aneesh V16dc7022011-09-08 11:05:49 -040027
28/* Get CPU defs */
29#include <asm/arch/cpu.h>
Sricharan508a58f2011-11-15 09:49:55 -050030#include <asm/arch/omap.h>
Aneesh V16dc7022011-09-08 11:05:49 -040031
Lokesh Vutla1d7b2892013-09-03 19:47:18 +053032/* Use General purpose timer 1 */
33#define CONFIG_SYS_TIMERBASE GPT2_BASE
Aneesh V16dc7022011-09-08 11:05:49 -040034
35/*
Aneesh V16dc7022011-09-08 11:05:49 -040036 * Total Size Environment - 128k
Aneesh V16dc7022011-09-08 11:05:49 -040037 */
38#define CONFIG_ENV_SIZE (128 << 10)
Lokesh Vutla1d7b2892013-09-03 19:47:18 +053039
40/*
41 * For the DDR timing information we can either dynamically determine
42 * the timings to use or use pre-determined timings (based on using the
43 * dynamic method. Default to the static timing infomation.
44 */
45#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
46#ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
47#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
48#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
49#endif
50
Nishanth Menon9a0f4002015-07-22 18:05:41 -050051#include <configs/ti_armv7_omap.h>
Aneesh V16dc7022011-09-08 11:05:49 -040052
53/*
54 * Hardware drivers
55 */
Thomas Chouc7b96862015-11-19 21:48:12 +080056#define CONFIG_SYS_NS16550_CLK 48000000
Tom Rini53ee6342015-09-17 16:47:03 -040057#if defined(CONFIG_SPL_BUILD) || !defined(CONFIG_DM_SERIAL)
Aneesh V16dc7022011-09-08 11:05:49 -040058#define CONFIG_SYS_NS16550_SERIAL
59#define CONFIG_SYS_NS16550_REG_SIZE (-4)
Aneesh V16dc7022011-09-08 11:05:49 -040060#define CONFIG_SYS_NS16550_COM3 UART3_BASE
Tom Rini53ee6342015-09-17 16:47:03 -040061#endif
62#define CONFIG_CONS_INDEX 3
Aneesh V16dc7022011-09-08 11:05:49 -040063
Aneesh V16dc7022011-09-08 11:05:49 -040064/* TWL6030 */
Balaji T K14fa2dd2011-09-08 06:34:57 +000065#ifndef CONFIG_SPL_BUILD
Aneesh V16dc7022011-09-08 11:05:49 -040066#define CONFIG_TWL6030_POWER 1
Balaji T K14fa2dd2011-09-08 06:34:57 +000067#endif
Aneesh V16dc7022011-09-08 11:05:49 -040068
Aneesh V16dc7022011-09-08 11:05:49 -040069/* USB */
Paul Kocialkowski95de1e22015-08-04 17:04:06 +020070#define CONFIG_USB_MUSB_UDC 1
Aneesh V16dc7022011-09-08 11:05:49 -040071#define CONFIG_USB_OMAP3 1
72
73/* USB device configuration */
74#define CONFIG_USB_DEVICE 1
75#define CONFIG_USB_TTY 1
Aneesh V16dc7022011-09-08 11:05:49 -040076
Aneesh V16dc7022011-09-08 11:05:49 -040077/*
78 * Environment setup
79 */
Tom Rini2a1a29c2015-12-10 16:46:03 -050080#define BOOTENV_DEV_LEGACY_MMC(devtypeu, devtypel, instance) \
81 "bootcmd_" #devtypel #instance "=" \
82 "setenv mmcdev " #instance"; "\
83 "setenv bootpart " #instance":2 ; "\
84 "run mmcboot\0"
85
86#define BOOTENV_DEV_NAME_LEGACY_MMC(devtypeu, devtypel, instance) \
87 #devtypel #instance " "
88
89#define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \
90 #devtypel #instance " "
91
92#define BOOT_TARGET_DEVICES(func) \
93 func(MMC, mmc, 0) \
94 func(LEGACY_MMC, legacy_mmc, 0) \
95 func(MMC, mmc, 1) \
96 func(LEGACY_MMC, legacy_mmc, 1) \
97 func(PXE, pxe, na) \
98 func(DHCP, dhcp, na)
99
100#define CONFIG_BOOTCOMMAND \
Lokesh Vutla1e93cc82016-11-29 11:58:00 +0530101 "if test ${boot_fit} -eq 1; then " \
102 "run update_to_fit;" \
103 "fi;" \
Tom Rini2a1a29c2015-12-10 16:46:03 -0500104 "run findfdt; " \
Lokesh Vutla18c534b2016-03-09 15:39:35 +0530105 "run envboot; " \
Tom Rini2a1a29c2015-12-10 16:46:03 -0500106 "run distro_bootcmd"
107
108#include <config_distro_bootcmd.h>
109
Aneesh V16dc7022011-09-08 11:05:49 -0400110#define CONFIG_EXTRA_ENV_SETTINGS \
Tom Rinifb3ad9b2014-03-28 15:03:29 -0400111 DEFAULT_LINUX_BOOT_ENV \
Lokesh Vutla85d17be2015-08-28 13:35:07 +0530112 DEFAULT_MMC_TI_ARGS \
Lokesh Vutla1e93cc82016-11-29 11:58:00 +0530113 DEFAULT_FIT_TI_ARGS \
Aneesh Vd71a4912011-11-21 23:38:58 +0000114 "console=ttyO2,115200n8\0" \
Dan Murphya7143212013-06-06 13:27:06 -0500115 "fdtfile=undefined\0" \
SRICHARAN R143070d2013-04-04 23:39:27 +0000116 "bootpart=0:2\0" \
117 "bootdir=/boot\0" \
SRICHARAN Raaed0a22013-04-04 23:39:47 +0000118 "bootfile=zImage\0" \
Aneesh V16dc7022011-09-08 11:05:49 -0400119 "usbtty=cdc_acm\0" \
120 "vram=16M\0" \
Ash Charlesffe16912014-05-14 08:34:34 -0700121 "loaduimage=load mmc ${mmcdev} ${loadaddr} uImage\0" \
Ash Charlesffe16912014-05-14 08:34:34 -0700122 "uimageboot=echo Booting from mmc${mmcdev} ...; " \
Lokesh Vutla85d17be2015-08-28 13:35:07 +0530123 "run args_mmc; " \
Ash Charlesffe16912014-05-14 08:34:34 -0700124 "bootm ${loadaddr}\0" \
SRICHARAN R143070d2013-04-04 23:39:27 +0000125 "findfdt="\
126 "if test $board_name = sdp4430; then " \
127 "setenv fdtfile omap4-sdp.dtb; fi; " \
128 "if test $board_name = panda; then " \
Dan Murphy34f667b2013-04-18 06:29:53 +0000129 "setenv fdtfile omap4-panda.dtb; fi;" \
Dan Murphy7d47d1c2013-06-13 11:21:13 -0500130 "if test $board_name = panda-a4; then " \
131 "setenv fdtfile omap4-panda-a4.dtb; fi;" \
Dan Murphy34f667b2013-04-18 06:29:53 +0000132 "if test $board_name = panda-es; then " \
Dan Murphya7143212013-06-06 13:27:06 -0500133 "setenv fdtfile omap4-panda-es.dtb; fi;" \
Ash Charlesffe16912014-05-14 08:34:34 -0700134 "if test $board_name = duovero; then " \
Ash Charles99907172014-06-06 11:36:50 -0700135 "setenv fdtfile omap4-duovero-parlor.dtb; fi;" \
Dan Murphya7143212013-06-06 13:27:06 -0500136 "if test $fdtfile = undefined; then " \
137 "echo WARNING: Could not determine device tree to use; fi; \0" \
Tom Rini2a1a29c2015-12-10 16:46:03 -0500138 BOOTENV
Aneesh V16dc7022011-09-08 11:05:49 -0400139
Lokesh Vutladcc23572013-12-04 12:22:55 +0530140/*
141 * Defines for SPL
142 * It is known that this will break HS devices. Since the current size of
143 * SPL is overlapped with public stack and breaking non HS devices to boot.
144 * So moving TEXT_BASE down to non-HS limit.
145 */
146#define CONFIG_SPL_TEXT_BASE 0x40300000
Tom Rini983e3702016-11-07 21:34:54 -0500147#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds"
Tom Rinid3289aa2014-04-03 07:52:53 -0400148#define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \
149 (128 << 20))
Aneesh V16dc7022011-09-08 11:05:49 -0400150
Enric Balletbò i Serra70e71b62013-12-06 21:30:20 +0100151#ifdef CONFIG_NAND
152#define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */
153#endif
154
Nishanth Menon4f80d5b2014-01-07 20:06:56 -0600155#ifdef CONFIG_SPL_BUILD
156/* No need for i2c in SPL mode as we will use SRI2C for PMIC access on OMAP4 */
157#undef CONFIG_SYS_I2C
158#undef CONFIG_SYS_I2C_OMAP24XX
159#endif
160
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +0100161#endif /* __CONFIG_TI_OMAP4_COMMON_H */