From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 May 2016 09:03:03 -0700 Subject: [U-Boot] [PATCH 09/10][v3] armv8: ls1012a: Add support of ls1012aqds board In-Reply-To: <1463214680-11037-10-git-send-email-prabhakar.kushwaha@nxp.com> References: <1463214680-11037-1-git-send-email-prabhakar.kushwaha@nxp.com> <1463214680-11037-10-git-send-email-prabhakar.kushwaha@nxp.com> Message-ID: <57486FB7.1080608@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Pratiyush Mohan Srivastava > Signed-off-by: Abhimanyu Saini > Signed-off-by: Prabhakar Kushwaha > --- > 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. York