aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p5020ds.conf
blob: 72effb10feda85b0940bf8aba691364141d75b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#@TYPE: Machine
#@NAME: Freescale P5020DS
#@SOC: p5020
#@DESCRIPTION: Machine configuration for running P5020DS in 32-bit mode
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

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

SOC_FAMILY = "p5020"
UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH "
KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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