Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / include / cpu / x86 / post_code.h
1
2 #include <console/post_codes.h>
3
4 #define post_code(value)        \
5         movb    $value, %al;    \
6         outb    %al, $0x80
7