]> Git Repo - u-boot.git/commit
ARM: add Raspberry Pi model B board, using BCM2835 SoC
authorStephen Warren <[email protected]>
Sun, 5 Aug 2012 16:07:22 +0000 (16:07 +0000)
committerAlbert ARIBAUD <[email protected]>
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 <[email protected]>.

GPIO driver enablement by Vikram Narayanan <[email protected]>.

Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Tom Rini <[email protected]>
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]
This page took 0.037797 seconds and 4 git commands to generate.