[oe] [PATCH] Add Freescale P2020DS Demo Board

Martyn Welch martyn.welch at ge.com
Wed Mar 10 15:54:35 UTC 2010


Tom Rini wrote:
> 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?
>
>   

We have some expansion cards for our boards which provide it, but I
guess it is actually very unlikely we will plug these into this machine.

>> +
>> +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?
>   
Huh, didn't know about them, so I guess so.

Martyn

-- 
Martyn Welch (Principal Software Engineer)   |   Registered in England and
GE Intelligent Platforms                     |   Wales (3828642) at 100
T +44(0)127322748                            |   Barbirolli Square, Manchester,
E martyn.welch at ge.com                        |   M2 3AB  VAT:GB 927559189





More information about the Openembedded-devel mailing list