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

2016-05-22 Thread Bin Meng
On Mon, May 23, 2016 at 10:37 AM, 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 > Reviewed-by: Bin Meng > --- > Changes in v3: > - none > > cmd/qemu_fw_cfg.c | 25 ++--

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

2016-05-22 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 Reviewed-by: Bin Meng --- Changes in v3: - none cmd/qemu_fw_cfg.c | 25 ++--- include/qemu_fw_cfg.h | 9 + 2 files changed, 31 insertio