]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:55 +0000 (13:53 +0200)
commitb2b930a5e609b986b82e34fb95a5bf1a69854299
treefa425eb2eae84128ca06cf12ddf5eadd618d6097
parentd58d8a9c4d4644dc7b24bc06cfde928ff0486c1f
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]