summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-05-15 23:48:37 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:51 +0200
commit28b00324becf3552134ae1e086509dc9c3d6e932 (patch)
tree594dc834c42c982e1aa3b075018ebe8747e61ca3 /Makefile
parent136cf92dc9e84c9a1bf567f1fe741092bf765495 (diff)
downloadblackbird-obmc-uboot-28b00324becf3552134ae1e086509dc9c3d6e932.tar.gz
blackbird-obmc-uboot-28b00324becf3552134ae1e086509dc9c3d6e932.zip
dm355 evm support
Initial U-Boot support for the DaVinci DM355 EVM. This is a board from Spectrum Digital. Board docs include schematic and firmware for its microcontroller: http://c6000.spectrumdigital.com/evmdm355/revd/ Most of the DM355 chip is fully documented by TI, the most notable exception being the MPEG/JPEG coprocessor (programmable using codecs available at no cost from TI), which is omitted from its DM335 sibling: http://focus.ti.com/docs/prod/folders/print/tms320dm355.html This version can boot from the on-board DM9000 Ethernet chip, after being loaded (from NAND, MMC/SD, or UART). In the near future, NAND and USB support could be added ... NAND support is being held back until the support for the 4-bit ECC hardware is ready. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf140a4d33..d14678070e 100644
--- a/Makefile
+++ b/Makefile
@@ -2801,6 +2801,9 @@ davinci_sffsdr_config : unconfig
davinci_sonata_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs sonata davinci davinci
+davinci_dm355evm_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs dm355evm davinci davinci
+
lpd7a400_config \
lpd7a404_config: unconfig
@$(MKCONFIG) $(@:_config=) arm lh7a40x lpd7a40x
OpenPOWER on IntegriCloud