[U-Boot] [PATCH v1] board: ti: am57xx Add board detection logic

2015-10-28 Thread Steve Kipisz
Add board detection logic for the Beagleboard-x15. This patch takes advantage of recent infrastructure to allow common means of board detection. - Read the EEPROM only once in MLO and store the board name and revision in scratchpad memory so it is also available in u-boot. - Use the board name t

Re: [U-Boot] [PATCH v1] board: ti: am57xx Add board detection logic

2015-10-29 Thread Nishanth Menon
On 10/28/2015 06:43 PM, Steve Kipisz wrote: > Add board detection logic for the Beagleboard-x15. This patch > takes advantage of recent infrastructure to allow common means > of board detection. > > - Read the EEPROM only once in MLO and store the board name and > revision in scratchpad memory s

[U-Boot] [PATCH v1] board: ti: am57xx: Add board detection logic for am57xx evm

2015-10-28 Thread Steve Kipisz
Add board detection logic for the AM57xx EVM. More information about the EVM can be found here http://www.ti.com/tool/tmdxevm5728 The AM572x Evaluation Module provides an affordable platform to quickly start evaluation of Sitara. ARM Cortex-A15 AM57x Processors (AM5728, AM5726, AM5718, AM5716) and

Re: [U-Boot] [PATCH v1] board: ti: am57xx: Add board detection logic for am57xx evm

2015-10-29 Thread Nishanth Menon
On 10/28/2015 06:43 PM, Steve Kipisz wrote: > Add board detection logic for the AM57xx EVM. More information about > the EVM can be found here > http://www.ti.com/tool/tmdxevm5728 > > The AM572x Evaluation Module provides an affordable platform to > quickly start evaluation of Sitara. ARM Cortex-A