updates from YhLu, plus fixes for PPC/K8 issues.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -57,7 +57,7 @@ void console_tx_byte(unsigned char byte)
|
||||
*/
|
||||
void post_code(uint8_t value)
|
||||
{
|
||||
#ifdef CONFIG_SERIAL_POST
|
||||
#if CONFIG_SERIAL_POST==1
|
||||
printk_info("POST: 0x%02x\n", value);
|
||||
#elsif !define(NO_POST)
|
||||
outb(value, 0x80);
|
||||
|
Reference in New Issue
Block a user