Re: [U-Boot] [PATCH 1/4] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Li Ye-B37916
Hi Fabio, On 11/4/2014 11:46 PM, Fabio Estevam wrote: > Hi Ye Li, > > On Tue, Nov 4, 2014 at 6:27 AM, Ye.Li wrote: >> Plugin image is a firmware which can be executed by boot ROM to do >> device initialization, custom settings, delay assertion, etc. > Could you please elaborate a bit mode about t

Re: [U-Boot] [PATCH 1/4] imx: mx6: Add support for MX6 plugin images

2014-11-04 Thread Fabio Estevam
Hi Ye Li, On Tue, Nov 4, 2014 at 6:27 AM, Ye.Li wrote: > Plugin image is a firmware which can be executed by boot ROM to do > device initialization, custom settings, delay assertion, etc. Could you please elaborate a bit mode about the usage of the 'plugin image'? When does it become useful? Wh

[U-Boot] [PATCH 1/4] imx: mx6: Add support for MX6 plugin images

2014-11-04 Thread Ye . Li
Plugin image is a firmware which can be executed by boot ROM to do device initialization, custom settings, delay assertion, etc. The boot ROM detects the image type using the plugin flag of the boot data structure. If the plugin flag is 1, then the ROM uses the image as a plugin function. The func