:orphan: .. title:: CONFIG_IMR_MANIFEST_ADDR .. kconfig:: CONFIG_IMR_MANIFEST_ADDR CONFIG_IMR_MANIFEST_ADDR ######################## *Address of boot manifest struct within IMR memory* Type: ``hex`` Help ==== .. code-block:: none Address where the rimage manifest struct is placed upon boot. Must be synchronized between Zephyr's linkage, the hardware, ROM and rimage configuration. Don't touch except with great care. Direct dependencies =================== \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` || \ :kconfig:`SOC_FAMILY_INTEL_ADSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xb0004000 - 0xb0032000 Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IMR_MANIFEST_ADDR hex default 0xb0004000 depends on SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config IMR_MANIFEST_ADDR hex "Address of boot manifest struct within IMR memory" default 0xb0032000 depends on SOC_FAMILY_INTEL_ADSP help Address where the rimage manifest struct is placed upon boot. Must be synchronized between Zephyr's linkage, the hardware, ROM and rimage configuration. Don't touch except with great care. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*