Change in coreboot[master]: util/cbfstool: Move x86 Linux trampoline
Patrick Rudolph has uploaded a new patch set (#2) to the change originally created by Patrick Rudolph. ( https://review.coreboot.org/23867 ) Change subject: util/cbfstool: Move x86 Linux trampoline ...................................................................... util/cbfstool: Move x86 Linux trampoline Move linux trampoline code to support more than one architecture. * Move the x86 trampoline to payloads/external/linux * Add make rules to compile it only if the toolchain is present * Add architecture independent Makefile for all trampolines * Rename the trampoline to linux_trampoline_x86 Change-Id: I1d8630554e9fd845840de88142e5115c0bf92842 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> --- M Makefile.inc A payloads/external/linux/Makefile A payloads/external/linux/Makefile.inc R payloads/external/linux/bzimage_loader.h R payloads/external/linux/linux_trampoline.h R payloads/external/linux/linux_trampoline_x86.S A payloads/external/linux/linux_trampoline_x86.c R payloads/external/linux/trampoline/x86/linux_trampoline.c M util/cbfstool/Makefile M util/cbfstool/Makefile.inc M util/cbfstool/cbfs-payload-linux.c 11 files changed, 86 insertions(+), 18 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/23867/2 -- To view, visit https://review.coreboot.org/23867 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: I1d8630554e9fd845840de88142e5115c0bf92842 Gerrit-Change-Number: 23867 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)