Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: Plumb logging into the init sequence | Simon Glass | 2017-12-07 | 1 | -0/+1 |
| | | | | | | | Set up logging both before and after relocation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | log: Add an implementation of logging | Simon Glass | 2017-12-07 | 1 | -0/+244 |
Add the logging header file and implementation with some configuration options to control it. Signed-off-by: Simon Glass <sjg@chromium.org> |