coreboot/src/drivers/uart
Kyösti Mälkki 8c99c27df1 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45757
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2020-12-02 23:35:58 +00:00
..
acpi acpi: Call acpi_fill_ssdt() only for enabled devices 2020-11-09 07:24:13 +00:00
Kconfig
Makefile.inc
oxpcie.c src/drivers: Drop unneeded empty lines 2020-09-21 15:51:52 +00:00
oxpcie_early.c
pl011.c
pl011.h
sifive.c
uart8250io.c lib/trace: Remove TRACE support 2020-12-02 23:35:58 +00:00
uart8250mem.c
uart8250reg.h
util.c