Lines Matching +full:retained +full:- +full:ram
16 created which has a retained data section as its parent, generally non-init RAM
20 .. code-block:: devicetree
24 compatible = "zephyr,memory-region", "mmio-sram";
26 zephyr,memory-region = "RetainedMem";
30 compatible = "zephyr,retained-ram";
32 #address-cells = <1>;
33 #size-cells = <1>;
44 zephyr,bootloader-info = &boot_info0;
49 /* Reduce SRAM0 usage by 1KB to account for non-init area */
65 * :kconfig:option:`CONFIG_RETAINED_MEM` - Enables retained memory driver
66 * :kconfig:option:`CONFIG_RETENTION` - Enables retention system
67 * :kconfig:option:`CONFIG_BOOT_SHARE_DATA` - Enables shared data
68 * :kconfig:option:`CONFIG_BOOT_SHARE_DATA_BOOTINFO` - Enables boot information
70 * :kconfig:option:`CONFIG_BOOT_SHARE_BACKEND_RETENTION` - Stores shared data
86 .. code-block:: C
111 * ``blinfo/running_slot`` The running slot, useful for direct-XIP mode to know
121 .. code-block:: C