ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
CONFIG_ARM=y
|
2020-05-06 08:02:41 -04:00
|
|
|
CONFIG_ARCH_TEGRA=y
|
2018-02-03 12:10:38 -05:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x80080000
|
2020-08-10 15:31:07 -04:00
|
|
|
CONFIG_NR_DRAM_BANKS=1026
|
2019-11-18 20:02:10 -05:00
|
|
|
CONFIG_ENV_SIZE=0x2000
|
|
|
|
CONFIG_ENV_OFFSET=0xFFFFE000
|
2019-04-29 15:54:04 -04:00
|
|
|
CONFIG_TEGRA186=y
|
2020-07-28 08:46:52 -04:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-500"
|
2019-04-15 11:32:34 +02:00
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
2019-06-21 10:11:23 -04:00
|
|
|
CONFIG_OF_SYSTEM_SETUP=y
|
2016-10-17 20:12:37 -06:00
|
|
|
CONFIG_CONSOLE_MUX=y
|
2016-10-17 20:13:02 -06:00
|
|
|
CONFIG_SYS_STDIO_DEREGISTER=y
|
2016-08-30 10:22:07 -06:00
|
|
|
CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-500) # "
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
# CONFIG_CMD_IMI is not set
|
2017-08-14 19:58:53 -04:00
|
|
|
CONFIG_CMD_GPIO=y
|
|
|
|
CONFIG_CMD_I2C=y
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
CONFIG_CMD_MMC=y
|
2017-08-14 19:58:53 -04:00
|
|
|
CONFIG_CMD_PCI=y
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
CONFIG_CMD_SPI=y
|
|
|
|
CONFIG_CMD_USB=y
|
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
2020-04-28 16:15:47 -04:00
|
|
|
CONFIG_BOOTP_PREFER_SERVERIP=y
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
# CONFIG_CMD_NFS is not set
|
|
|
|
CONFIG_CMD_EXT4_WRITE=y
|
2020-07-03 06:48:56 -05:00
|
|
|
CONFIG_ENV_OVERWRITE=y
|
2019-11-12 22:46:36 -05:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2020-07-24 17:14:47 -04:00
|
|
|
CONFIG_SYS_MMC_ENV_PART=2
|
2019-02-20 12:17:26 +00:00
|
|
|
CONFIG_SYS_I2C_TEGRA=y
|
2016-09-08 16:11:59 -04:00
|
|
|
CONFIG_TEGRA186_BPMP_I2C=y
|
2016-09-12 11:51:15 -06:00
|
|
|
CONFIG_DWC_ETH_QOS=y
|
2016-07-29 13:15:06 -06:00
|
|
|
CONFIG_E1000=y
|
2016-09-08 16:11:59 -04:00
|
|
|
CONFIG_RTL8169=y
|
2016-10-26 17:15:37 -04:00
|
|
|
CONFIG_PCI=y
|
|
|
|
CONFIG_DM_PCI=y
|
|
|
|
CONFIG_DM_PCI_COMPAT=y
|
2016-07-29 13:15:06 -06:00
|
|
|
CONFIG_PCI_TEGRA=y
|
2016-09-08 16:11:59 -04:00
|
|
|
CONFIG_POWER_DOMAIN=y
|
|
|
|
CONFIG_TEGRA186_POWER_DOMAIN=y
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 13:32:56 -06:00
|
|
|
CONFIG_SYS_NS16550=y
|
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_DM_USB=y
|