| Submitter | Simon Glass |
|---|---|
| Date | Nov. 3, 2012, 9:41 p.m. |
| Message ID | <1351978902-23719-12-git-send-email-sjg@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/196937/ |
| State | Superseded, archived |
| Delegated to: | Simon Glass |
| Headers | show |
Comments
Patch
diff --git a/arch/x86/cpu/coreboot/coreboot.c b/arch/x86/cpu/coreboot/coreboot.c index d1be8ff..2912443 100644 --- a/arch/x86/cpu/coreboot/coreboot.c +++ b/arch/x86/cpu/coreboot/coreboot.c @@ -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); }