u-boot-brain/board/raspberrypi/rpi_b
Stephen Warren 3f397782ae ARM: rpi_b: use bcm2835 mbox driver to get memory size
The firmware running on the bcm2835 SoC's VideoCore CPU determines how
much of the system RAM is available for use by the ARM CPU. Previously,
U-Boot assumed that only 128MB was available, since this was the
smallest value configured by any public firmware. However, we can now
query the actual value at run-time from the firmware using the mbox
property protocol.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
2013-03-20 15:29:29 +01:00
..
Makefile ARM: add Raspberry Pi model B board, using BCM2835 SoC 2012-09-01 14:58:21 +02:00
rpi_b.c ARM: rpi_b: use bcm2835 mbox driver to get memory size 2013-03-20 15:29:29 +01:00