drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
authorStefan Reinauer <stepan@coresystems.de>
Sun, 25 Apr 2010 20:42:02 +0000 (20:42 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 25 Apr 2010 20:42:02 +0000 (20:42 +0000)
commit5f5436f935412a339e127e0863d39df8a2308830
tree3bab0cd44e2277265adf5c9df62647583eadc36f
parent53b0b50dc838f98a2f3745861414d8b54474f3ba
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
(which could at some time hold global post code definitions, too)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5498 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 files changed:
src/arch/i386/include/arch/asm.h [deleted file]
src/arch/i386/include/arch/cpu.h
src/arch/i386/include/arch/intel.h [deleted file]
src/arch/i386/init/bootblock_prologue.c
src/arch/i386/init/crt0_prologue.inc
src/arch/i386/lib/c_start.S
src/arch/i386/lib/cpu.c
src/arch/i386/llshell/console.inc
src/arch/i386/llshell/llshell.inc
src/cpu/x86/lapic/secondary.S
src/cpu/x86/smm/smmhandler.S
src/cpu/x86/smm/smmrelocate.S
src/include/cpu/x86/post_code.h [new file with mode: 0644]