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 457f020ced283f648396fcf53c2f2ca6e5e7aaf2 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..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