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

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.

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




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

end of thread, other threads:[~2009-05-20 14:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.