]> git.ipfire.org Git - people/ms/u-boot.git/commit
mpc83xx: Add strider board
authorDirk Eibach <dirk.eibach@gdsys.cc>
Wed, 28 Oct 2015 10:46:32 +0000 (11:46 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 23:03:48 +0000 (18:03 -0500)
commita3f9d6c7791bbf0ff7fc68d49abcc5b53c6f7e48
tree070fd5f449eaf864d492a0ffa6c2dbd66582a9ed
parent51b96fc67c76cddf3937b18380eb45dcfadd7b56
mpc83xx: Add strider board

The gdsys strider board is based on a Freescale MPC8308 SOC.
It boots from NOR-Flash, kernel and rootfs are stored on
SD-Card.

On board peripherals include:
- 1x 10/100 Mbit/s Ethernet (optional)
- Lattice ECP3 FPGA connected via eLBC

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
[trini: Drop setting CONFIG_SYS_GENERIC_BOARD, this is always true now]
Signed-off-by: Tom Rini <trini@konsulko.com>
18 files changed:
arch/powerpc/cpu/mpc83xx/Kconfig
board/gdsys/common/Makefile
board/gdsys/common/adv7611.c [new file with mode: 0644]
board/gdsys/common/adv7611.h [new file with mode: 0644]
board/gdsys/common/ch7301.c [new file with mode: 0644]
board/gdsys/common/ch7301.h [new file with mode: 0644]
board/gdsys/common/ioep-fpga.c [new file with mode: 0644]
board/gdsys/common/ioep-fpga.h [new file with mode: 0644]
board/gdsys/common/osd.c
board/gdsys/common/osd.h
board/gdsys/mpc8308/Kconfig
board/gdsys/mpc8308/MAINTAINERS
board/gdsys/mpc8308/Makefile
board/gdsys/mpc8308/strider.c [new file with mode: 0644]
configs/strider_con_defconfig [new file with mode: 0644]
configs/strider_cpu_defconfig [new file with mode: 0644]
include/configs/strider.h [new file with mode: 0644]
include/gdsys_fpga.h