Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2015-08-02 Thread Simon Glass
Hi Stephen, On 24 July 2015 at 00:26, Stephen Warren wrote: > On 11/24/2014 08:50 AM, Simon Glass wrote: >> Hi Stephen, >> >> On 18 November 2014 at 21:40, Stephen Warren wrote: >>> Detect the board revision early during boot, and print the decoded >>> model name. >>> >>> Eventually, this inform

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2015-07-23 Thread Stephen Warren
On 11/24/2014 08:50 AM, Simon Glass wrote: > Hi Stephen, > > On 18 November 2014 at 21:40, Stephen Warren wrote: >> Detect the board revision early during boot, and print the decoded >> model name. >> >> Eventually, this information can be used for tasks such as: >> - Allowing/preventing USB devi

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-24 Thread Simon Glass
Hi Stephen, On 24 November 2014 at 20:38, Stephen Warren wrote: > On 11/24/2014 08:50 AM, Simon Glass wrote: >> Hi Stephen, >> >> On 18 November 2014 at 21:40, Stephen Warren wrote: >>> Detect the board revision early during boot, and print the decoded >>> model name. >>> >>> Eventually, this in

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-24 Thread Stephen Warren
On 11/24/2014 08:50 AM, Simon Glass wrote: > Hi Stephen, > > On 18 November 2014 at 21:40, Stephen Warren wrote: >> Detect the board revision early during boot, and print the decoded >> model name. >> >> Eventually, this information can be used for tasks such as: >> - Allowing/preventing USB devi

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-24 Thread Simon Glass
Hi Stephen, On 18 November 2014 at 21:40, Stephen Warren wrote: > Detect the board revision early during boot, and print the decoded > model name. > > Eventually, this information can be used for tasks such as: > - Allowing/preventing USB device mode; some models have a USB device on- > board s

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-19 Thread Matthias Klein
Am 19.11.2014 um 18:43 schrieb Stephen Warren: On 11/18/2014 09:40 PM, Stephen Warren wrote: Detect the board revision early during boot, and print the decoded model name. Eventually, this information can be used for tasks such as: - Allowing/preventing USB device mode; some models have a USB

Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-19 Thread Stephen Warren
On 11/18/2014 09:40 PM, Stephen Warren wrote: Detect the board revision early during boot, and print the decoded model name. Eventually, this information can be used for tasks such as: - Allowing/preventing USB device mode; some models have a USB device on- board so only host mode makes sense

[U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2014-11-18 Thread Stephen Warren
Detect the board revision early during boot, and print the decoded model name. Eventually, this information can be used for tasks such as: - Allowing/preventing USB device mode; some models have a USB device on- board so only host mode makes sense. Others connect the SoC directly to the USB co