[oe] [PATCH] Add Freescale P2020DS Demo Board

Tom Rini tom_rini at mentor.com
Wed Mar 10 15:29:54 UTC 2010


On Wed, 2010-03-10 at 13:54 +0000, Martyn Welch wrote:
> This patch adds the Freescale P2020DS demo board, which is based on the
> p2020 SOC.
> 
> Signed-off-by: Martyn Welch <martyn.welch at gefanuc.com>
> ---
> 
>  conf/machine/p2020ds.conf     |   23 +++++++++++++++++++++++
>  recipes/linux/linux.inc       |    1 +
>  recipes/linux/linux_2.6.33.bb |    5 +++++
>  recipes/u-boot/u-boot_git.bb  |    1 +
>  4 files changed, 30 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
> new file mode 100644
> index 0000000..48ab353
> --- /dev/null
> +++ b/conf/machine/p2020ds.conf
> @@ -0,0 +1,23 @@
> +#@TYPE: Machine
> +#@Name: P2020ds
> +#@DESCRIPTION: Machine configuration for the freescale p2020ds development board
> +
> +TARGET_ARCH = "powerpc"
> +
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux"
> +
> +MACHINE_FEATURES = "kernel26 usbhost pci pcmcia ext2 vfat nfs uboot"

Do you really want pcmcia in there?

> +
> +KERNEL_IMAGETYPE = "uImage"
> +UBOOT_ENTRYPOINT = "0"
> +
> +UBOOT_MACHINE = "P2020DS_config"
> +
> +# Need to create jffs2 images with the correct endianess
> +EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x40000"

A guess, --no-cleanmarkers as well?

-- 
Tom Rini <tom_rini at mentor.com>
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list