On Thu, Sep 30, 2010 at 01:12:02PM -0500, Chase Maupin wrote: > * Add support for the TI816x family of devices. This includes > the c6a816x and am389x devices. > * Separate machine types are used because not all packages > are valid for each machine. > > Signed-off-by: Chase Maupin <[email protected]> > --- > conf/machine/am389x-evm.conf | 5 +++++ > conf/machine/c6a816x-evm.conf | 5 +++++ > conf/machine/include/ti816x.inc | 26 ++++++++++++++++++++++++++ > 3 files changed, 36 insertions(+), 0 deletions(-) > create mode 100644 conf/machine/am389x-evm.conf > create mode 100644 conf/machine/c6a816x-evm.conf > create mode 100644 conf/machine/include/ti816x.inc > > diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf > new file mode 100644 > index 0000000..9bfe7a7 > --- /dev/null > +++ b/conf/machine/am389x-evm.conf > @@ -0,0 +1,5 @@ > +...@type: Machine > +...@name: am389x evm > +...@description: Machine configuration for the am389x evm > + > +require conf/machine/include/ti816x.inc > diff --git a/conf/machine/c6a816x-evm.conf b/conf/machine/c6a816x-evm.conf > new file mode 100644 > index 0000000..a7ab9b0 > --- /dev/null > +++ b/conf/machine/c6a816x-evm.conf > @@ -0,0 +1,5 @@ > +...@type: Machine > +...@name: c6a816x evm > +...@description: Machine configuration for the c6a816x evm > + > +require conf/machine/include/ti816x.inc > diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc > new file mode 100644 > index 0000000..e5205f7 > --- /dev/null > +++ b/conf/machine/include/ti816x.inc > @@ -0,0 +1,26 @@ > +TARGET_ARCH = "arm" > +SOC_FAMILY = "ti816x" > + > +require conf/machine/include/tune-cortexa8.inc > + > +PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
Chase, There is no linux-omap3 recipe in OE, unlike Arago. Anyway, Koen said he'll make necessary updates when he pushes all the ti816x-related changes... -- Denys > +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" > + > +# Increase this everytime you change something in the kernel > +MACHINE_KERNEL_PR = "r1" > + > +KERNEL_IMAGETYPE = "uImage" > + > +UBOOT_ARCH = "arm" > +UBOOT_MACHINE = "ti8168_evm_config" > +UBOOT_ENTRYPOINT = "0x80008000" > +UBOOT_LOADADDRESS = "0x80008000" > + > +# Only build u-boot > +EXTRA_IMAGEDEPENDS += "u-boot" > + > +# Ship all kernel modules > +IMAGE_FSTYPES ?= "jffs2 tar.bz2" > +EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" > +SERIAL_CONSOLE = "115200 ttyS2" > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
