Re: [U-Boot] [PATCH 5/5] x86: Update README.x86 for QEMU support

2015-05-05 Thread Simon Glass
On 5 May 2015 at 09:24, Bin Meng wrote: > Document how to build and test U-Boot with QEMU. > > Signed-off-by: Bin Meng > --- > > doc/README.x86 | 65 > +++--- > 1 file changed, 48 insertions(+), 17 deletions(-) Acked-by: Simon Glass

[U-Boot] [PATCH 5/5] x86: Update README.x86 for QEMU support

2015-05-05 Thread Bin Meng
Document how to build and test U-Boot with QEMU. Signed-off-by: Bin Meng --- doc/README.x86 | 65 +++--- 1 file changed, 48 insertions(+), 17 deletions(-) diff --git a/doc/README.x86 b/doc/README.x86 index ef13fb4..4a30f68 100644 --- a/doc/RE