x86: Add cpu code for x86_64
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:58 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit93031595ede1c8a0ee1f7820ab9d719b0e9e51c7
treed62d8ec06eebde0e347cca51a4bd4a364a4c0a57
parentbe059e8813082d6c07be5f69cb7febe37411ca47
x86: Add cpu code for x86_64

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/x86_64/Makefile [new file with mode: 0644]
arch/x86/cpu/x86_64/cpu.c [new file with mode: 0644]
arch/x86/cpu/x86_64/interrupts.c [new file with mode: 0644]