
On 00:01 Tue 18 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote:
On 11:20 Sat 15 Aug , s-paulraj@ti.com wrote:
From: Sandeep Paulraj s-paulraj@ti.com
This patch adds support for the DM365 EVM. It has been tested on a DM365 EVM.
Signed-off-by: Sandeep Paulraj s-paulraj@ti.com
Makefile | 3 + board/davinci/dm365evm/Makefile | 52 ++++++++++ board/davinci/dm365evm/config.mk | 11 ++ board/davinci/dm365evm/dm365evm.c | 60 ++++++++++++ include/configs/davinci_dm365evm.h | 182 ++++++++++++++++++++++++++++++++++++ 5 files changed, 308 insertions(+), 0 deletions(-) create mode 100644 board/davinci/dm365evm/Makefile create mode 100644 board/davinci/dm365evm/config.mk create mode 100644 board/davinci/dm365evm/dm365evm.c create mode 100644 include/configs/davinci_dm365evm.h
apply to u-boot-arm next
I'll push it after Scott pull request as It's need to 4bit nand patch as dependancy
btw please thread them and number your patch to known the apply order
Best Regards, J.