Patrick Rudolph uploaded patch set #2 to this change.

View Change

cpu/x86: Add sipi vector module to x86 Makefile 'classes' target

This removes the hardcoded single assembly file and allows to add
more source files to the SIPI rmodule.

This can be used to link C code for reusing existing code.

Instead of using "call rmodule_link" use a custom Makefile rule
to link the rmodule and do not use an intermediate object file any more.
This is required to resolve an issue with gc-sections not removing unused
code when using an intermediate object.

Tested on Supermicro X11SSH. Still boots.

Change-Id: I701eb340688e43591dfca77f55106c5b2f1a7735
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
M Makefile.inc
M src/cpu/x86/Makefile.inc
2 files changed, 8 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/46820/2

To view, visit change 46820. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I701eb340688e43591dfca77f55106c5b2f1a7735
Gerrit-Change-Number: 46820
Gerrit-PatchSet: 2
Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-CC: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-MessageType: newpatchset