On branch ibm-release-fw1030, commit 3c097c5
The following log is added to hostboot(commit:cc5f1cdd6ca59a8a83c9539c657f4837695722d3), but the host console does not output the log.
#include <console/consoleif.H>
CONSOLE::displayf(CONSOLE::DEFAULT, NULL, "Test log");
Attempts to add logs to the following hostboot files have no output:
/src/usr/pldm/extended/hb_fru.C
/src/usr/hdat/hdatiplparms.C
How to output console logs? Thankyou.