Re: [U-Boot] [PATCH v2] armv8: LS2080A: Consolidate LS2080A and LS2085A

2016-03-29 Thread York Sun
On 03/29/2016 07:50 AM, Prabhakar Kushwaha wrote: > >> -Original Message- >> From: York Sun [mailto:york@nxp.com] >> Sent: Tuesday, March 29, 2016 12:30 AM >> To: U-Boot Mailing List >> Cc: Stuart Yoder ; Scott Wood ; >> Huan Wang ; york sun ; >> Prabhakar Kushwaha ; Ramneek Mehresh >

Re: [U-Boot] [PATCH v2] armv8: LS2080A: Consolidate LS2080A and LS2085A

2016-03-29 Thread Prabhakar Kushwaha
> -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: Tuesday, March 29, 2016 12:30 AM > To: U-Boot Mailing List > Cc: Stuart Yoder ; Scott Wood ; > Huan Wang ; york sun ; > Prabhakar Kushwaha ; Ramneek Mehresh > ; Pratiyush Mohan Srivastava > ; Stuart Yoder > ; Li Yang

[U-Boot] [PATCH v2] armv8: LS2080A: Consolidate LS2080A and LS2085A

2016-03-28 Thread York Sun
LS2080A is the primary SoC, and LS2085A is a personality with AIOP and DPAA DDR. The RDB and QDS boards support both personality. By detecting the SVR at runtime, a single image per board can support both SoCs. It gives users flexibility to swtich SoC without the need to reprogram the board. Signe