[coreboot-gerrit] New patch to review for coreboot: console: Enable printk for ENV_LIBAGESA

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Thu Mar 2 15:30:40 CET 2017


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18545

-gerrit

commit b9e39488091d6691496d77653bfe989e1e0e1632
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Mar 2 12:29:59 2017 +0200

    console: Enable printk for ENV_LIBAGESA
    
    Messages from AGESA proper are additionally controlled
    by various IDS parameters in buildsOpts.c file of mainboard.
    
    Change-Id: I83e975d37ad2bdecb09c483ecae71c0ed6877731
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/include/console/console.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/console/console.h b/src/include/console/console.h
index 013ef20..7edce52 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -42,7 +42,7 @@ void __attribute__ ((noreturn)) die(const char *msg);
 #define __CONSOLE_ENABLE__ \
 	((ENV_BOOTBLOCK && IS_ENABLED(CONFIG_BOOTBLOCK_CONSOLE)) || \
 	(ENV_POSTCAR && IS_ENABLED(CONFIG_POSTCAR_CONSOLE)) || \
-	ENV_VERSTAGE || ENV_ROMSTAGE || ENV_RAMSTAGE || \
+	ENV_VERSTAGE || ENV_ROMSTAGE || ENV_RAMSTAGE || ENV_LIBAGESA || \
 	(ENV_SMM && CONFIG_DEBUG_SMI))
 
 #if __CONSOLE_ENABLE__



More information about the coreboot-gerrit mailing list