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 19:32:56 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_TEGRA=y
|
2018-02-03 17:10:38 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x80080000
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_SIZE=0x2000
|
|
|
|
CONFIG_ENV_OFFSET=0xFFFFE000
|
2019-04-15 09:32:27 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=1026
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_TEGRA186=y
|
2019-04-15 09:32:34 +00:00
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
2019-06-21 14:11:23 +00:00
|
|
|
CONFIG_OF_SYSTEM_SETUP=y
|
2016-10-18 02:12:37 +00:00
|
|
|
CONFIG_CONSOLE_MUX=y
|
2016-10-18 02:13:02 +00:00
|
|
|
CONFIG_SYS_STDIO_DEREGISTER=y
|
2016-08-30 16:22:07 +00:00
|
|
|
CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-000) # "
|
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 19:32:56 +00:00
|
|
|
# CONFIG_CMD_IMI is not set
|
2017-08-14 23:58:53 +00: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 19:32:56 +00:00
|
|
|
CONFIG_CMD_MMC=y
|
2017-08-14 23:58:53 +00: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 19:32:56 +00:00
|
|
|
CONFIG_CMD_SPI=y
|
|
|
|
CONFIG_CMD_USB=y
|
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
# CONFIG_CMD_NFS is not set
|
|
|
|
CONFIG_CMD_EXT4_WRITE=y
|
2018-09-03 19:26:12 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-000"
|
2019-11-13 03:46:36 +00:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2019-02-20 12:17:26 +00:00
|
|
|
CONFIG_SYS_I2C_TEGRA=y
|
2016-09-08 20:11:59 +00:00
|
|
|
CONFIG_TEGRA186_BPMP_I2C=y
|
2016-09-12 17:51:15 +00:00
|
|
|
CONFIG_DWC_ETH_QOS=y
|
2016-07-29 19:15:06 +00:00
|
|
|
CONFIG_E1000=y
|
2016-09-08 20:11:59 +00:00
|
|
|
CONFIG_RTL8169=y
|
2016-10-26 21:15:37 +00:00
|
|
|
CONFIG_PCI=y
|
|
|
|
CONFIG_DM_PCI=y
|
|
|
|
CONFIG_DM_PCI_COMPAT=y
|
2016-07-29 19:15:06 +00:00
|
|
|
CONFIG_PCI_TEGRA=y
|
2016-09-08 20:11:59 +00: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 19:32:56 +00:00
|
|
|
CONFIG_SYS_NS16550=y
|
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_DM_USB=y
|
2020-03-26 22:20:43 +00:00
|
|
|
CONFIG_POSITION_INDEPENDENT=y
|
2020-03-26 22:59:14 +00:00
|
|
|
CONFIG_BOOTP_PREFER_SERVERIP=y
|