Home
last modified time | relevance | path

Searched refs:consoles (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst4 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
[all …]
/rk3399_ARM-atf/include/services/
H A Drmm_core_manifest.h99 struct console_info *consoles; /* Pointer to console_info[] */ member
105 CASSERT(offsetof(struct console_list, consoles) == 8UL,
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_common.c139 manifest->plat_console.consoles = console_ptr; in plat_rmmd_load_manifest()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c343 manifest->plat_console.consoles = console_ptr; in plat_rmmd_load_manifest()
/rk3399_ARM-atf/docs/components/
H A Drmm-el3-comms-spec.rst201 - plat_console : Structure encoding the list of consoles for RMM use on the
1111 | plat_console | 40 | console_list | List of consoles available to RMM |
1165 Console List structure contains information about the available consoles for RMM.
1171 | num_consoles | 0 | uint64_t | Number of consoles |
1173 | consoles | 8 | console_info * | Pointer to 'console_info'[] array |
1178 Checksum is calculated as two's complement sum of 'num_consoles', 'consoles'
1179 pointer and the consoles array pointed by it.
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_common.c860 manifest->plat_console.consoles = console_ptr; in plat_rmmd_load_manifest()
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3654 TF-A supported UARTs. Multiple consoles can be registered at the same time with
3656 their respective consoles without unnecessary cluttering of a single console.
3711 consoles configured to output in crash state. ``console_set_scope()`` can be
3715 Platforms are responsible for making sure that they only mark consoles for