[U-Boot] [PATCH v3 02/27] tools/ifdtool: Support writing multiple files (-w) simultaneously

Simon Glass sjg at chromium.org
Mon Dec 15 19:23:13 CET 2014


On 12 December 2014 at 06:05, Bin Meng <bmeng.cn at gmail.com> wrote:
> Currently ifdtool only supports writing one file (-w) at a time.
> This looks verbose when generating u-boot.rom for x86 targets.
> This change allows at most 16 files to be written simultaneously.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v3: None
> Changes in v2:
> - tools/ifdtool: Change WRITE_NUM to WRITE_MAX
> - tools/ifdtool: Remove the unnecessary initialiser of addr and wr_fname
>
>  tools/ifdtool.c | 31 ++++++++++++++++++++++++-------
>  tools/ifdtool.h |  2 ++
>  2 files changed, 26 insertions(+), 7 deletions(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list