Searched hist:"2 e82e745a4cf6bad10d9fe5a53db6592f40ff903" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/qemu/ |
| H A D | qemu.c | 2e82e745a4cf6bad10d9fe5a53db6592f40ff903 Mon May 23 02:37:15 UTC 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>
|