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

2016-09-23 Thread Tom Rini
On Fri, Sep 23, 2016 at 04:35:59PM +0800, Peng Fan wrote: > On Thu, Sep 22, 2016 at 11:48:16AM -0400, Tom Rini wrote: > >On Mon, Sep 19, 2016 at 11:55:43AM +0800, van.free...@gmail.com wrote: > > > >> From: Peng Fan > >> > >> Add plugin code for mx6ullevk. > >> Define CONFIG_USE_PLUGIN in include

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

2016-09-23 Thread Peng Fan
On Thu, Sep 22, 2016 at 11:48:16AM -0400, Tom Rini wrote: >On Mon, Sep 19, 2016 at 11:55:43AM +0800, van.free...@gmail.com wrote: > >> 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

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

2016-09-23 Thread Peng Fan
On Thu, Sep 22, 2016 at 11:48:16AM -0400, Tom Rini wrote: >On Mon, Sep 19, 2016 at 11:55:43AM +0800, van.free...@gmail.com wrote: > >> 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

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

2016-09-22 Thread Tom Rini
On Mon, Sep 19, 2016 at 11:55:43AM +0800, van.free...@gmail.com wrote: > 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 So we need an option in arch/arm/cpu/armv7/

[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 ++ board/freescale/mx6ullevk/plugin.S | 139 +