x86: Emit port 80 post codes in show_boot_progress()
[platform/kernel/u-boot.git] / arch / x86 / cpu / coreboot / coreboot.c
index f262800..5a4c3e5 100644 (file)
@@ -28,6 +28,7 @@
 #include <netdev.h>
 #include <asm/msr.h>
 #include <asm/cache.h>
+#include <asm/io.h>
 #include <asm/arch-coreboot/tables.h>
 #include <asm/arch-coreboot/sysinfo.h>
 #include <asm/arch/timestamp.h>
@@ -68,6 +69,7 @@ int board_early_init_r(void)
 
 void show_boot_progress(int val)
 {
+       outb(val, 0x80);
 }