CONFIG_IMR_DATA_ADDR

Address of bootloader .data section within IMR memory

Address of bootloader .data section within IMR memory

Type: hex

Help

Location to place .data contents in IMR memory during
bootloader linkage.

Help

Location to place .data contents in IMR memory during
bootloader linkage.

Direct dependencies

SOC_SERIES_INTEL_CAVS_V15 || SOC_SERIES_INTEL_CAVS_V15 || SOC_FAMILY_INTEL_ADSP || SOC_FAMILY_INTEL_ADSP

(Includes any dependencies from ifs and menus.)

Defaults

  • 0xb0002000

  • 0xb0002000

  • 0xb0039000

  • 0xb0039000

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config IMR_DATA_ADDR
    hex
    default 0xb0002000
    depends on SOC_SERIES_INTEL_CAVS_V15

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config IMR_DATA_ADDR
    hex
    default 0xb0002000
    depends on SOC_SERIES_INTEL_CAVS_V15

At <Zephyr>/soc/xtensa/intel_adsp/Kconfig:49

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:38<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2

Menu path: (Top) → Hardware Configuration

config IMR_DATA_ADDR
    hex "Address of bootloader .data section within IMR memory"
    default 0xb0039000
    depends on SOC_FAMILY_INTEL_ADSP
    help
      Location to place .data contents in IMR memory during
      bootloader linkage.

At <Zephyr>/soc/xtensa/intel_adsp/Kconfig:49

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:38<Zephyr>/soc/Kconfig:18

Menu path: (Top) → Hardware Configuration

config IMR_DATA_ADDR
    hex "Address of bootloader .data section within IMR memory"
    default 0xb0039000
    depends on SOC_FAMILY_INTEL_ADSP
    help
      Location to place .data contents in IMR memory during
      bootloader linkage.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)