Re: [U-Boot] [PATCH 4/5] x86: Move the GDT into global_data

2015-08-06 Thread Bin Meng
On Mon, Aug 3, 2015 at 8:10 AM, Simon Glass wrote: > Rather than keeping track of the Global Descriptor Table in its own memory > we may as well put it in global_data with everything else. As a first step, > stop using the separately allocated GDT. > > Signed-off-by: Simon Glass > --- > > arch/x

[U-Boot] [PATCH 4/5] x86: Move the GDT into global_data

2015-08-02 Thread Simon Glass
Rather than keeping track of the Global Descriptor Table in its own memory we may as well put it in global_data with everything else. As a first step, stop using the separately allocated GDT. Signed-off-by: Simon Glass --- arch/x86/cpu/cpu.c | 9 + arch/x86/include/asm/g