Re: [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Steven Kipisz
On 11/03/2015 07:29 AM, Igor Grinberg wrote: Hi Steve, On 11/03/15 14:22, Steve Kipisz wrote: [...] Signed-off-by: Steve Kipisz --- v2 Based on: master a6104737 ARM: at91: sama5: change the environment address to 0x6000 Build testing: MAKEALL -s omap4 -s omap5 (no

Re: [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Igor Grinberg
Hi Steve, On 11/03/15 14:22, Steve Kipisz wrote: [...] > Signed-off-by: Steve Kipisz > --- > v2 Based on: > master a6104737 ARM: at91: sama5: change the environment address to > 0x6000 > > Build testing: MAKEALL -s omap4 -s omap5 (no warnings/build errors) > Boot

[U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Steve Kipisz
Current AM57xx evm supports both BeagleBoard-X15 (http://beagleboard.org/x15) and AM57xx EVM (http://www.ti.com/tool/tmdxevm5728). The AM572x EValuation Module(EVM) provides an affordable platform to quickly start evaluation of Sitara. ARM Cortex-A15 AM57x Processors (AM5728, AM5726, AM5718,

Re: [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Nishanth Menon
On 11/03/2015 06:22 AM, Steve Kipisz wrote: > diff --git a/include/configs/ti_omap5_common.h > b/include/configs/ti_omap5_common.h > index 5acbc92c3f60..ae6e2a556a93 100644 > --- a/include/configs/ti_omap5_common.h > +++ b/include/configs/ti_omap5_common.h > @@ -120,6 +120,8 @@ >

Re: [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Steven Kipisz
On 11/03/2015 09:31 AM, Nishanth Menon wrote: On 11/03/2015 06:22 AM, Steve Kipisz wrote: diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index 5acbc92c3f60..ae6e2a556a93 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h

Re: [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

2015-11-03 Thread Igor Grinberg
On 11/03/15 17:09, Steven Kipisz wrote: > On 11/03/2015 07:29 AM, Igor Grinberg wrote: >> Hi Steve, >> >> On 11/03/15 14:22, Steve Kipisz wrote: >> >> [...] >> >>> Signed-off-by: Steve Kipisz >>> --- >>> v2 Based on: >>> master a6104737 ARM: at91: sama5: change the