From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 10 Feb 2015 21:04:48 -0700 Subject: [U-Boot] [PATCH 3/3] rpi: add support for Raspberry Pi 2 model B In-Reply-To: <1423551406-22470-3-git-send-email-swarren@wwwdotorg.org> References: <1423551406-22470-1-git-send-email-swarren@wwwdotorg.org> <1423551406-22470-3-git-send-email-swarren@wwwdotorg.org> Message-ID: <54DAD4E0.3080004@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 02/09/2015 11:56 PM, Stephen Warren wrote: > The "get board rev" firmware API doesn't seem to return a useful value on > this platform, so we hard-code the board ID for now, since there's only > one bcm2836-based RPi board at present. > > USB doesn't seem to work yet; the controller detects the on-board Hub/ > Ethernet device but can't read the descriptors from it. I haven't > investigated yet. > > HDMI is untested. HDMI is now tested, and works fine.