diff options
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r-- | docs/porting-guide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md index 2f71d80a..ba550f04 100644 --- a/docs/porting-guide.md +++ b/docs/porting-guide.md @@ -1182,6 +1182,10 @@ setup just prior to BL31 exit during cold boot. The default weak implementation of this function will invoke `console_uninit()` which will suppress any BL31 runtime logs. +In ARM Standard platforms, this function will initialize the BL31 runtime +console which will cause all further BL31 logs to be output to the +runtime console. + ### Function : bl31_get_next_image_info() [mandatory] |