Re: [U-Boot] [PATCH 2/3] x86: Add a reference to README.efi

2016-07-18 Thread Bin Meng
On Mon, Jul 18, 2016 at 9:27 AM, Bin Meng wrote: > On Sun, Jul 17, 2016 at 3:23 PM, Simon Glass wrote: >> UEFI is commonly used on x86. Add a reference to U-Boot's support for this >> in the x86 README. >> >> Signed-off-by: Simon Glass >> --- >> >> doc/README.x86 | 11 +++ >> 1 file cha

Re: [U-Boot] [PATCH 2/3] x86: Add a reference to README.efi

2016-07-18 Thread Simon Glass
Hi Bin, On 17 July 2016 at 19:27, Bin Meng wrote: > On Sun, Jul 17, 2016 at 3:23 PM, Simon Glass wrote: >> UEFI is commonly used on x86. Add a reference to U-Boot's support for this >> in the x86 README. >> >> Signed-off-by: Simon Glass >> --- >> >> doc/README.x86 | 11 +++ >> 1 file c

Re: [U-Boot] [PATCH 2/3] x86: Add a reference to README.efi

2016-07-17 Thread Bin Meng
On Sun, Jul 17, 2016 at 3:23 PM, Simon Glass wrote: > UEFI is commonly used on x86. Add a reference to U-Boot's support for this > in the x86 README. > > Signed-off-by: Simon Glass > --- > > doc/README.x86 | 11 +++ > 1 file changed, 11 insertions(+) > Reviewed-by: Bin Meng But one is

[U-Boot] [PATCH 2/3] x86: Add a reference to README.efi

2016-07-17 Thread Simon Glass
UEFI is commonly used on x86. Add a reference to U-Boot's support for this in the x86 README. Signed-off-by: Simon Glass --- doc/README.x86 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/doc/README.x86 b/doc/README.x86 index 7d694b1..04e7a54 100644 --- a/doc/README.x86 +++ b/d