From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Wed, 22 May 2019 12:32:42 +0000 Subject: [U-Boot] [PATCH 1/3 v3] armv8: ls1028a: Add NXP LS1028A SoC support In-Reply-To: <20190410084335.16828-1-andy.tang@nxp.com> References: <20190410084335.16828-1-andy.tang@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Yuantian Tang > Sent: Wednesday, April 10, 2019 2:14 PM > To: Prabhakar Kushwaha > Cc: albert.u.boot at aribaud.net; Sudhanshu Gupta > ; Harninder Rai ; Rajesh > Bhagat ; Bhaskar Upadhaya > ; Ran Wang ; u- > boot at lists.denx.de; Andy Tang > Subject: [PATCH 1/3 v3] armv8: ls1028a: Add NXP LS1028A SoC support > > Ls1028a Soc is based on Layerscape Chassis Generation 3.2 architecture with > features: > 2 ARM v8 Cortex-A72 cores, CCI400, SEC, DDR3L/4, LCD, GPU, TSN ENETC, 2 > USB 3.0, 2 eSDHC, 2 FlexCAN, 2 SPI, SATA, 8 I2C controllers, > 6 LPUARTs, GPIO, SAI, qDMA, eDMA, GIC, TMU etc. > > Signed-off-by: Sudhanshu Gupta > Signed-off-by: Rai Harninder > Signed-off-by: Rajesh Bhagat > Signed-off-by: Bhaskar Upadhaya > Signed-off-by: Tang Yuantian > --- > v3: > -- fix some issues Please always put complete revision history in patch. This patch has been applied to fsl-qoriq master, awaiting upstream. --p