2015-03-12 13:24:39 +09:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_TEGRA=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_SPL_DM=y
|
2015-03-12 13:24:39 +09: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 06:36:30 -07:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
2016-02-22 22:55:43 -07:00
|
|
|
CONFIG_FIT=y
|
|
|
|
CONFIG_FIT_BEST_MATCH=y
|
|
|
|
CONFIG_OF_SYSTEM_SETUP=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_SYS_PROMPT="Tegra124 (Nyan-big) # "
|
2015-06-22 16:15:30 -05: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 21:39:33 +08:00
|
|
|
CONFIG_CMD_GPIO=y
|
2015-06-22 16:15:30 -05:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
# CONFIG_CMD_NFS is not set
|
2016-01-30 16:37:50 -07:00
|
|
|
CONFIG_CMD_PMIC=y
|
|
|
|
CONFIG_CMD_REGULATOR=y
|
2015-08-22 18:31:44 -06:00
|
|
|
CONFIG_CMD_TPM=y
|
|
|
|
CONFIG_CMD_TPM_TEST=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_CROS_EC_KEYB=y
|
2015-06-22 16:15:29 -05:00
|
|
|
CONFIG_CMD_CROS_EC=y
|
2015-06-05 14:39:34 -06:00
|
|
|
CONFIG_CROS_EC=y
|
|
|
|
CONFIG_CROS_EC_SPI=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_SPI_FLASH=y
|
2015-11-25 05:34:54 -08:00
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
2016-01-30 16:37:50 -07:00
|
|
|
CONFIG_DM_PMIC=y
|
|
|
|
CONFIG_DM_REGULATOR=y
|
|
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
2016-01-30 16:38:00 -07:00
|
|
|
CONFIG_PWM_TEGRA=y
|
2015-11-19 21:48:14 +08:00
|
|
|
CONFIG_SYS_NS16550=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_TEGRA114_SPI=y
|
2015-10-06 22:54:41 +02:00
|
|
|
CONFIG_TPM_TIS_INFINEON=y
|
2015-06-22 16:15:29 -05:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_DM_USB=y
|
2016-03-25 16:39:47 +02:00
|
|
|
CONFIG_USB_GADGET=y
|
2016-04-13 14:20:25 +03:00
|
|
|
CONFIG_CI_UDC=y
|
2016-04-13 14:20:26 +03:00
|
|
|
CONFIG_USB_GADGET_DOWNLOAD=y
|
2016-04-13 14:20:30 +03:00
|
|
|
CONFIG_G_DNL_MANUFACTURER="NVIDIA"
|
|
|
|
CONFIG_G_DNL_VENDOR_NUM=0x0955
|
|
|
|
CONFIG_G_DNL_PRODUCT_NUM=0x701a
|
2016-01-30 16:37:50 -07:00
|
|
|
CONFIG_DM_VIDEO=y
|
2016-03-21 06:47:40 -07:00
|
|
|
CONFIG_DISPLAY=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_VIDEO_TEGRA124=y
|
2016-01-30 16:37:50 -07:00
|
|
|
CONFIG_VIDEO_BRIDGE=y
|
2015-06-22 16:15:29 -05:00
|
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
2015-09-28 05:14:15 -07:00
|
|
|
CONFIG_TPM=y
|
2016-01-30 16:37:50 -07:00
|
|
|
CONFIG_ERRNO_STR=y
|