Invalidate cache before first jump
[coreboot.git] / src / cpu / x86 / 16bit / reset16.inc
index 1be0e3a94ca6e6d950c4d7e7e698b459c11d5f60..8dba3c836f208bb46efb7938fc39a4fa6d6ac39b 100644 (file)
@@ -2,6 +2,7 @@
        .code16
 .globl reset_vector
 reset_vector:
+       wbinvd
        .byte  0xe9
        .int   _start - ( . + 2 )
        /* Note: The above jump is hand coded to work around bugs in binutils.