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:
parent
53b0b50dc8
commit
5f5436f935
13 changed files with 72 additions and 113 deletions
6
src/include/cpu/x86/post_code.h
Normal file
6
src/include/cpu/x86/post_code.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
#define post_code(value) \
|
||||
movb $value, %al; \
|
||||
outb %al, $0x80
|
||||
|
||||
Loading…
Reference in a new issue