[U-Boot] [PATCH v2 1/1] arm/ls102xa:add hwconfig setting to support disable unused devices.

2015-08-14 Thread Zhuoyu Zhang
and set "devdis:esdhc,qdma,edma" in hwconfig, thus ESDHC controller & eDMA/qDMA will be clock gated to save more power. Signed-off-by: Zhuoyu Zhang --- arch/arm/include/asm/arch-ls102xa/ls102xa_devdis.h | 52 ++ board/freescale/ls1021aqds/ls1021aqds.c|

[U-Boot] [PATCH v2 1/1] arm/ls102xa:add hwconfig setting to support disable unused devices.

2015-08-17 Thread Zhuoyu Zhang
and set "devdis:esdhc,qdma,edma" in hwconfig, thus ESDHC controller & eDMA/qDMA will be clock gated to save more power. Signed-off-by: Zhuoyu Zhang --- Change log: v2 use CONFIG_FSL_DEVICE_DISABLE instead of CONFIG_DEVICE_DISABLE. arch/arm/include/asm/arch-ls102xa/ls102xa

[U-Boot] [PATCH] arm/ls102xa:add hwconfig setting to support disable unused devices.

2015-08-07 Thread Zhuoyu Zhang
and set "devdis:esdhc,qdma,edma" in hwconfig, thus ESDHC controller & eDMA/qDMA will be clock gated to save more power. Signed-off-by: Zhuoyu Zhang --- arch/arm/include/asm/arch-ls102xa/ls102xa_devdis.h | 52 ++ board/freescale/ls1021aqds/ls1021aqds.c

[U-Boot] [PATCH] arm:ls1021a: Reserve secure code into RAM instead of OCRAM

2015-03-24 Thread Zhuoyu Zhang
For ls1021a, Reserve secure code in to memory in case OCRAM is needed by other usage. Signed-off-by: Zhuoyu Zhang --- include/configs/ls1021aqds.h | 1 - include/configs/ls1021atwr.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h