Kyösti Mälkki uploaded patch set #2 to this change.

View Change

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

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0b6f310e15e6f4992cd054d288903fea8390e5cf
Gerrit-Change-Number: 45757
Gerrit-PatchSet: 2
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
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-MessageType: newpatchset