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

Naman Govil (namangov@gmail.com) gerrit at coreboot.org
Thu Aug 27 02:25:09 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 6c73bbb91a228abeddc45be9bd41f8399ff963d9
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..c5e21cb 100644
--- a/src/arch/arm64/id.S
+++ b/src/arch/arm64/id.S
@@ -1,6 +1,7 @@
 #include <build.h>
 
 	.section ".id", "a", %progbits
+	.align 2
 
 	.globl __id_start
 __id_start:



More information about the coreboot-gerrit mailing list