Re: [U-Boot] [PATCH 02/12] cmd: qfw: add API to iterate firmware list

2016-05-13 Thread Bin Meng
On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: > This patch is part of the refactor work of qfw. It adds 3 APIs to qfw > core to iterate firmware list. > > Signed-off-by: Miao Yan > --- > cmd/qemu_fw_cfg.c | 25 ++--- > include/qemu_fw_cfg.h | 9 + > 2 files ch

[U-Boot] [PATCH 02/12] cmd: qfw: add API to iterate firmware list

2016-05-12 Thread Miao Yan
This patch is part of the refactor work of qfw. It adds 3 APIs to qfw core to iterate firmware list. Signed-off-by: Miao Yan --- cmd/qemu_fw_cfg.c | 25 ++--- include/qemu_fw_cfg.h | 9 + 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/cmd/qemu_fw