From 66959011d8304292e18dc25a5339c65fe374ca5b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 9 Mar 2016 17:21:33 -0600 Subject: arch/power8: Position bootblock start at reset vector Change-Id: I99c3b4dd0c4da41b99bc108977079c8069afc0bd Signed-off-by: Timothy Pearson Reviewed-on: https://review.coreboot.org/14019 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/arch/power8/bootblock.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/power8/bootblock.S') diff --git a/src/arch/power8/bootblock.S b/src/arch/power8/bootblock.S index 3b864aa21a..77289a1246 100644 --- a/src/arch/power8/bootblock.S +++ b/src/arch/power8/bootblock.S @@ -1,6 +1,7 @@ /* - * Early initialization code for power8. + * Early initialization code for POWER8. * + * Copyright 2016 Raptor Engineering, LLC * Copyright 2013 Google Inc. * * This program is free software; you can redistribute it and/or @@ -16,6 +17,7 @@ .section ".text._start", "ax", %progbits .globl _start +.org 0x100, 0xff _start: b _start .section ".id", "a", %progbits -- cgit v1.2.3