aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p5020ds-64b.conf
blob: 144781bf97e34e4761c9cbd8c421354fc3f401a9 (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 

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

SOC_FAMILY = "p5020"
# TODO: fix 32bit build of u-boot for p5020ds-64b
UBOOT_MACHINES ?= "P5020DS"
KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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