From 6a868a671472d454b407a165fc31c5f7dfe783c6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Jul 2015 16:02:25 -0300 Subject: Move meta-fsl-ppc content to layer root This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- conf/machine/p1025twr.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/p1025twr.conf (limited to 'conf/machine/p1025twr.conf') diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf new file mode 100644 index 000000000..0c6bb57ad --- /dev/null +++ b/conf/machine/p1025twr.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@Name: Freescale P1025TWR +#@SOC: p1025 +#@DESCRIPTION: Machine configuration for running P1025TWR +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e500v2.inc + +SOC_FAMILY = "p1025" +BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" +UBOOT_MACHINES ?= "TWR-P1025" +KERNEL_DEVICETREE ?= "p1025twr_32b.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x20000" +QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin" + -- cgit v1.2.3-54-g00ecf