All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Restructure TI DaVinci platforms and introduce new EVMs
@ 2009-05-12  0:54 Denys Dmytriyenko
  2009-05-12  0:54 ` [PATCH 1/8] davinci.inc: add common DaVinci machine configuration Denys Dmytriyenko
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2009-05-12  0:54 UTC (permalink / raw)
  To: openembedded-devel

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.

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                      |   13 +
 conf/machine/dm357-evm.conf                      |   13 +
 conf/machine/dm365-evm.conf                      |   13 +
 conf/machine/dm6446-evm.conf                     |   13 +
 conf/machine/dm6467-evm.conf                     |   13 +
 conf/machine/include/davinci.inc                 |   24 +
 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, 4306 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




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-05-12 16:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12  0:54 [PATCH 0/8] Restructure TI DaVinci platforms and introduce new EVMs Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 1/8] davinci.inc: add common DaVinci machine configuration Denys Dmytriyenko
2009-05-12 10:58   ` Marcin Juszkiewicz
2009-05-12  0:54 ` [PATCH 2/8] dm6446-evm: rename machine from davinci-dvevm and add defconfig Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 3/8] dm6467-evm: add new machine definition and defconfig Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 4/8] dm355-evm: " Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 5/8] dm365-evm: add new machine definition Denys Dmytriyenko
2009-05-12 11:01   ` Marcin Juszkiewicz
2009-05-12  0:54 ` [PATCH 6/8] dm357-evm: " Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 7/8] linux-davinci: build linux-davinci kernels for dm6446, dm6467 and dm355 EVMs Denys Dmytriyenko
2009-05-12 11:03   ` Marcin Juszkiewicz
2009-05-12 16:32     ` Koen Kooi
2009-05-12 16:51       ` Denys Dmytriyenko
2009-05-12  0:54 ` [PATCH 8/8] u-boot: update git recipe with the new DaVinci EVMs Denys Dmytriyenko

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.