]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/common.h
[ADS5121] Support for the ADS5121 board
authorRafal Jaworowski <raj@semihalf.com>
Fri, 27 Jul 2007 12:43:59 +0000 (14:43 +0200)
committerRafal Jaworowski <raj@semihalf.com>
Fri, 27 Jul 2007 12:43:59 +0000 (14:43 +0200)
commit8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
treec5ce1d56f002d132d527f66afc9a35adb077b56f
parent1863cfb7b100ba0ee3401799457a01dc058745f8
[ADS5121] Support for the ADS5121 board

The following MPC5121e subsystems are supported:

- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
25 files changed:
MAKEALL
Makefile
board/ads5121/Makefile [new file with mode: 0644]
board/ads5121/ads5121.c [new file with mode: 0644]
board/ads5121/config.mk [new file with mode: 0644]
board/ads5121/u-boot.lds [new file with mode: 0644]
cpu/mpc512x/Makefile [new file with mode: 0644]
cpu/mpc512x/config.mk [new file with mode: 0644]
cpu/mpc512x/cpu.c [new file with mode: 0644]
cpu/mpc512x/cpu_init.c [new file with mode: 0644]
cpu/mpc512x/fec.c [new file with mode: 0644]
cpu/mpc512x/fec.h [new file with mode: 0644]
cpu/mpc512x/i2c.c [new file with mode: 0644]
cpu/mpc512x/interrupts.c [new file with mode: 0644]
cpu/mpc512x/serial.c [new file with mode: 0644]
cpu/mpc512x/speed.c [new file with mode: 0644]
cpu/mpc512x/start.S [new file with mode: 0644]
cpu/mpc512x/traps.c [new file with mode: 0644]
include/asm-ppc/e300.h
include/asm-ppc/global_data.h
include/asm-ppc/immap_512x.h [new file with mode: 0644]
include/common.h
include/configs/ads5121.h [new file with mode: 0644]
include/mpc512x.h [new file with mode: 0644]
net/eth.c