reverted back. It breaks build with SERIAL_POST enabled. Have to investiaget more about Kevin's patch

This commit is contained in:
Andrew Ip 2003-02-12 08:08:14 +00:00
parent 0f096db1ab
commit c890b0e8ee

View file

@ -355,19 +355,9 @@ NO FUNCTIONS YET!
/* originally this macro was from STPC BIOS */ /* originally this macro was from STPC BIOS */
/* kevin/Ispiri - changed to default to serial port POST codes */ /* kevin/Ispiri - changed to default to serial port POST codes */
#ifndef SERIAL_POST
#define intel_chip_post_macro(value) \ #define intel_chip_post_macro(value) \
movb $value, %al ; \ movb $value, %al ; \
outb %al, $0x80 outb %al, $0x80
#else
#define intel_chip_post_macro(value) \
mov $'<', %al ; \
CALLSP(console_tx_al) ; \
mov $value, %al ; \
CALLSP(console_tx_hex8) ; \
mov $'>', %al ; \
CALLSP(console_tx_al)
#endif
#define INTEL_PDATA_MAGIC 0xdeadbeef #define INTEL_PDATA_MAGIC 0xdeadbeef