aboutsummaryrefslogtreecommitdiff
path: root/core/console-log.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-16/+3
2018-06-18Split debug_descriptor out into own include fileStewart Smith1-0/+1
2016-10-17console-log: print full remaining timebase in skiboot logStewart Smith1-1/+1
2016-08-24Make console-log time more readable: seconds rather than timebaseBalbir Singh1-2/+3
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-5/+5
2014-08-08Make log level thresholds dynamic in debug_descriptor rather than staticStewart Smith1-1/+15
2014-08-08Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith1-1/+3
2014-08-08replace printf() with console log, level 5 aka INFO messagesStewart Smith1-0/+12
2014-08-08Initial code for timestamps in logStewart Smith1-0/+54