uboot-20061030-neo1973.patch
commitb9ac8cb441088d4e3fb1d3b94e7d550e99e59378
authorHarald Welte <laforge@openmoko.org>
Fri, 11 Apr 2008 13:26:41 +0000 (11 14:26 +0100)
committerwarmcat <andy@warmcat.com>
Fri, 11 Apr 2008 13:26:41 +0000 (11 14:26 +0100)
tree292cad107d5606eb2db4738b9881fb0dee84aa20
parentc8fe7c018b6e16cdf9629f730910d35c74901023
uboot-20061030-neo1973.patch
This patch adds neo1973 'board' (FIC Neo1973 phone) support to u-boot.
Specifically, it adds support for the GTA01v3, GTA01v4, GTA01Bv2 and
GTA01Bv3 hardware revisions.

Signed-off-by: Harald Welte <laforge@openmoko.org>
19 files changed:
Makefile
board/neo1973/common/cmd_neo1973.c [new file with mode: 0644]
board/neo1973/common/gsmver.c [copied from common/cmd_terminal.c with 50% similarity]
board/neo1973/common/jbt6k74.c [new file with mode: 0644]
board/neo1973/common/jbt6k74.h [new file with mode: 0644]
board/neo1973/common/lowlevel_init.S [new file with mode: 0644]
board/neo1973/common/neo1973.h [new file with mode: 0644]
board/neo1973/gta01/Makefile [copied from drivers/misc/Makefile with 65% similarity]
board/neo1973/gta01/config.mk [new file with mode: 0644]
board/neo1973/gta01/gta01.c [new file with mode: 0644]
board/neo1973/gta01/pcf50606.c [new file with mode: 0644]
board/neo1973/gta01/split_by_variant.sh [new file with mode: 0644]
board/neo1973/gta01/u-boot.lds [new file with mode: 0644]
common/cmd_terminal.c
common/main.c
drivers/misc/Makefile
drivers/misc/pcf50606.c [new file with mode: 0644]
include/configs/neo1973_gta01.h [new file with mode: 0644]
include/pcf50606.h [new file with mode: 0644]