Lines Matching full:bootloader
3 Bootloader Information
6 The bootloader information (abbreviated to blinfo) subsystem is an extension of
7 the :ref:`retention_api` which allows for reading shared data from a bootloader
9 the information retrieved from the bootloader and storing it in the
15 To use the bootloader information subsystem, a retention area needs to be
44 zephyr,bootloader-info = &boot_info0;
54 Note that this configuration needs to be applied on both the bootloader
77 bootloader information subsystem to function:
84 The following include is needed to use the bootloader information subsystem:
91 application can call this to query the information from the bootloader. This
95 In this mode, the bootloader information can be queries by using settings keys,
113 * ``blinfo/bootloader_version`` Version of the bootloader
131 Bootloader information API