]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
authorHugo Villeneuve <hugo.villeneuve@lyrtech.com>
Wed, 21 May 2008 17:58:41 +0000 (13:58 -0400)
committerWolfgang Denk <wd@denx.de>
Sat, 28 Jun 2008 20:54:21 +0000 (22:54 +0200)
commitc7f879ec2b389c4f2bf726b293bd516f4c692e03
treec8d1f2240ecd6d5309eb8172965d9642829aa8c4
parent341188b9ccaa8d4462d772cc067aca8d7618633a
ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

This patch adds support for the Lyrtech SFF-SDR board,
based on the TI DaVinci architecture (ARM926EJS).

Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Wolfgang Denk <wd@denx.de>
MAKEALL
Makefile
board/davinci/sffsdr/Makefile [new file with mode: 0644]
board/davinci/sffsdr/board_init.S [new file with mode: 0644]
board/davinci/sffsdr/config.mk [new file with mode: 0644]
board/davinci/sffsdr/dv_board.c [new file with mode: 0644]
board/davinci/sffsdr/u-boot.lds [new file with mode: 0644]
include/asm-arm/mach-types.h
include/configs/davinci_sffsdr.h [new file with mode: 0644]