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

2016-05-22 Thread Bin Meng
On Mon, May 23, 2016 at 10:37 AM, Miao Yan 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

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

2016-05-22 Thread Miao Yan
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 Reviewed-