blob: 0fb0c6339018c890363368cf130a9c340f3a2d83 [file] [log] [blame]
Masahiro Yamadaddd960e2014-08-31 07:10:56 +09001if TEGRA
2
Simon Glass53b5bf32016-09-12 23:18:39 -06003config SPL_GPIO_SUPPORT
4 default y
5
Simon Glass77d2f7f2016-09-12 23:18:41 -06006config SPL_LIBCOMMON_SUPPORT
7 default y
8
Simon Glasscc4288e2016-09-12 23:18:43 -06009config SPL_LIBGENERIC_SUPPORT
10 default y
11
Simon Glasse00f76c2016-09-12 23:18:56 -060012config SPL_SERIAL_SUPPORT
13 default y
14
Stephen Warren49626ea2016-07-18 12:17:11 -060015config TEGRA_IVC
16 bool "Tegra IVC protocol"
17 help
18 IVC (Inter-VM Communication) protocol is a Tegra-specific IPC
19 (Inter Processor Communication) framework. Within the context of
20 U-Boot, it is typically used for communication between the main CPU
21 and various auxiliary processors.
22
Stephen Warren15bcc622015-11-23 10:32:01 -070023config TEGRA_COMMON
24 bool "Tegra common options"
Stephen Warren140a9ea2016-09-13 10:46:00 -060025 select CLK
Tom Warren56079ec2015-07-17 08:12:51 -070026 select DM
Simon Glass96350f72015-11-29 13:18:01 -070027 select DM_ETH
Tom Warren56079ec2015-07-17 08:12:51 -070028 select DM_GPIO
Stephen Warren15bcc622015-11-23 10:32:01 -070029 select DM_I2C
Simon Glassf77f5e92015-10-18 21:17:16 -060030 select DM_KEYBOARD
Tom Warren6a474db2016-09-13 10:45:48 -060031 select DM_MMC
Simon Glass91c08af2016-01-30 16:38:01 -070032 select DM_PWM
Stephen Warren140a9ea2016-09-13 10:46:00 -060033 select DM_RESET
Stephen Warren15bcc622015-11-23 10:32:01 -070034 select DM_SERIAL
35 select DM_SPI
36 select DM_SPI_FLASH
Stephen Warren140a9ea2016-09-13 10:46:00 -060037 select MISC
Adam Fordf1b1f772018-04-15 13:51:26 -040038 select SPI
Stephen Warren15bcc622015-11-23 10:32:01 -070039 select OF_CONTROL
Simon Glassd6ef8a62016-02-16 18:09:19 -070040 select VIDCONSOLE_AS_LCD if DM_VIDEO
Simon Glassa5d67542017-01-23 13:31:20 -070041 select BOARD_EARLY_INIT_F
Simon Glassf2faffe2017-11-13 18:55:06 -070042 select BINMAN
Daniel Thompson221a9492017-05-19 17:26:58 +010043 imply CRC32_VERIFY
Stephen Warren15bcc622015-11-23 10:32:01 -070044
Stephen Warren140a9ea2016-09-13 10:46:00 -060045config TEGRA_NO_BPMP
46 bool "Tegra common options for SoCs without BPMP"
47 select TEGRA_CAR
48 select TEGRA_CAR_CLOCK
49 select TEGRA_CAR_RESET
50
Stephen Warren15bcc622015-11-23 10:32:01 -070051config TEGRA_ARMV7_COMMON
52 bool "Tegra 32-bit common options"
Lokesh Vutlaacf15002018-04-26 18:21:26 +053053 select CPU_V7A
Stephen Warren15bcc622015-11-23 10:32:01 -070054 select SPL
Ley Foon Tan0680f1b2017-05-03 17:13:32 +080055 select SPL_BOARD_INIT if SPL
Stephen Warren15bcc622015-11-23 10:32:01 -070056 select SUPPORT_SPL
57 select TEGRA_COMMON
Stephen Warren601800b2016-05-12 12:07:41 -060058 select TEGRA_GPIO
Stephen Warren140a9ea2016-09-13 10:46:00 -060059 select TEGRA_NO_BPMP
Stephen Warren15bcc622015-11-23 10:32:01 -070060
61config TEGRA_ARMV8_COMMON
62 bool "Tegra 64-bit common options"
63 select ARM64
Stephen Warrenddecaaf2018-01-03 14:31:52 -070064 select LINUX_KERNEL_IMAGE_HEADER
Stephen Warren15bcc622015-11-23 10:32:01 -070065 select TEGRA_COMMON
Tom Warren56079ec2015-07-17 08:12:51 -070066
Stephen Warrenddecaaf2018-01-03 14:31:52 -070067if TEGRA_ARMV8_COMMON
68config LNX_KRNL_IMG_TEXT_OFFSET_BASE
69 default 0x80000000
70endif
71
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090072choice
73 prompt "Tegra SoC select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050074 optional
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090075
76config TEGRA20
77 bool "Tegra20 family"
Tom Rini8dda2e22017-03-07 07:13:42 -050078 select ARM_ERRATA_716044
79 select ARM_ERRATA_742230
80 select ARM_ERRATA_751472
Tom Warren56079ec2015-07-17 08:12:51 -070081 select TEGRA_ARMV7_COMMON
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090082
83config TEGRA30
84 bool "Tegra30 family"
Tom Rini8dda2e22017-03-07 07:13:42 -050085 select ARM_ERRATA_743622
86 select ARM_ERRATA_751472
Tom Warren56079ec2015-07-17 08:12:51 -070087 select TEGRA_ARMV7_COMMON
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090088
89config TEGRA114
90 bool "Tegra114 family"
Tom Warren56079ec2015-07-17 08:12:51 -070091 select TEGRA_ARMV7_COMMON
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090092
93config TEGRA124
94 bool "Tegra124 family"
Tom Warren56079ec2015-07-17 08:12:51 -070095 select TEGRA_ARMV7_COMMON
Simon Glass66de3ee2017-07-25 08:29:58 -060096 imply REGMAP
97 imply SYSCON
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090098
Tom Warren7aaa5a62015-03-04 16:36:00 -070099config TEGRA210
100 bool "Tegra210 family"
Stephen Warren601800b2016-05-12 12:07:41 -0600101 select TEGRA_GPIO
Stephen Warren15bcc622015-11-23 10:32:01 -0700102 select TEGRA_ARMV8_COMMON
Stephen Warren140a9ea2016-09-13 10:46:00 -0600103 select TEGRA_NO_BPMP
Tom Warren7aaa5a62015-03-04 16:36:00 -0700104
Stephen Warrenc7ba99c2016-05-12 13:32:55 -0600105config TEGRA186
106 bool "Tegra186 family"
Stephen Warren0f67e232016-06-17 09:43:57 -0600107 select DM_MAILBOX
Stephen Warren73dd5c42016-08-08 09:41:34 -0600108 select TEGRA186_BPMP
Stephen Warrend9fd7002016-08-08 11:28:24 -0600109 select TEGRA186_CLOCK
Stephen Warrenc7ba99c2016-05-12 13:32:55 -0600110 select TEGRA186_GPIO
Stephen Warren4dd99d12016-08-08 11:28:25 -0600111 select TEGRA186_RESET
Stephen Warrenc7ba99c2016-05-12 13:32:55 -0600112 select TEGRA_ARMV8_COMMON
Stephen Warren0f67e232016-06-17 09:43:57 -0600113 select TEGRA_HSP
Stephen Warren49626ea2016-07-18 12:17:11 -0600114 select TEGRA_IVC
Stephen Warrenc7ba99c2016-05-12 13:32:55 -0600115
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900116endchoice
117
Stephen Warrendd8204d2016-01-26 10:59:42 -0700118config TEGRA_DISCONNECT_UDC_ON_BOOT
119 bool "Disconnect USB device mode controller on boot"
120 default y
121 help
122 When loading U-Boot into RAM over USB protocols using tools such as
123 tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device
124 mode controller is initialized and enumerated by the host PC running
125 the tool. Unfortunately, these tools do not shut down the USB
126 controller before executing the downloaded code, and so the host PC
127 does not "de-enumerate" the USB device. This option shuts down the
128 USB controller when U-Boot boots to avoid leaving a stale USB device
129 present.
130
Simon Glassb724bd72015-02-11 16:32:59 -0700131config SYS_MALLOC_F_LEN
132 default 0x1800
133
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900134source "arch/arm/mach-tegra/tegra20/Kconfig"
135source "arch/arm/mach-tegra/tegra30/Kconfig"
136source "arch/arm/mach-tegra/tegra114/Kconfig"
137source "arch/arm/mach-tegra/tegra124/Kconfig"
Tom Warren7aaa5a62015-03-04 16:36:00 -0700138source "arch/arm/mach-tegra/tegra210/Kconfig"
Stephen Warrenc7ba99c2016-05-12 13:32:55 -0600139source "arch/arm/mach-tegra/tegra186/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900140
Simon Glass42e6f852017-05-17 03:25:11 -0600141config CMD_ENTERRCM
142 bool "Enable 'enterrcm' command"
143 default y
144 help
145 Tegra's boot ROM supports a mode whereby code may be downloaded and
146 flash-programmed over a USB connection. On dev boards, this is
147 typically entered by holding down a "force recovery" button and
148 resetting the CPU. However, not all boards have such a button (one
149 example is the Compulab Trimslice), so a method to enter RCM from
150 software is useful.
151
152 Even on boards other than Trimslice, controlling this over a UART
153 may be useful, e.g. to allow simple remote control without the need
154 for mechanical button actuators, or hooking up relays/... to the
155 button.
156
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900157endif