]> git.ipfire.org Git - people/ms/u-boot.git/commit
davinci: add basic dm355/dm350/dm335 support
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 15 May 2009 21:44:09 +0000 (23:44 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:48 +0000 (20:39 +0200)
commitf1d944e30eb8ff89080fa03fb98d8fb5c82388d2
treec3d648a7affb2364decc8bf20a69fa8150c4a267
parentbd36fdc146654f9de4e2ad346126e6bd2990fb19
davinci: add basic dm355/dm350/dm335 support

Add some basic declarations for DaVinci DM355/DM350/DM335 support,
keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
DM357 is very different; while the DM355 is like a DM355 without
the MPEG/JPEG coprocessor).

These have different peripherals than the DM6446, and some of
the peripherals are at different addresses.  Notably for U-Boot,
there's no EMAC, and the NAND controller address is different

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
cpu/arm926ejs/davinci/Makefile
cpu/arm926ejs/davinci/dm355.c [new file with mode: 0644]
include/asm-arm/arch-davinci/hardware.h