]> git.ipfire.org Git - people/ms/u-boot.git/commit - CREDITS
mpc83xx: U-Boot support for Wind River SBC8349
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jan 2007 16:38:14 +0000 (11:38 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 2 Mar 2007 17:05:53 +0000 (11:05 -0600)
commit91e25769771c1164ed63ffca0add49f934ae3343
treec76a51da2252d0362745e443a37059e965201036
parent05031db456ab227f3e3752f37b9b812b65bb83ad
mpc83xx: U-Boot support for Wind River SBC8349

I've redone the SBC8349 support to match git-current, which
incorporates all the MPC834x updates from Freescale since the 1.1.6
release,  including the DDR changes.

I've kept all the SBC8349 files as parallel as possible to the
MPC8349EMDS ones for ease of maintenance and to allow for easy
inspection of what was changed to support this board.  Hence the SBC8349
U-Boot has FDT support and everything else that the MPC8349EMDS has.

Fortunately the Freescale updates added support for boards using CS0,
but I had to change spd_sdram.c to allow for board specific settings for
the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
default if the board doesn't specify a value.)

Hopefully this should be mergeable as-is and require no whitespace
cleanups or similar, but if something doesn't measure up then let me
know and I'll fix it.

Thanks,
Paul.
12 files changed:
CREDITS
Makefile
board/sbc8349/Makefile [new file with mode: 0644]
board/sbc8349/config.mk [new file with mode: 0644]
board/sbc8349/pci.c [new file with mode: 0644]
board/sbc8349/sbc8349.c [new file with mode: 0644]
board/sbc8349/u-boot.lds [new file with mode: 0644]
cpu/mpc83xx/spd_sdram.c
doc/README.sbc8349 [new file with mode: 0644]
drivers/tsec.c
drivers/tsec.h
include/configs/sbc8349.h [new file with mode: 0644]