From 177ef53047019757b70b5ca87171b2c88e26ba07 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:41:56 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- conf/machine/p1021rdb.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/machine/p1021rdb.conf (limited to 'conf/machine/p1021rdb.conf') diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf new file mode 100644 index 0000000..2e62adb --- /dev/null +++ b/conf/machine/p1021rdb.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@Name: Freescale P1021RDB +#@DESCRIPTION: Machine configuration for the Freescale P1021RDB + +require e500v2.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "p1021" +BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" +UBOOT_MACHINES ?= "P1021RDB-PC P1021RDB-PC_NAND P1021RDB-PC_SDCARD P1021RDB-PC_SPIFLASH P1021RDB-PC_36BIT P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC_36BIT_NAND P1021RDB-PC_36BIT_SDCARD" +KERNEL_DEVICETREE = "p1021rdb-pc_32b.dtb" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x20000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" -- cgit v1.2.3-54-g00ecf