All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/6] ti814x: Add new machine definitions
Date: Thu, 31 Mar 2011 08:41:44 +0200	[thread overview]
Message-ID: <in17n8$pfl$1@dough.gmane.org> (raw)
In-Reply-To: <1301508491-3062-1-git-send-email-Chase.Maupin@ti.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 30-03-11 20:08, Chase Maupin wrote:
> * Add new am387x-evm machine definition
> * Add new dm814xx-evm machine definition
> * Add new c6a814x-evm machine definition
> * New SOC_FAMILY ti814x available
> * Based on machine configuration files from Arago contributed
>   by Siddharth Heroor

FWIW, the machines get generally added last in the patch series since
now you have a commit where there are machines, but no uboot/kernel/etc.

regards,

Koen


> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  conf/machine/am387x-evm.conf    |    5 +++++
>  conf/machine/c6a814x-evm.conf   |    5 +++++
>  conf/machine/dm814x-evm.conf    |    5 +++++
>  conf/machine/include/ti814x.inc |   26 ++++++++++++++++++++++++++
>  4 files changed, 41 insertions(+), 0 deletions(-)
>  create mode 100644 conf/machine/am387x-evm.conf
>  create mode 100644 conf/machine/c6a814x-evm.conf
>  create mode 100644 conf/machine/dm814x-evm.conf
>  create mode 100644 conf/machine/include/ti814x.inc
> 
> diff --git a/conf/machine/am387x-evm.conf b/conf/machine/am387x-evm.conf
> new file mode 100644
> index 0000000..ebf9889
> --- /dev/null
> +++ b/conf/machine/am387x-evm.conf
> @@ -0,0 +1,5 @@
> +#@TYPE: Machine
> +#@NAME: AM389x evm
> +#@DESCRIPTION: Machine configuration for the AM389x evm
> +
> +require conf/machine/include/ti814x.inc
> diff --git a/conf/machine/c6a814x-evm.conf b/conf/machine/c6a814x-evm.conf
> new file mode 100644
> index 0000000..b85c489
> --- /dev/null
> +++ b/conf/machine/c6a814x-evm.conf
> @@ -0,0 +1,5 @@
> +#@TYPE: Machine
> +#@NAME: c6a814x evm
> +#@DESCRIPTION: Machine configuration for the c6a814x evm
> +
> +require conf/machine/include/ti814x.inc
> diff --git a/conf/machine/dm814x-evm.conf b/conf/machine/dm814x-evm.conf
> new file mode 100644
> index 0000000..140dcc1
> --- /dev/null
> +++ b/conf/machine/dm814x-evm.conf
> @@ -0,0 +1,5 @@
> +#@TYPE: Machine
> +#@NAME: DM814x evm
> +#@DESCRIPTION: Machine configuration for the DM814x evm
> +
> +require conf/machine/include/ti814x.inc
> diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc
> new file mode 100644
> index 0000000..8fa7ee9
> --- /dev/null
> +++ b/conf/machine/include/ti814x.inc
> @@ -0,0 +1,26 @@
> +TARGET_ARCH = "arm"
> +SOC_FAMILY = "ti814x"
> +
> +require conf/machine/include/tune-cortexa8.inc
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
> +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 = "ti8148_evm_config_nand"
> +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 = "-lqn -e 128"
> +SERIAL_CONSOLE = "115200 ttyO0"
> +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNlCIoMkyGM64RGpERAkAmAJ9Eie7vs4ZP8LqzsxsOwmwhbas0fACgoUTl
KodmBksvnoK3o5Kx+x6LQZk=
=mssH
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2011-03-31  6:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30 18:08 [PATCH 1/6] ti814x: Add new machine definitions Chase Maupin
2011-03-30 18:08 ` [PATCH 2/6] linux-omap3: add PSP recipe for am387x-evm Chase Maupin
2011-03-30 18:08 ` [PATCH 3/6] u-boot: Add PSP version " Chase Maupin
2011-03-31 21:12   ` Khem Raj
2011-03-30 18:08 ` [PATCH 4/6] sort: Add ti814x machine types Chase Maupin
2011-03-30 18:08 ` [PATCH 5/6] am-benchmarks: Add support for am387x-evm machine Chase Maupin
2011-03-30 18:08 ` [PATCH 6/6] matrix-gui: " Chase Maupin
2011-03-31  6:41 ` Koen Kooi [this message]
2011-03-31 14:02   ` [PATCH 1/6] ti814x: Add new machine definitions Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='in17n8$pfl$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.