Re: [U-Boot] [PATCH v2 2/2] x86: Fix GDT limit in start16.S

2014-10-22 Thread Simon Glass
On 17 October 2014 11:57, Simon Glass wrote: > On 16 October 2014 16:58, Bin Meng wrote: >> GDT limit should be one less than an integral multiple of eight. >> >> Signed-off-by: Bin Meng > > Acked-by: Simon Glass Applied to u-boot-x86/master, thanks! ___

Re: [U-Boot] [PATCH v2 2/2] x86: Fix GDT limit in start16.S

2014-10-17 Thread Simon Glass
On 16 October 2014 16:58, Bin Meng wrote: > GDT limit should be one less than an integral multiple of eight. > > Signed-off-by: Bin Meng Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 2/2] x86: Fix GDT limit in start16.S

2014-10-16 Thread Bin Meng
GDT limit should be one less than an integral multiple of eight. Signed-off-by: Bin Meng --- arch/x86/cpu/start16.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu/start16.S b/arch/x86/cpu/start16.S index 8b9b327..6968fda 100644 --- a/arch/x86/cpu/start16.S +++ b