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

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, 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 > Reviewed-by: Bin Meng > --- > > Changes in v3: > - Drop blank line at end of arch/x86/cpu/x86_64/interrupts

[U-Boot] [PATCH v3 33/62] x86: Add cpu code for x86_64

2017-01-16 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 Reviewed-by: Bin Meng --- Changes in v3: - Drop blank line at end of arch/x86/cpu/x86_64/interrupts.c - Drop #include of debug_uart.h Changes in v2: None arch/x86/cpu