Re: [U-Boot] [PATCH v2 34/63] x86: Support global_data on x86_64

2017-01-14 Thread Bin Meng
Hi Simon, On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > At present this is just an ordinary variable. We may consider making it a > fixed register in the future. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/x86_64/cpu.c | 13 + > arc

[U-Boot] [PATCH v2 34/63] x86: Support global_data on x86_64

2016-11-19 Thread Simon Glass
At present this is just an ordinary variable. We may consider making it a fixed register in the future. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/x86_64/cpu.c | 13 + arch/x86/include/asm/global_data.h | 6 +- 2 files changed, 18 insertions(+), 1