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
This commit is contained in:
Stefan Reinauer 2010-04-25 20:42:02 +00:00 committed by Stefan Reinauer
commit 5f5436f935
13 changed files with 72 additions and 113 deletions

View file

@ -0,0 +1,6 @@
#define post_code(value) \
movb $value, %al; \
outb %al, $0x80