Lines Matching refs:consoles
4 The TF-A console framework is used to register consoles for different boot states
5 so that user's output can be displayed on physical consoles throughout the different
40 The console framework supports multiple consoles. Multiple instances of a UART
43 consoles with each having BOOT, RUNTIME, and CRASH states respectively, the boot
47 all output destined for BOOT, RUNTIME, or CRASH consoles.
51 * Having different consoles for Boot and Runtime messages
158 struct and initialize the ``flags`` field (by default consoles are enabled for
190 The multi-console API stores all registered consoles in a struct list ``console_list``.
197 This API also helps print characters to the specified consoles, characters can also
265 start sending all logs (INFO, WARNING, ERROR, NOTICE, VERBOSE) to the consoles
268 messages to all consoles marked with the RUNTIME flag. BOOT is the default
283 member) function of all consoles registered for the current scope, for example,
284 BOOT logs will only be printed on consoles set with a BOOT scope. In the PL011