i386: move boot
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:45 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:45 +0000 (11:16 +0200)
commit96ae6ea0be1b902c28b3b463c27da42b41e2b63a
treefbc18761d4fa93d7b0f6dbf3496289fa32bd363a
parent0530bf37cebcf22a73652937c2340bc1ebd92000
i386: move boot

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
66 files changed:
arch/i386/Makefile
arch/i386/boot/.gitignore [deleted file]
arch/i386/boot/Makefile [deleted file]
arch/i386/boot/a20.c [deleted file]
arch/i386/boot/apm.c [deleted file]
arch/i386/boot/bitops.h [deleted file]
arch/i386/boot/boot.h [deleted file]
arch/i386/boot/cmdline.c [deleted file]
arch/i386/boot/code16gcc.h [deleted file]
arch/i386/boot/copy.S [deleted file]
arch/i386/boot/cpu.c [deleted file]
arch/i386/boot/cpucheck.c [deleted file]
arch/i386/boot/edd.c [deleted file]
arch/i386/boot/header.S [deleted file]
arch/i386/boot/install.sh [deleted file]
arch/i386/boot/main.c [deleted file]
arch/i386/boot/mca.c [deleted file]
arch/i386/boot/memory.c [deleted file]
arch/i386/boot/mtools.conf.in [deleted file]
arch/i386/boot/pm.c [deleted file]
arch/i386/boot/pmjump.S [deleted file]
arch/i386/boot/printf.c [deleted file]
arch/i386/boot/setup.ld [deleted file]
arch/i386/boot/string.c [deleted file]
arch/i386/boot/tty.c [deleted file]
arch/i386/boot/version.c [deleted file]
arch/i386/boot/vesa.h [deleted file]
arch/i386/boot/video-bios.c [deleted file]
arch/i386/boot/video-vesa.c [deleted file]
arch/i386/boot/video-vga.c [deleted file]
arch/i386/boot/video.c [deleted file]
arch/i386/boot/video.h [deleted file]
arch/i386/boot/voyager.c [deleted file]
arch/x86/boot/.gitignore [new file with mode: 0644]
arch/x86/boot/Makefile [new file with mode: 0644]
arch/x86/boot/a20.c [new file with mode: 0644]
arch/x86/boot/apm.c [new file with mode: 0644]
arch/x86/boot/bitops.h [new file with mode: 0644]
arch/x86/boot/boot.h [new file with mode: 0644]
arch/x86/boot/cmdline.c [new file with mode: 0644]
arch/x86/boot/code16gcc.h [new file with mode: 0644]
arch/x86/boot/copy.S [new file with mode: 0644]
arch/x86/boot/cpu.c [new file with mode: 0644]
arch/x86/boot/cpucheck.c [new file with mode: 0644]
arch/x86/boot/edd.c [new file with mode: 0644]
arch/x86/boot/header.S [new file with mode: 0644]
arch/x86/boot/install.sh [new file with mode: 0644]
arch/x86/boot/main.c [new file with mode: 0644]
arch/x86/boot/mca.c [new file with mode: 0644]
arch/x86/boot/memory.c [new file with mode: 0644]
arch/x86/boot/mtools.conf.in [new file with mode: 0644]
arch/x86/boot/pm.c [new file with mode: 0644]
arch/x86/boot/pmjump.S [new file with mode: 0644]
arch/x86/boot/printf.c [new file with mode: 0644]
arch/x86/boot/setup.ld [new file with mode: 0644]
arch/x86/boot/string.c [new file with mode: 0644]
arch/x86/boot/tty.c [new file with mode: 0644]
arch/x86/boot/version.c [new file with mode: 0644]
arch/x86/boot/vesa.h [new file with mode: 0644]
arch/x86/boot/video-bios.c [new file with mode: 0644]
arch/x86/boot/video-vesa.c [new file with mode: 0644]
arch/x86/boot/video-vga.c [new file with mode: 0644]
arch/x86/boot/video.c [new file with mode: 0644]
arch/x86/boot/video.h [new file with mode: 0644]
arch/x86/boot/voyager.c [new file with mode: 0644]
arch/x86_64/boot/Makefile