]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
Added support for TQM834x boards.
authorMarian Balakowicz <m8@semihalf.com>
Tue, 11 Oct 2005 17:09:42 +0000 (19:09 +0200)
committerMarian Balakowicz <m8@semihalf.com>
Tue, 11 Oct 2005 17:09:42 +0000 (19:09 +0200)
commite6f2e902334d5ee65bab9cf8292cf668243531e9
tree9ee0039daaa8161bc282f1af8d3827a5071acbc7
parent3df5bea0b0bddc196bf952c51d1dd54d966b82ba
Added support for TQM834x boards.
25 files changed:
MAKEALL
Makefile
board/tqm834x/Makefile [new file with mode: 0644]
board/tqm834x/config.mk [new file with mode: 0644]
board/tqm834x/tqm834x.c [new file with mode: 0644]
board/tqm834x/u-boot.lds [new file with mode: 0644]
common/cmd_bootm.c
common/cmd_flash.c
common/cmd_jffs2.c
common/cmd_mii.c
common/flash.c
cpu/mpc83xx/cpu.c
cpu/mpc83xx/i2c.c
cpu/mpc83xx/pci.c
cpu/mpc83xx/speed.c
drivers/cfi_flash.c
fs/cramfs/cramfs.c
fs/jffs2/jffs2_1pass.c
include/asm-ppc/i2c.h
include/asm-ppc/immap_83xx.h
include/configs/TQM834x.h [new file with mode: 0644]
include/mpc83xx.h
net/tftp.c
tools/updater/flash.c
tools/updater/flash_hw.c