From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 16 Feb 2015 12:13:25 -0700 Subject: [U-Boot] [PATCH V2 3/3] rpi: add support for Raspberry Pi 2 model B In-Reply-To: <54E23BA6.8090507@wwwdotorg.org> References: <1423800863-1248-1-git-send-email-swarren@wwwdotorg.org> <1423800863-1248-3-git-send-email-swarren@wwwdotorg.org> <20150216174242.GE25906@bill-the-cat> <54E23BA6.8090507@wwwdotorg.org> Message-ID: <54E24155.5010903@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/16/2015 11:49 AM, Stephen Warren wrote: > On 02/16/2015 10:42 AM, Tom Rini wrote: >> On Thu, Feb 12, 2015 at 09:14:23PM -0700, Stephen Warren wrote: >> >>> 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. >>> >>> Signed-off-by: Stephen Warren --- V2: >>> Implement new board_rev decoding scheme, to avoid hard-coding >>> the board revision onthe RPi 2. >> >> This doesn't apply cleanly now after I believe taking in Simon's DM >> pull request. Can you please re-spin? Thanks! > > Sure. Have you pushed out that merge? That latest I see in u-boot.git > master branch is bd2a4888b123 "sunxi: configs/sunxi-common.h: Enable > CONFIG_CMD_PART", applied Feb 11. Never mind; I can rebase on top of a local merge of u-boot/master and u-boot-dm/master.