2015-03-12 04:24:39 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_TEGRA=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_SPL_DM=y
|
2015-03-12 04:24:39 +00:00
|
|
|
CONFIG_TEGRA124=y
|
|
|
|
CONFIG_TARGET_NYAN_BIG=y
|
ARM: tegra: Add support for nyan-big board
Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but
it has a different panel, the sdcard cd and wp sense are flipped, and it has
a different revision of the AS3722 PMIC.
This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA
Tegra K1, 2GB). The display is not currently supported, so it should
boot on other nyan-based Chromebooks also, but only the device tree for
nyan-big is provided here.
The device tree file is from Linux but with features removed which are
unlikely to be supported in U-Boot soon (regulators, pinmux). Also the
addresses are updated to 32-bit.
Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
(rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
2014-12-04 13:36:30 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_SYS_PROMPT="Tegra124 (Nyan-big) # "
|
2015-06-22 21:15:30 +00:00
|
|
|
# CONFIG_CMD_IMI is not set
|
|
|
|
# CONFIG_CMD_IMLS is not set
|
|
|
|
# CONFIG_CMD_FLASH is not set
|
|
|
|
# CONFIG_CMD_FPGA is not set
|
2015-11-11 13:39:33 +00:00
|
|
|
CONFIG_CMD_GPIO=y
|
2015-06-22 21:15:30 +00:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
# CONFIG_CMD_NFS is not set
|
2016-01-30 23:37:50 +00:00
|
|
|
CONFIG_CMD_PMIC=y
|
|
|
|
CONFIG_CMD_REGULATOR=y
|
2015-08-23 00:31:44 +00:00
|
|
|
CONFIG_CMD_TPM=y
|
|
|
|
CONFIG_CMD_TPM_TEST=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_CROS_EC_KEYB=y
|
2015-06-22 21:15:29 +00:00
|
|
|
CONFIG_CMD_CROS_EC=y
|
2015-06-05 20:39:34 +00:00
|
|
|
CONFIG_CROS_EC=y
|
|
|
|
CONFIG_CROS_EC_SPI=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_SPI_FLASH=y
|
2015-11-25 13:34:54 +00:00
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
2016-01-30 23:37:50 +00:00
|
|
|
CONFIG_DM_PMIC=y
|
|
|
|
CONFIG_DM_REGULATOR=y
|
|
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
|
|
CONFIG_DM_PWM=y
|
2016-01-30 23:38:00 +00:00
|
|
|
CONFIG_PWM_TEGRA=y
|
2015-11-19 13:48:14 +00:00
|
|
|
CONFIG_SYS_NS16550=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_TEGRA114_SPI=y
|
2015-10-06 20:54:41 +00:00
|
|
|
CONFIG_TPM_TIS_INFINEON=y
|
2015-06-22 21:15:29 +00:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_DM_USB=y
|
2016-01-22 02:45:00 +00:00
|
|
|
CONFIG_DISPLAY=y
|
2016-01-25 16:17:22 +00:00
|
|
|
CONFIG_I2C_EDID=y
|
2016-01-30 23:37:50 +00:00
|
|
|
CONFIG_DM_VIDEO=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_VIDEO_TEGRA124=y
|
2016-01-30 23:37:50 +00:00
|
|
|
CONFIG_VIDEO_BRIDGE=y
|
2015-06-22 21:15:29 +00:00
|
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_TPM=y
|
2016-01-30 23:37:50 +00:00
|
|
|
CONFIG_ERRNO_STR=y
|