Home
last modified time | relevance | path

Searched hist:"2 e82e745a4cf6bad10d9fe5a53db6592f40ff903" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.cdiff 2e82e745a4cf6bad10d9fe5a53db6592f40ff903 Sun May 22 21:37:15 CDT 2016 Miao Yan <yanmiaobest@gmail.com> x86: qemu: move x86 specific operations out of qfw core

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@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>