
On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 22:11 Tue 28 Apr 2009, David Brownell wrote:
Initial U-Boot support for the DaVinci DM355 EVM....
MAKEALL | 1 Makefile | 3 board/davinci/dm355evm/Makefile | 52 ++++++++ board/davinci/dm355evm/config.mk | 11 + board/davinci/dm355evm/dm355evm.c | 84 ++++++++++++++ board/davinci/dm355evm/u-boot.lds | 52 ++++++++ include/configs/davinci_dm355evm.h | 209 +++++++++++++++++++++++++++++++++++
as all other recent board patch please unify the lds and please be aware of ben patch otherwise fine
I'll resend this, probably later today, after sanity checking the updated version, now that two other patches have merged:
(a) fixing the clock display and moving that stuff into cpu/arm926ejs/davinci/cpu.c ... which helps with Ben's network cleanup patch;
(b) moving u-boot.lds into that same directory, shared by all the various DaVinci boards.
That leaves NAND and USB updates yet to be done, but at least this board will behave with Ethernet boot.
- Dave