Re: [U-Boot] [PATCH 12/39] x86: Tidy up global descriptor table setup

2014-11-08 Thread Simon Glass
On 7 November 2014 02:37, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: This code is a little muddled, so tidy it up. Make sure that we put the GDT in the right place and set it up properly. Signed-off-by: Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH 12/39] x86: Tidy up global descriptor table setup

2014-11-07 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: This code is a little muddled, so tidy it up. Make sure that we put the GDT in the right place and set it up properly. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/start.S | 19 --- 1

[U-Boot] [PATCH 12/39] x86: Tidy up global descriptor table setup

2014-11-06 Thread Simon Glass
This code is a little muddled, so tidy it up. Make sure that we put the GDT in the right place and set it up properly. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/start.S | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git