Change in coreboot[master]: util/cbfstool: Add ARM64 Image support
Patrick Rudolph has uploaded a new patch set (#2) to the change originally created by Patrick Rudolph. ( https://review.coreboot.org/23869 ) Change subject: util/cbfstool: Add ARM64 Image support ...................................................................... util/cbfstool: Add ARM64 Image support Add support for booting Linux ARM64 Image. * Add new ARM64 trampoline code * Add ARM64 Image detection * Parse the Image and mark it relocateable if no loadaddress was given * Place the trampoline 64 KiB before the Linux Image Tested on qemu-armv8 and Linux 4.15. Change-Id: I9a8183a87de4dc3a4c4f038fe5b4912ada5d75f9 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> --- M payloads/external/linux/Makefile.inc A payloads/external/linux/arm64image_loader.h A payloads/external/linux/linux_trampoline_arm64.S A payloads/external/linux/linux_trampoline_arm64.c M util/cbfstool/Makefile.inc M util/cbfstool/cbfs-payload-linux.c M util/cbfstool/cbfstool.c M util/cbfstool/common.h 8 files changed, 358 insertions(+), 7 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/23869/2 -- To view, visit https://review.coreboot.org/23869 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I9a8183a87de4dc3a4c4f038fe5b4912ada5d75f9 Gerrit-Change-Number: 23869 Gerrit-PatchSet: 2 Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
participants (1)
-
Patrick Rudolph (Code Review)