
-----Original Message----- From: York Sun [mailto:york.sun@nxp.com] Sent: Wednesday, April 12, 2017 9:13 PM To: Santan Kumar santan.kumar@nxp.com; u-boot@lists.denx.de Cc: Priyanka Jain priyanka.jain@nxp.com; Abhimanyu Saini abhimanyu.saini@nxp.com Subject: Re: [PATCH 2/2][v4] armv8: ls2080aqds: Add support for SD boot
On 04/03/2017 03:58 AM, Santan Kumar wrote:
Signed-off-by: Santan Kumar santan.kumar@nxp.com Signed-off-by: Priyanka Jain priyanka.jain@nxp.com Signed-off-by: Abhimanyu Saini abhimanyu.saini@nxp.com
Changes for v4: Rebased to latest codebase Incorporated York's comments to move CONFIG_SPL_MMC_SUPPORT to kconfig
Depends on York MMU patches:
https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatc
hwork.ozlabs.org%2Fbundle%2Fyorksun%2FRewrite_MMU%2F&data=01%7 C01%7Cyo
rk.sun%40nxp.com%7Cb6b2df7806744cde8d4508d47a8065e0%7C686ea1d3bc 2b4c6f
a92cd99c5c301635%7C0&sdata=AvZVek9YBqogA8SDUuILS1EFkubGSxa7Uqh QY9cYi7s
%3D&reserved=0 For correct type of image creation:
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpat
chwork.ozlabs.org%2Fpatch%2F671466%2F&data=01%7C01%7Cyork.sun%40 nxp.co
m%7Cb6b2df7806744cde8d4508d47a8065e0%7C686ea1d3bc2b4c6fa92cd99c5 c30163
5%7C0&sdata=i7xPTeYu4AGy%2BzGCeGvptGmTTR8H8roYkWk46%2FiibRM% 3D&reserve
d=0
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 6 +-- .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c | 6 +-- board/freescale/ls2080a/ls2080a.c | 6 +-- board/freescale/ls2080aqds/eth.c | 8 +--- board/freescale/ls2080aqds/ls2080aqds.c | 4 +- configs/ls2080aqds_sdcard_defconfig | 54
++++++++++++++++++++++
include/configs/ls2080aqds.h | 9 +++- 7 files changed, 75 insertions(+), 18 deletions(-) create mode 100644 configs/ls2080aqds_sdcard_defconfig
Please update MAINTAINERS file and add commit message. Please squash your patch which enables PPA for this boot config http://patchwork.ozlabs.org/patch/741504/
York
[Santan Kumar] Ok, I will update the MAINTAINERS file and PPA patch. In commit message: This patch adds SD boot support for LS2080aqds board. The SD boot image need to be programmed into the sdcard first. Then the booting will start from sd card. Is it ok or do you want me to add any specific information?