All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCHv2 0/8] Restructure TI DaVinci platforms and introduce new EVMs
Date: Wed, 20 May 2009 16:42:45 +0200	[thread overview]
Message-ID: <gv14t5$8pn$1@ger.gmane.org> (raw)
In-Reply-To: <1242805678-20645-1-git-send-email-denis@denix.org>

On 20-05-09 09:47, Denys Dmytriyenko wrote:
> Second version of the patches, addressing all the previous comments.
>
> This set of patches restructures the support for Texas Instruments DaVinci
> platforms by reusing the existing davinci-dvevm machine (renaming it along
> the way to a more specific dm6446-evm) and introducing new EVM boards -
> dm6467-evm, dm355-evm, dm365-evm and dm357-evm. Not all the boards have
> proper support in the upstream kernel/u-boot yet.

Looks good to me

regards,

Koen



>
> Denys Dmytriyenko (8):
>    davinci.inc: add common DaVinci machine configuration
>    dm6446-evm: rename machine from davinci-dvevm and add defconfig
>    dm6467-evm: add new machine definition and defconfig
>    dm355-evm: add new machine definition and defconfig
>    dm365-evm: add new machine definition
>    dm357-evm: add new machine definition
>    linux-davinci: build linux-davinci kernels for dm6446, dm6467 and
>      dm355 EVMs
>    u-boot: update git recipe with the new DaVinci EVMs
>
>   conf/machine/davinci-dvevm.conf                  |   24 -
>   conf/machine/dm355-evm.conf                      |    7 +
>   conf/machine/dm357-evm.conf                      |    7 +
>   conf/machine/dm365-evm.conf                      |    7 +
>   conf/machine/dm6446-evm.conf                     |    7 +
>   conf/machine/dm6467-evm.conf                     |    7 +
>   conf/machine/include/davinci.inc                 |   26 +
>   recipes/linux/linux-davinci/dm355-evm/defconfig  | 1223 +++++++++++++++
>   recipes/linux/linux-davinci/dm6446-evm/defconfig | 1738 ++++++++++++++++++++++
>   recipes/linux/linux-davinci/dm6467-evm/defconfig | 1241 +++++++++++++++
>   recipes/linux/linux-davinci_2.6.28.bb            |    4 +-
>   recipes/linux/linux-davinci_git.bb               |   11 +-
>   recipes/u-boot/u-boot_git.bb                     |    6 +-
>   13 files changed, 4278 insertions(+), 30 deletions(-)
>   delete mode 100644 conf/machine/davinci-dvevm.conf
>   create mode 100644 conf/machine/dm355-evm.conf
>   create mode 100644 conf/machine/dm357-evm.conf
>   create mode 100644 conf/machine/dm365-evm.conf
>   create mode 100644 conf/machine/dm6446-evm.conf
>   create mode 100644 conf/machine/dm6467-evm.conf
>   create mode 100644 conf/machine/include/davinci.inc
>   create mode 100644 recipes/linux/linux-davinci/dm355-evm/defconfig
>   create mode 100644 recipes/linux/linux-davinci/dm6446-evm/defconfig
>   create mode 100644 recipes/linux/linux-davinci/dm6467-evm/defconfig





      parent reply	other threads:[~2009-05-20 14:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-20  7:47 [PATCHv2 0/8] Restructure TI DaVinci platforms and introduce new EVMs Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 1/8] davinci.inc: add common DaVinci machine configuration Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 2/8] dm6446-evm: rename machine from davinci-dvevm and add defconfig Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 3/8] dm6467-evm: add new machine definition and defconfig Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 4/8] dm355-evm: " Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 5/8] dm365-evm: add new machine definition Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 6/8] dm357-evm: " Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 7/8] linux-davinci: build linux-davinci kernels for dm6446, dm6467 and dm355 EVMs Denys Dmytriyenko
2009-05-20  7:47 ` [PATCHv2 8/8] u-boot: update git recipe with the new DaVinci EVMs Denys Dmytriyenko
2009-05-20  9:49 ` [PATCHv2 0/8] Restructure TI DaVinci platforms and introduce new EVMs Marcin Juszkiewicz
2009-05-20 14:42 ` Koen Kooi [this message]

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='gv14t5$8pn$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.