[coreboot-gerrit] New patch to review for coreboot: cpu/x86/16bit/reset16: remove stale 32-bit jump

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Wed Mar 2 22:32:38 CET 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13878

-gerrit

commit dae481bc938113509b8d162cb2040314a4d72e86
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Mar 2 13:42:57 2016 -0600

    cpu/x86/16bit/reset16: remove stale 32-bit jump
    
    Patrick at least indicated this jump after the reset
    vector jump was a remnant from some construct used long
    ago in the project. It's not longer used (nor could I find
    where it was). Therefore, remove it.
    
    Change-Id: I31512c66a9144267739b08d5f9659c4fcde1b794
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/cpu/x86/16bit/reset16.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cpu/x86/16bit/reset16.inc b/src/cpu/x86/16bit/reset16.inc
index 33712d1..2220aab 100644
--- a/src/cpu/x86/16bit/reset16.inc
+++ b/src/cpu/x86/16bit/reset16.inc
@@ -10,7 +10,4 @@ reset_vector:
 	 * instead of the weird 16 bit relocations that binutils does not
 	 * handle consistenly between versions because they are used so rarely.
 	 */
-	.org 0x8;
-	.code32
-	jmp	protected_start
 	.previous



More information about the coreboot-gerrit mailing list