From: Zhenhua Luo Date: Wed, 7 Dec 2011 14:56:27 +0000 (+0000) Subject: conf/machines: add non-dpaa target boards support X-Git-Tag: 2.1~534^2~548 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d7f0a98ffec25f6304ee379e21f62f6838a7ceb3;p=meta-freescale.git conf/machines: add non-dpaa target boards support The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/machine/mpc8536ds.conf b/meta-fsl-ppc/conf/machine/mpc8536ds.conf new file mode 100644 index 00000000..02170cb9 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/mpc8536ds.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale MPC8536DS +#@DESCRIPTION: Machine configuration for the Freescale MPC8536DS + +require e500v2.inc + +UBOOT_MACHINES = "MPC8536DS" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/mpc8548cds.conf b/meta-fsl-ppc/conf/machine/mpc8548cds.conf new file mode 100644 index 00000000..738f9831 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/mpc8548cds.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale MPC8548CDS +#@DESCRIPTION: Machine configuration for the Freescale MPC8548CDS + +require e500v2.inc + +UBOOT_MACHINES = "MPC8548CDS" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1010rdb.conf b/meta-fsl-ppc/conf/machine/p1010rdb.conf new file mode 100644 index 00000000..726d2122 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1010rdb.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1010RDB +#@DESCRIPTION: Machine configuration for the Freescale P1010RDB + +require e500v2.inc + +UBOOT_MACHINES = "P1010RDB_NAND" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1020mbg.conf b/meta-fsl-ppc/conf/machine/p1020mbg.conf new file mode 100644 index 00000000..ba1de3c8 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1020mbg.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1020MBG +#@DESCRIPTION: Machine configuration for the Freescale P1020MBG + +require e500v2.inc + +UBOOT_MACHINES = "P1020MBG-PC" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020mbg.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1020utm.conf b/meta-fsl-ppc/conf/machine/p1020utm.conf new file mode 100644 index 00000000..91833b16 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1020utm.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1020UTM +#@DESCRIPTION: Machine configuration for the Freescale P1020UTM + +require e500v2.inc + +UBOOT_MACHINES = "P1020UTM-PC" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1021rdb.conf b/meta-fsl-ppc/conf/machine/p1021rdb.conf new file mode 100644 index 00000000..7e029be4 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1021rdb.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1021RDB +#@DESCRIPTION: Machine configuration for the Freescale P1021RDB + +require e500v2.inc + +UBOOT_MACHINES = "P1021RDB-PC" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1024rdb.conf b/meta-fsl-ppc/conf/machine/p1024rdb.conf new file mode 100644 index 00000000..e170a997 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1024rdb.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1024RDB +#@DESCRIPTION: Machine configuration for the Freescale P1024RDB + +require e500v2.inc + +UBOOT_MACHINES = "P1024RDB" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1024rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p1025rdb.conf b/meta-fsl-ppc/conf/machine/p1025rdb.conf new file mode 100644 index 00000000..6e7b3c0b --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1025rdb.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P1025RDB +#@DESCRIPTION: Machine configuration for the Freescale P1025RDB + +require e500v2.inc + +UBOOT_MACHINES = "P1025RDB" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p2020rdb.conf b/meta-fsl-ppc/conf/machine/p2020rdb.conf new file mode 100644 index 00000000..22b07f8c --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p2020rdb.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@Name: Freescale P2020RDB +#@DESCRIPTION: Machine configuration for the Freescale P2020RDB + +require e500v2.inc + +UBOOT_MACHINES = "P2020RDB-PC" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"