Re: [U-Boot] [PATCH v2 33/63] x86: Add cpu code for x86_64

2017-01-14 Thread Bin Meng
Hi Simon, On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > There is not much needed at present, but set up a separate directory to put > this code as it grows. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/Makefile| 4 +++- > arch/x86/cpu/x86_64

[U-Boot] [PATCH v2 33/63] x86: Add cpu code for x86_64

2016-11-19 Thread Simon Glass
There is not much needed at present, but set up a separate directory to put this code as it grows. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/Makefile| 4 +++- arch/x86/cpu/x86_64/Makefile | 6 ++ arch/x86/cpu/x86_64/cpu.c| 35