[U-Boot] [PATCH v3 06/13] x86: qemu: move x86 specific operations out of qfw core

Bin Meng bmeng.cn at gmail.com
Mon May 23 08:24:24 CEST 2016


On Mon, May 23, 2016 at 10:37 AM, Miao Yan <yanmiaobest at gmail.com> wrote:
> The original implementation of qfw includes several x86 specific
> operations, like directly calling outb/inb and using some inline
> assembly code which prevents it being ported to other architectures.
>
> This patch adds callback functions and moves those to arch/x86/
>
> Signed-off-by: Miao Yan <yanmiaobest at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> Changes in v3:
>  - none
>
>  arch/x86/cpu/qemu/qemu.c   | 39 ++++++++++++++++++++++++++++++++++++++-
>  drivers/misc/qemu_fw_cfg.c | 30 +++++++++++++-----------------
>  include/qemu_fw_cfg.h      | 15 +++++++++------
>  3 files changed, 60 insertions(+), 24 deletions(-)
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list