coreboot-kgpe-d16/src/console
Kyösti Mälkki cebb684417 console: Skip non-BSP printk() earlier
Fix regression after commit:
  6032018 console: only allow console messages after initialization

Bail out early on AP CPUs, this avoids use of CAR_GLOBAL when
we have SQUELCH_EARLY_SMP=y.

Change-Id: I506c5fbec43a6eb6f6d9362d62a040def9e1e7bb
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26120
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-05-09 05:21:21 +00:00
..
console.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
die.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
early_print.c src/console: Add required space before opening parenthesis '(' 2016-08-31 20:06:20 +02:00
hw-debug_sink.adb Hook up libhwbase in ramstage 2016-11-29 23:45:40 +01:00
hw-debug_sink.ads Hook up libhwbase in ramstage 2016-11-29 23:45:40 +01:00
init.c console: only allow console messages after initialization 2018-03-02 15:22:24 +00:00
Kconfig console: Reduce default loglevel to DEBUG 2018-05-08 03:02:25 +00:00
Makefile.inc console: Make snprintf available in all stages 2017-04-24 19:25:21 +02:00
post.c src/device: Fix discarded-qualifiers compilation issue 2018-05-02 08:06:06 +00:00
printk.c console: Skip non-BSP printk() earlier 2018-05-09 05:21:21 +00:00
vsprintf.c console: Expose vsnprintf 2018-04-09 08:18:16 +00:00
vtxprintf.c console/vtxprintf.c: Add required spaces around '>' 2018-05-04 10:14:23 +00:00