Re: [U-Boot] [PATCH 2/2] ARM: bcm2835: add Raspberry Pi model B board

2012-06-17 Thread Stephen Warren
On 06/15/2012 11:42 PM, Graeme Russ wrote: > Hi Stephen, > > On 06/07/2012 03:45 PM, Stephen Warren wrote: >> 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/.

Re: [U-Boot] [PATCH 2/2] ARM: bcm2835: add Raspberry Pi model B board

2012-06-15 Thread Graeme Russ
Hi Stephen, On 06/07/2012 03:45 PM, Stephen Warren wrote: > 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/. > > Signed-off-by: Stephen Warren Now I really c

[U-Boot] [PATCH 2/2] ARM: bcm2835: add Raspberry Pi model B board

2012-06-06 Thread Stephen Warren
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/. Signed-off-by: Stephen Warren --- MAINTAINERS |4 ++ board/raspberrypi/rpi_b/Makefile |