Hello build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45757
to look at the new patch set (#2).
Change subject: lib/trace: Remove TRACE support ......................................................................
lib/trace: Remove TRACE support
Looks like the option is generally not compatible with garbage collections.
Nothing gets inlined, for example is_smp_boot() no longer evaluates to constant false and thus the symbols from secondary.S would need to be present for the build to pass even if we set SMP=n.
Also the addresses of relocatable ramstage are currently not normalised on the logs, so util/genprof would be unable dress those.
Change-Id: I0b6f310e15e6f4992cd054d288903fea8390e5cf Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M Makefile.inc M src/Kconfig M src/console/printk.c M src/console/vsprintf.c M src/drivers/uart/uart8250io.c D src/include/trace.h M src/lib/Makefile.inc D src/lib/trace.c D util/genprof/.gitignore D util/genprof/Makefile D util/genprof/README D util/genprof/description.md D util/genprof/genprof.c D util/genprof/log2dress 14 files changed, 1 insertion(+), 256 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/45757/2