2015-02-02 20:22:29 +00:00
|
|
|
if TEGRA210
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Tegra210 board select"
|
|
|
|
|
2015-08-05 17:52:07 +00:00
|
|
|
config TARGET_E2220_1170
|
|
|
|
bool "NVIDIA Tegra210 E2220-1170 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-05 17:52:07 +00:00
|
|
|
help
|
|
|
|
E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM,
|
|
|
|
eMMC, SD card slot, HDMI, USB micro-B port, and sockets for various
|
|
|
|
expansion modules.
|
|
|
|
|
ARM: tegra: Add p2371-0000 board
P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O
board. The combination contains SoC, DRAM, eMMC, SD card slot,
HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA,
a GPIO expansion header, and an analog audio jack.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-05 17:52:08 +00:00
|
|
|
config TARGET_P2371_0000
|
|
|
|
bool "NVIDIA Tegra210 P2371-0000 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
ARM: tegra: Add p2371-0000 board
P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O
board. The combination contains SoC, DRAM, eMMC, SD card slot,
HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA,
a GPIO expansion header, and an analog audio jack.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-05 17:52:08 +00:00
|
|
|
help
|
|
|
|
P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O
|
|
|
|
board. The combination contains SoC, DRAM, eMMC, SD card slot,
|
|
|
|
HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA,
|
|
|
|
a GPIO expansion header, and an analog audio jack.
|
|
|
|
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
config TARGET_P2371_2180
|
2015-11-12 15:58:22 +00:00
|
|
|
bool "NVIDIA Tegra210 P2371-2180 (Jetson TX1) board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
help
|
2015-11-12 15:58:22 +00:00
|
|
|
P2371-2180 (Jetson TX1 developer kit) is a P2180 CPU board married
|
|
|
|
to a P2597 I/O board. The combination contains SoC, DRAM, eMMC, SD
|
|
|
|
card slot, HDMI, USB micro-B port, Ethernet via USB3, USB3 host
|
|
|
|
port, SATA, PCIe, and two GPIO expansion headers.
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
|
2015-02-12 22:01:49 +00:00
|
|
|
config TARGET_P2571
|
|
|
|
bool "NVIDIA Tegra210 P2571 base board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-02-12 22:01:49 +00:00
|
|
|
help
|
|
|
|
P2571 is a P2530 married to a P1963 I/O board
|
|
|
|
|
2015-02-02 20:22:29 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "tegra210"
|
|
|
|
|
2015-08-05 17:52:07 +00:00
|
|
|
source "board/nvidia/e2220-1170/Kconfig"
|
ARM: tegra: Add p2371-0000 board
P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O
board. The combination contains SoC, DRAM, eMMC, SD card slot,
HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA,
a GPIO expansion header, and an analog audio jack.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-05 17:52:08 +00:00
|
|
|
source "board/nvidia/p2371-0000/Kconfig"
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
source "board/nvidia/p2371-2180/Kconfig"
|
2015-02-12 22:01:49 +00:00
|
|
|
source "board/nvidia/p2571/Kconfig"
|
|
|
|
|
2015-02-02 20:22:29 +00:00
|
|
|
endif
|