
-----Original Message----- From: York Sun [mailto:york.sun@nxp.com] Sent: Friday, May 27, 2016 9:33 PM To: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; u- boot@lists.denx.de Cc: Calvin Johnson calvin.johnson@nxp.com; Pratiyush Srivastava pratiyush.srivastava@nxp.com; Abhimanyu Saini abhimanyu.saini@nxp.com Subject: Re: [PATCH 09/10][v3] armv8: ls1012a: Add support of ls1012aqds board
On 05/14/2016 01:32 AM, Prabhakar Kushwaha wrote:
QorIQ LS1012A Development System (LS1012AQDS) is a high-performance development platform, with a complete debugging environment. The LS1012AQDS board supports the QorIQ LS1012A processor and is optimized to support the high-bandwidth DDR3L memory and a full complement of high-speed SerDes ports.
Signed-off-by: Calvin Johnson calvin.johnson@nxp.com Signed-off-by: Pratiyush Mohan Srivastava pratiyush.srivastava@nxp.com Signed-off-by: Abhimanyu Saini abhimanyu.saini@nxp.com Signed-off-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com
Changes for v2:
- Added support of qixis over i2c
- print fpga, board info using qixis Changes for v3: Incorporated
York's comments
Prabhakar,
How do you compile for this board? I am seeing compiling error due to DDR prototype. fsl_ddr.h is included in soc.c, but you are not using existing DDR driver.
The same error for RDB board.
The time I sent v3 patch some patches were not merged in denx'branch. So it was compiling
After your recent pull request, it started breaking. I have fixed in v4 version (yet to send)
--prabhakar