]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: add Raspberry Pi model B board, using BCM2835 SoC
authorStephen Warren <swarren@wwwdotorg.org>
Sun, 5 Aug 2012 16:07:22 +0000 (16:07 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:21 +0000 (14:58 +0200)
commit0d04f34a357d004364b58159b64aad354e65137e
tree8b1d913d391a4b4693b33b261280765ed47a39a7
parentefad6cf8818620b0d85405df2b810760b62acbb8
ARM: add Raspberry Pi model B board, using BCM2835 SoC

The Raspberry Pi model B uses the BCM2835 SoC, has 256MB of RAM,
contains an SMSC 9512 USB LAN/Hub chip, and various IO connectors.
For more details, see http://www.raspberrypi.org/.

Various portions (cache enable, MACH_TYPE setup, RAM size limit, stack
relocation to top of RAM) extracted from work by:
Oleksandr Tymoshenko <gonzo@bluezbox.com>.

GPIO driver enablement by Vikram Narayanan <vikram186@gmail.com>.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Tom Rini <trini@ti.com>
MAINTAINERS
board/raspberrypi/rpi_b/Makefile [new file with mode: 0644]
board/raspberrypi/rpi_b/rpi_b.c [new file with mode: 0644]
boards.cfg
include/configs/rpi_b.h [new file with mode: 0644]