summaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Collapse)Author
2017-12-07log: Add an implementation of loggingSimon Glass
Add the logging header file and implementation with some configuration options to control it. Signed-off-by: Simon Glass <[email protected]>
2017-12-07Move debug and logging support to a separate headerSimon Glass
Before adding new features, move these definitions to a separate header to avoid further cluttering common.h. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]>