From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Jun 2012 16:26:56 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: add basic support for the Broadcom BCM2835 SoC In-Reply-To: <1339047925-29052-1-git-send-email-swarren@wwwdotorg.org> References: <1339047925-29052-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <4FE39FB0.60306@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/06/2012 11:45 PM, Stephen Warren wrote: > This SoC is used in the Raspberry Pi, for example. > > Initial support is enough to boot to a serial console, and execute a > minimal set of U-Boot commands. No drivers are implemented. For more > details, see http://www.broadcom.com/products/BCM2835 or > http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf. > > Signed-off-by: Stephen Warren Albert, per your request to remind you about patches in your backlog, there is this series. BTW, I expect quite a few more patches to come in for the RPi; I already have a bunch of small tweaks queued up and I know there's a USB driver that works and hopefully will be sent soon. Should I be sending pull requests for these instead to ease your work? Do you take pull requests from git repos not on denx.de? Thanks.