Re: [U-Boot] [PATCH V3 4/4] ARM: add Raspberry Pi model B board, using BCM2835 SoC

2012-08-03 Thread Tom Rini
On Thu, Aug 02, 2012 at 11:23:29PM -0600, 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/. > > Various portions (cache enable, MACH_TYP

[U-Boot] [PATCH V3 4/4] ARM: add Raspberry Pi model B board, using BCM2835 SoC

2012-08-02 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/. Various portions (cache enable, MACH_TYPE setup, RAM size limit, stack relocation to top of RAM) extracted from wor