[oe] [PATCHv2 0/8] Restructure TI DaVinci platforms and introduce new EVMs

Koen Kooi k.kooi at student.utwente.nl
Wed May 20 14:42:45 UTC 2009


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






More information about the Openembedded-devel mailing list