aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080qds-64b.conf
blob: d149b6e2742322467b1cf920754fb87a84c6eac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#@TYPE: Machine
#@DESCRIPTION: Machine configuration for running T2080QDS in 64-bit mode

require e6500-64b.inc
require conf/machine/include/soc-family.inc

SOC_FAMILY = "t2080"
# TODO: fix 32bit build of u-boot
UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT"
KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
USE_VT = "0"