]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mpc83xx: Add gazerbeam board
authorDirk Eibach <dirk.eibach@gdsys.cc>
Fri, 29 Mar 2019 09:18:19 +0000 (10:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 06:03:38 +0000 (08:03 +0200)
commitd494cdb97e18a30214d0414376d4eacdf82224fe
tree8b54e8bd5c092952d5bb55f44dd2d3ca93e7a143
parentd85c385332b7f9bf0491c7fc201ef6abf0b66938
mpc83xx: Add gazerbeam board

The gdsys gazerbeam 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:
- 2x 10/100 Mbit/s Ethernet (optional)

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/Kconfig
arch/powerpc/dts/gazerbeam.dts
board/gdsys/common/Makefile
board/gdsys/mpc8308/Kconfig
board/gdsys/mpc8308/MAINTAINERS
board/gdsys/mpc8308/Makefile
board/gdsys/mpc8308/gazerbeam.c [new file with mode: 0644]
configs/gazerbeam_defconfig [new file with mode: 0644]
include/configs/gazerbeam.h [new file with mode: 0644]