[U-Boot] [PATCH v2 32/63] x86: Move the i386 code into its own directory
Bin Meng
bmeng.cn at gmail.com
Sat Jan 14 14:30:58 CET 2017
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/Makefile | 6 +-
> arch/x86/cpu/cpu.c | 504 ----------------------
> arch/x86/cpu/i386/Makefile | 7 +
> arch/x86/cpu/i386/cpu.c | 534 ++++++++++++++++++++++++
> arch/x86/cpu/{interrupts.c => i386/interrupt.c} | 4 -
> arch/x86/include/asm/mp.h | 3 +
> 6 files changed, 549 insertions(+), 509 deletions(-)
> create mode 100644 arch/x86/cpu/i386/Makefile
> create mode 100644 arch/x86/cpu/i386/cpu.c
> rename arch/x86/cpu/{interrupts.c => i386/interrupt.c} (99%)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list