]> git.ipfire.org Git - people/ms/u-boot.git/commit
rpi: add support for Raspberry Pi 2 model B
authorStephen Warren <swarren@wwwdotorg.org>
Mon, 16 Feb 2015 19:16:15 +0000 (12:16 -0700)
committerTom Rini <trini@ti.com>
Sat, 21 Feb 2015 13:28:16 +0000 (08:28 -0500)
commit46414296953410706e917cef9238926084e83a4b
treeffc3f305d13f7cf801eca71f57d5572f9c87464c
parentdb75356f14646a4bca7b712f2128435e97f55c17
rpi: add support for Raspberry Pi 2 model B

USB doesn't seem to work yet; the controller detects the on-board Hub/
Ethernet device but can't read the descriptors from it. I haven't
investigated yet.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/Kconfig
arch/arm/cpu/arm1176/bcm2835/Kconfig
arch/arm/include/asm/arch-bcm2835/mbox.h
board/raspberrypi/rpi/rpi.c
board/raspberrypi/rpi_2/Kconfig [new file with mode: 0644]
board/raspberrypi/rpi_2/MAINTAINERS [new file with mode: 0644]
board/raspberrypi/rpi_2/Makefile [new file with mode: 0644]
configs/rpi_2_defconfig [new file with mode: 0644]
include/configs/rpi-common.h [new file with mode: 0644]
include/configs/rpi.h
include/configs/rpi_2.h [new file with mode: 0644]