From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 6 Aug 2012 11:47:36 -0700 Subject: [U-Boot] [PATCH V4 4/4] ARM: add Raspberry Pi model B board, using BCM2835 SoC In-Reply-To: <1344218842-9377-4-git-send-email-swarren@wwwdotorg.org> References: <1344218842-9377-1-git-send-email-swarren@wwwdotorg.org> <1344218842-9377-4-git-send-email-swarren@wwwdotorg.org> Message-ID: <20120806184736.GA4404@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Aug 05, 2012 at 08:07:22PM -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_TYPE setup, RAM size limit, stack > relocation to top of RAM) extracted from work by: > Oleksandr Tymoshenko . > > GPIO driver enablement by Vikram Narayanan . > > Signed-off-by: Stephen Warren Thanks for cycling over the series again. Acked-by: Tom Rini -- Tom