Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46820
to look at the new patch set (#2).
Change subject: cpu/x86: Add sipi vector module to x86 Makefile 'classes' target ......................................................................
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