From c890b0e8ee460a86b882fe5258a2dcf8a27f96ac Mon Sep 17 00:00:00 2001 From: Andrew Ip Date: Wed, 12 Feb 2003 08:08:14 +0000 Subject: [PATCH] reverted back. It breaks build with SERIAL_POST enabled. Have to investiaget more about Kevin's patch --- src/arch/i386/include/arch/intel.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/arch/i386/include/arch/intel.h b/src/arch/i386/include/arch/intel.h index d05183adad..3daeba70b2 100644 --- a/src/arch/i386/include/arch/intel.h +++ b/src/arch/i386/include/arch/intel.h @@ -355,19 +355,9 @@ NO FUNCTIONS YET! /* originally this macro was from STPC BIOS */ /* kevin/Ispiri - changed to default to serial port POST codes */ -#ifndef SERIAL_POST #define intel_chip_post_macro(value) \ movb $value, %al ; \ 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