
-----Original Message----- From: Yuantian Tang andy.tang@nxp.com Sent: Wednesday, April 10, 2019 2:14 PM To: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Cc: albert.u.boot@aribaud.net; Sudhanshu Gupta sudhanshu.gupta@nxp.com; Harninder Rai harninder.rai@nxp.com; Rajesh Bhagat rajesh.bhagat@nxp.com; Bhaskar Upadhaya bhaskar.upadhaya@nxp.com; Ran Wang ran.wang_1@nxp.com; u- boot@lists.denx.de; Andy Tang andy.tang@nxp.com Subject: [PATCH 2/3 v3] armv8: ls1028ardb: Add support for LS1028ARDB platform
LS1028A is an ARMv8 implementation. LS1028ARDB is an evaluatoin platform that supports the LS1028A family SoCs. This patch add basic support of the platform.
Signed-off-by: Sudhanshu Gupta sudhanshu.gupta@nxp.com Signed-off-by: Rai Harninder harninder.rai@nxp.com Signed-off-by: Rajesh Bhagat rajesh.bhagat@nxp.com Signed-off-by: Bhaskar Upadhaya Bhaskar.Upadhaya@nxp.com Signed-off-by: Tang Yuantian andy.tang@nxp.com
v3:
- remove ddr fixed initialization
Please always put complete revision history in patch. Re-created defconfig using savedefconfig, removed hdp related env, added dtb in make file and applied to fsl-qoriq master, awaiting upstream
--pk