mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
reverted back. It breaks build with SERIAL_POST enabled. Have to investiaget more about Kevin's patch
This commit is contained in:
parent
0f096db1ab
commit
c890b0e8ee
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue