coreboot-kgpe-d16/src/console
Mario Scheithauer f6056113e5 console: Fix LOG_FAST macro
In the LOG_FAST macro, the comparison was incorrectly made with 'level'
value. Correct is the comparison with 'speed'.
With the wrong comparison you cannot set a lower level for console log,
the highest level is always output.

TEST:
- Boot mc_ehl2 with console log level 5 and check output

Change-Id: Ib5b4537ae2cbf01c51c3568d312b5242c4bee7bb
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62261
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2022-02-22 23:13:50 +00:00
..
Kconfig console: Add ANSI escape sequences for highlighting 2022-02-07 23:27:34 +00:00
Makefile.inc console: Update for vboot before bootblock 2020-06-15 22:07:12 +00:00
console.c console: Add compile-time fast path when only CBMEM console is used 2022-02-07 23:28:46 +00:00
die.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
hw-debug_sink.adb console/hw-debug_sink: Update for fast/slow console distinction 2021-08-04 15:15:45 +00:00
hw-debug_sink.ads treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
init.c console: Add Kconfig to dump pre-bootblock cbmem contents 2022-01-17 15:46:35 +00:00
post.c console/post: Lower post code loglevel to BIOS_INFO 2022-02-09 17:38:39 +00:00
printk.c console: Fix LOG_FAST macro 2022-02-22 23:13:50 +00:00
vsprintf.c lib/trace: Remove TRACE support 2020-12-02 23:35:58 +00:00
vtxprintf.c Use the fallthrough statement in switch loops 2022-02-16 21:29:53 +00:00