]> git.sur5r.net Git - u-boot/commit
boston: Introduce support for the MIPS Boston development board
authorPaul Burton <paul.burton@imgtec.com>
Thu, 8 Sep 2016 06:47:39 +0000 (07:47 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 14:24:36 +0000 (16:24 +0200)
commitad8783cb1cb258b71d81800f72cd64eb44081653
treefeb7ad4960dc78fa6db22dd8c862b2b0d8bf93d9
parentdd7c749474e0976cfc7e78dc9032d7fa8b9b9632
boston: Introduce support for the MIPS Boston development board

This patch introduces support for building U-Boot to run on the MIPS
Boston development board. This is a board built around an FPGA & an
Intel EG20T Platform Controller Hub, used largely as part of the
development of new CPUs and their software support. It is essentially
the successor to the older MIPS Malta board.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
17 files changed:
arch/mips/Kconfig
arch/mips/dts/Makefile
arch/mips/dts/img,boston.dts [new file with mode: 0644]
board/imgtec/boston/Kconfig [new file with mode: 0644]
board/imgtec/boston/MAINTAINERS [new file with mode: 0644]
board/imgtec/boston/Makefile [new file with mode: 0644]
board/imgtec/boston/boston-lcd.h [new file with mode: 0644]
board/imgtec/boston/boston-regs.h [new file with mode: 0644]
board/imgtec/boston/checkboard.c [new file with mode: 0644]
board/imgtec/boston/ddr.c [new file with mode: 0644]
board/imgtec/boston/lowlevel_init.S [new file with mode: 0644]
configs/boston32r2_defconfig [new file with mode: 0644]
configs/boston32r2el_defconfig [new file with mode: 0644]
configs/boston64r2_defconfig [new file with mode: 0644]
configs/boston64r2el_defconfig [new file with mode: 0644]
doc/README.boston [new file with mode: 0644]
include/configs/boston.h [new file with mode: 0644]