armv7: ls102xa: Add workaround for DDR erratum A-008850Barrier transactions from CCI400 need to be disabled tillthe DDR is configured, otherwise it may lead to system hang.The patch adds workarou
armv7: ls102xa: Add workaround for DDR erratum A-008850Barrier transactions from CCI400 need to be disabled tillthe DDR is configured, otherwise it may lead to system hang.The patch adds workaround to fix the erratum.Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>Signed-off-by: Alison Wang <alison.wang@nxp.com>Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
show more ...
armv7: fsl: remove sata supportRemove the old implementation in order to enable DM for sataSigned-off-by: Peng Ma <peng.ma@nxp.com>Reviewed-by: York Sun <york.sun@nxp.com>
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
fsl-lsch2: csu: remove multiple calling functionFunction enable_layerscape_ns_access() is alreayd called soc-wide.Remove duplicated calling from individual boards.Signed-off-by: Hou Zhiqiang <Zh
fsl-lsch2: csu: remove multiple calling functionFunction enable_layerscape_ns_access() is alreayd called soc-wide.Remove duplicated calling from individual boards.Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>[YS: Add commit message]Reviewed-by: York Sun <york.sun@nxp.com>
Convert CONFIG_FSL_DCU_FB to KconfigRename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FBand convert it to Kconfig.Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>Reviewed-by: Stefan Agn
Convert CONFIG_FSL_DCU_FB to KconfigRename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FBand convert it to Kconfig.Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>Reviewed-by: Stefan Agner <stefan.agner@toradex.com>Reviewed-by: Alison Wang <alison.wang@nxp.com>
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTIntroduce board/freescale/common/Kconfig so that we have a single placefor CONFIG options that are shared between ARM and Po
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTIntroduce board/freescale/common/Kconfig so that we have a single placefor CONFIG options that are shared between ARM and PowerPC NXP platforms.Cc: York Sun <york.sun@nxp.com>Signed-off-by: Tom Rini <trini@konsulko.com>Reviewed-by: York Sun <york.sun@nxp.com>
armv7: Add support of ls1021a-iot boardThe patch adds support for Freescale ls1021a-iot board.Signed-off-by: Feng Li <feng.li_2@nxp.com>[YS: rewrite commit message, fix whitespace in Kconfig]Re
armv7: Add support of ls1021a-iot boardThe patch adds support for Freescale ls1021a-iot board.Signed-off-by: Feng Li <feng.li_2@nxp.com>[YS: rewrite commit message, fix whitespace in Kconfig]Reviewed-by: York Sun <york.sun@nxp.com>