]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move the i386 code into its own directory
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:57 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commitf9832ca17bdfb90a65643b70ec05272b9db0f8a3
tree248dcfa08ac3da6ad3ac4eb7baf16718994a1293
parent96043c8809acfd1c65454bf81e8f83ea3433ba28
x86: Move the i386 code into its own directory

Much of the cpu and interrupt code cannot be compiled on 64-bit x86. Move it
into its own directory and build it only in 32-bit mode.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/cpu.c
arch/x86/cpu/i386/Makefile [new file with mode: 0644]
arch/x86/cpu/i386/cpu.c [new file with mode: 0644]
arch/x86/cpu/i386/interrupt.c [new file with mode: 0644]
arch/x86/cpu/interrupts.c [deleted file]
arch/x86/include/asm/mp.h