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(a)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(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
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(a)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(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Philipp Deppenwiese has posted comments on this change. ( https://review.coreboot.org/22374 )
Change subject: security/tpm: Refactor TSS 1.2 and 2.0 implementation
......................................................................
Patch Set 41:
test
--
To view, visit https://review.coreboot.org/22374
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I97bbc7b7b025500b49c743b0c303543c33627c88
Gerrit-Change-Number: 22374
Gerrit-PatchSet: 41
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Andrey Pronin <apronin(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Randall Spangler <randall(a)spanglers.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 26 Feb 2018 12:20:16 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No