Naman Govil (namangov@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11371
-gerrit
commit 31dd427a6bbf7e3a99a253c0597fc641015169c5 Author: Naman Govil namangov@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@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: