[U-Boot] [PATCH] imx: imx6ul: disable POR_B internal pull up

2016-09-18 Thread van . freenix
From: Peng Fan >From TO1.1, SNVS adds internal pull up control for POR_B, the register filed is GPBIT[1:0], after system boot up, it can be set to 2b'01 to disable internal pull up. It can save about 30uA power in SNVS mode. Signed-off-by: Peng Fan Cc:

[U-Boot] [PATCH] imx-common: enlarge mux width to 4

2016-09-18 Thread van . freenix
From: Peng Fan For i.MX6, the mux width is 4, not 3. So enlarge the width. IOMUX_CONFIG_LPSR is changed from 0x8 to 0x20 to not use bit 3 of mux. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/include/asm/imx-common/iomux-v3.h | 15

[U-Boot] [PATCH 5/5] imx: mx6ullevk: correct boot device macro

2016-09-18 Thread van . freenix
From: Peng Fan Correct boot device macro according to kconfig entry in common/Kconfig Signed-off-by: Peng Fan Cc: Stefano Babic --- board/freescale/mx6ullevk/imximage.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 1/5] tools: imximage: add plugin support

2016-09-18 Thread van . freenix
From: Peng Fan Add plugin support for imximage. Define CONFIG_USE_PLUGIN to enable using plugin. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Eric Nelson Cc: Ye Li --- tools/imximage.c | 260

[U-Boot] [PATCH 3/5] imx: mx7: Add plugin support

2016-09-18 Thread van . freenix
From: Peng Fan Add mx7_plugin.S which calls boot rom setup function, generate the second ivt, and jump back to boot rom. Signed-off-by: Peng Fan Signed-off-by: Ye Li Cc: Stefano Babic ---

[U-Boot] [PATCH 2/5] imx: mx6: Add plugin support

2016-09-18 Thread van . freenix
From: Peng Fan Add mx6_plugin.S which calls boot rom setup function, generate the second ivt, and jump back to boot rom. Signed-off-by: Peng Fan Signed-off-by: Ye Li Signed-off-by: Utkarsh Gupta ---

[U-Boot] [PATCH 4/5] imx: mx6ullevk: support plugin

2016-09-18 Thread van . freenix
From: Peng Fan Add plugin code for mx6ullevk. Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use plugin code. Signed-off-by: Peng Fan Cc: Stefano Babic --- board/freescale/mx6ullevk/Makefile | 4 ++