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 <[email protected]> >> --- >> >> 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 [email protected] | M2 3AB VAT:GB 927559189 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
