blob: b1f9050f3f5baf9148299a10ca2a63272dad3061 [file] [log] [blame]
Lokesh Vutla029f9212018-08-27 15:59:06 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 AM654 EVM
4 *
5 * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
6 * Lokesh Vutla <lokeshvutla@ti.com>
7 */
8
9#ifndef __CONFIG_AM654_EVM_H
10#define __CONFIG_AM654_EVM_H
11
12#include <linux/sizes.h>
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053013#include <environment/ti/mmc.h>
Suman Anna96b3d762019-09-04 16:01:44 +053014#include <environment/ti/k3_rproc.h>
Vignesh Raghavendrafa286012019-12-09 10:37:34 +053015#include <environment/ti/k3_dfu.h>
Lokesh Vutla029f9212018-08-27 15:59:06 +053016
Lokesh Vutla029f9212018-08-27 15:59:06 +053017/* DDR Configuration */
18#define CONFIG_SYS_SDRAM_BASE1 0x880000000
19
20/* SPL Loader Configuration */
Andreas Dannenberg3a9a24c2019-06-04 17:55:48 -050021#ifdef CONFIG_TARGET_AM654_A53_EVM
Aswath Govindraju4f13a5f2022-04-19 20:56:02 +053022#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + SZ_4M)
Andreas Dannenberg3a9a24c2019-06-04 17:55:48 -050023#else
24/*
25 * Maximum size in memory allocated to the SPL BSS. Keep it as tight as
26 * possible (to allow the build to go through), as this directly affects
27 * our memory footprint. The less we use for BSS the more we have available
28 * for everything else.
29 */
Lokesh Vutla76443432021-03-09 23:32:44 +053030#define CONFIG_SPL_BSS_MAX_SIZE 0xc00
Andreas Dannenberg3a9a24c2019-06-04 17:55:48 -050031/*
32 * Link BSS to be within SPL in a dedicated region located near the top of
33 * the MCU SRAM, this way making it available also before relocation. Note
34 * that we are not using the actual top of the MCU SRAM as there is a memory
35 * location filled in by the boot ROM that we want to read out without any
36 * interference from the C context.
37 */
38#define CONFIG_SPL_BSS_START_ADDR (CONFIG_SYS_K3_BOOT_PARAM_TABLE_INDEX -\
39 CONFIG_SPL_BSS_MAX_SIZE)
40/* Set the stack right below the SPL BSS section */
41#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SPL_BSS_START_ADDR
Andreas Dannenbergb1a3c0b2019-06-04 17:55:49 -050042/* Configure R5 SPL post-relocation malloc pool in DDR */
43#define CONFIG_SYS_SPL_MALLOC_START 0x84000000
44#define CONFIG_SYS_SPL_MALLOC_SIZE SZ_16M
Andreas Dannenberg3a9a24c2019-06-04 17:55:48 -050045#endif
Lokesh Vutlacbf54032018-11-02 19:51:07 +053046
47#ifdef CONFIG_SYS_K3_SPL_ATF
48#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "tispl.bin"
Lokesh Vutla029f9212018-08-27 15:59:06 +053049#endif
50
Lokesh Vutla029f9212018-08-27 15:59:06 +053051#define CONFIG_SPL_MAX_SIZE CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE
Lokesh Vutla029f9212018-08-27 15:59:06 +053052
Andrew F. Davis3d4a2b92019-02-01 15:04:57 -060053#define CONFIG_SYS_BOOTM_LEN SZ_64M
54
Faiz Abbasd044bfc2019-06-11 00:43:43 +053055#define PARTS_DEFAULT \
56 /* Linux partitions */ \
57 "name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}\0"
58
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053059/* U-Boot general configuration */
60#define EXTRA_ENV_AM65X_BOARD_SETTINGS \
61 "findfdt=" \
Andreas Dannenberg63f5c852019-06-04 18:08:26 -050062 "setenv name_fdt k3-am654-base-board.dtb;" \
Andrew F. Davis685fb742019-08-12 15:59:53 -040063 "setenv fdtfile ${name_fdt}\0" \
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053064 "name_kern=Image\0" \
65 "console=ttyS2,115200n8\0" \
Vignesh Raghavendra5bd1a7a2019-12-09 10:37:36 +053066 "stdin=serial,usbkbd\0" \
Vignesh Raghavendra53d42172020-02-04 11:09:53 +053067 "args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 " \
68 "${mtdparts}\0" \
Faiz Abbasd044bfc2019-06-11 00:43:43 +053069 "run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0" \
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053070
71/* U-Boot MMC-specific configuration */
72#define EXTRA_ENV_AM65X_BOARD_SETTINGS_MMC \
73 "boot=mmc\0" \
74 "mmcdev=1\0" \
75 "bootpart=1:2\0" \
76 "bootdir=/boot\0" \
77 "rd_spec=-\0" \
78 "init_mmc=run args_all args_mmc\0" \
79 "get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}\0" \
Andreas Dannenberge102c4f2019-06-04 18:08:27 -050080 "get_overlay_mmc=" \
81 "fdt address ${fdtaddr};" \
82 "fdt resize 0x100000;" \
Andrew F. Davis685fb742019-08-12 15:59:53 -040083 "for overlay in $name_overlays;" \
Andreas Dannenberge102c4f2019-06-04 18:08:27 -050084 "do;" \
Nishanth Menon360eb462020-10-07 21:48:01 -050085 "load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay};" \
86 "fdt apply ${dtboaddr};" \
Andreas Dannenberge102c4f2019-06-04 18:08:27 -050087 "done;\0" \
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053088 "get_kern_mmc=load mmc ${bootpart} ${loadaddr} " \
Faiz Abbasd044bfc2019-06-11 00:43:43 +053089 "${bootdir}/${name_kern}\0" \
Andrew F. Davisc21e8192019-08-26 17:51:00 -040090 "get_fit_mmc=load mmc ${bootpart} ${addr_fit} " \
91 "${bootdir}/${name_fit}\0" \
Faiz Abbasd044bfc2019-06-11 00:43:43 +053092 "partitions=" PARTS_DEFAULT
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +053093
Suman Anna96b3d762019-09-04 16:01:44 +053094#ifdef DEFAULT_RPROCS
95#undef DEFAULT_RPROCS
96#endif
97#define DEFAULT_RPROCS "" \
98 "0 /lib/firmware/am65x-mcu-r5f0_0-fw " \
99 "1 /lib/firmware/am65x-mcu-r5f0_1-fw "
100
Vignesh Raghavendra53d42172020-02-04 11:09:53 +0530101#ifdef CONFIG_TARGET_AM654_A53_EVM
102#define EXTRA_ENV_AM65X_BOARD_SETTINGS_MTD \
103 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
104 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"
105#else
106#define EXTRA_ENV_AM65X_BOARD_SETTINGS_MTD
107#endif
108
109#define EXTRA_ENV_AM65X_BOARD_SETTINGS_UBI \
110 "init_ubi=run args_all args_ubi; sf probe; " \
111 "ubi part ospi.rootfs; ubifsmount ubi:rootfs;\0" \
112 "get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern}\0" \
113 "get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}\0" \
114 "args_ubi=setenv bootargs console=${console} ${optargs} " \
115 "rootfstype=ubifs root=ubi0:rootfs rw ubi.mtd=ospi.rootfs\0"
116
Vignesh Raghavendrafa286012019-12-09 10:37:34 +0530117#define EXTRA_ENV_DFUARGS \
Vignesh Raghavendrafa286012019-12-09 10:37:34 +0530118 DFU_ALT_INFO_MMC \
Faiz Abbas7a155972020-08-03 11:35:13 +0530119 DFU_ALT_INFO_RAM \
Vignesh Raghavendrafa286012019-12-09 10:37:34 +0530120 DFU_ALT_INFO_EMMC \
121 DFU_ALT_INFO_OSPI
122
Tom Rini6e410d32021-07-13 10:11:39 -0400123#ifdef CONFIG_TARGET_AM654_A53_EVM
124#define BOOT_TARGET_DEVICES(func) \
125 func(MMC, mmc, 1) \
126 func(MMC, mmc, 0)
127
128#include <config_distro_bootcmd.h>
129#else
130#define BOOTENV
131#endif
132
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +0530133/* Incorporate settings into the U-Boot environment */
134#define CONFIG_EXTRA_ENV_SETTINGS \
Nishanth Menon360eb462020-10-07 21:48:01 -0500135 DEFAULT_LINUX_BOOT_ENV \
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +0530136 DEFAULT_MMC_TI_ARGS \
Andrew F. Davisc21e8192019-08-26 17:51:00 -0400137 DEFAULT_FIT_TI_ARGS \
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +0530138 EXTRA_ENV_AM65X_BOARD_SETTINGS \
Suman Anna96b3d762019-09-04 16:01:44 +0530139 EXTRA_ENV_AM65X_BOARD_SETTINGS_MMC \
Vignesh Raghavendra53d42172020-02-04 11:09:53 +0530140 EXTRA_ENV_AM65X_BOARD_SETTINGS_MTD \
141 EXTRA_ENV_AM65X_BOARD_SETTINGS_UBI \
Vignesh Raghavendrafa286012019-12-09 10:37:34 +0530142 EXTRA_ENV_RPROC_SETTINGS \
Tom Rini6e410d32021-07-13 10:11:39 -0400143 EXTRA_ENV_DFUARGS \
144 BOOTENV
Andreas Dannenbergc4fc2cc2018-08-27 15:59:07 +0530145
Faiz Abbase0717ac2020-08-03 11:35:14 +0530146#define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1
147
Lokesh Vutla029f9212018-08-27 15:59:06 +0530148/* Now for the remaining common defines */
149#include <configs/ti_armv7_common.h>
150
151#endif /* __CONFIG_AM654_EVM_H */