[coreboot-gerrit] Patch set updated for coreboot: Alignment Issue in arm64

Naman Govil (namangov@gmail.com) gerrit at coreboot.org
Fri Aug 28 21:04:58 CEST 2015


Naman Govil (namangov at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11371

-gerrit

commit 66c311c2909ff2c48033833b759c425033a4b889
Author: Naman Govil <namangov at gmail.com>
Date:   Thu Aug 27 05:46:45 2015 +0530

    Alignment Issue in arm64
    
    The qemu-armv8 was unable to branch and link to appropriate location
    (smp_processor_id) due to misalignment by 1 byte.
    
    Change-Id: I38634cc075bfb1b72098b1dc4c9e488531f2c4e8
    Signed-off-by: Naman Govil <namangov at gmail.com>
---
 src/arch/arm64/id.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/arch/arm64/id.S b/src/arch/arm64/id.S
index a588f1e..b36e6f2 100644
--- a/src/arch/arm64/id.S
+++ b/src/arch/arm64/id.S
@@ -16,5 +16,6 @@ part:
 .long CONFIG_ROM_SIZE                               /* Size of this romimage */
 	.globl __id_end
 
+	.align 2
 __id_end:
 .previous



More information about the coreboot-gerrit mailing list