Home
last modified time | relevance | path

Searched full:xip (Results 1 – 25 of 254) sorted by relevance

1234567891011

/Zephyr-latest/tests/kernel/xip/
Dtestcase.yaml2 arch.common.xip:
6 - xip
9 - qemu_x86/atom/xip
10 arch.common.xip.minimallibc:
14 - xip
17 - qemu_x86/atom/xip
/Zephyr-latest/include/zephyr/drivers/flash/
Dnrf_qspi_nor.h15 * @brief Specifies whether XIP (execute in place) operation should be possible
22 * XIP accesses are used, the driver must be prevented from doing both these
23 * things as that would make XIP to fail. Hence, the application should use
24 * this function to signal to the driver that XIP accesses are expected to
25 * occur so that it keeps the QSPI peripheral operable. When XIP operation
29 * @param enable if true, the driver enables XIP operation and suppresses
30 * idle actions that would make XIP to fail
/Zephyr-latest/tests/kernel/xip/src/
Dmain.c8 * @brief Test to verify XIP
10 * @defgroup kernel_xip_tests XIP Tests
14 * @details This module tests that XIP performs as expected. If the first
15 * task is even activated that is a good indication that XIP is
43 * @brief Test XIP
47 ZTEST(xip, test_globals) in ZTEST() argument
60 ZTEST_SUITE(xip, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/soc/ti/simplelink/cc32xx/
DKconfig19 bool "Prepend debug header, disabling flash verification" if XIP
20 default XIP
24 bool "Prepend debug header, disabling flash verification" if XIP
25 default XIP
DKconfig.defconfig.cc3235sf16 default 0x800 if XIP
17 default 0x0 if !XIP
DKconfig.defconfig.cc3220sf16 default 0x800 if XIP
17 default 0x0 if !XIP
/Zephyr-latest/soc/nxp/s32/s32k3/
DKconfig15 select SOC_RESET_HOOK if XIP
16 select USE_DT_CODE_PARTITION if XIP
32 depends on XIP
39 depends on XIP
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_atom_xip.yaml1 identifier: qemu_x86/atom/xip
2 name: QEMU Emulation for X86 (XIP enabled)
13 - xip
/Zephyr-latest/boards/qemu/cortex_a53/
Dqemu_cortex_a53_qemu_cortex_a53_xip.yaml1 identifier: qemu_cortex_a53/qemu_cortex_a53/xip
2 name: QEMU Emulation for Cortex-A53 (XIP)
14 - xip
/Zephyr-latest/drivers/memc/
DKconfig.mcux50 bool "Initialize FLEXSPI when using device for XIP"
52 Initialize the FLEXSPI device even when using it for XIP. If this
55 the flash device used for XIP, and that the configuration settings
56 used for the FLEXSPI are compatible with those needed for XIP from
/Zephyr-latest/snippets/nordic-flpr-xip/
DREADME.rst1 .. _nordic-flpr-xip:
3 Nordic FLPR snippet with execution in place (nordic-flpr-xip)
12 for the ``xip`` board variant, or with :kconfig:option:`CONFIG_XIP` enabled.
Dsnippet.yml1 name: nordic-flpr-xip
3 EXTRA_DTC_OVERLAY_FILE: nordic-flpr-xip.overlay
/Zephyr-latest/snippets/nordic-ppr-xip/
DREADME.rst1 .. _nordic-ppr-xip:
3 Nordic boot PPR snippet with execution in place (nordic-ppr-xip)
11 so the PPR image must be built for the ``xip`` board variant, or with
Dsnippet.yml1 name: nordic-ppr-xip
3 EXTRA_DTC_OVERLAY_FILE: nordic-ppr-xip.overlay
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld22 /* On nRF5340, external flash is mapped in XIP region at 0x1000_0000. */
30 /* On stm32 OSPI, external flash is mapped in XIP region at address given by the reg property. */
37 /* On stm32 QSPI, external flash is mapped in XIP region at address given by the reg property. */
44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
54 * that we can do XIP from.
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
DCMakeLists.txt25 zephyr_library_sources(${RT1180_BOARD_DIR}/xip/evkmimxrt1180_flexspi_nor_config.c)
26 zephyr_library_include_directories(${RT1180_BOARD_DIR}/xip)
31 zephyr_library_sources(${RT1180_BOARD_DIR}/xip/evkmimxrt1180_flexspi_nor_config.c)
/Zephyr-latest/soc/nuvoton/npcm/npcm4/
DKconfig.defconfig11 default 0x600 if XIP
12 default 0x0 if !XIP
/Zephyr-latest/boards/qemu/riscv32_xip/
Dqemu_riscv32_xip.yaml2 name: QEMU Emulation for RISC-V 32-bit in XIP mode
14 - xip
/Zephyr-latest/soc/arm/designstart/
DKconfig9 imply XIP
14 imply XIP
/Zephyr-latest/boards/qemu/arc/
Dqemu_arc_qemu_arc_hs_xip.yaml1 identifier: qemu_arc/qemu_arc_hs/xip
2 name: QEMU Emulation for ARC HS (XIP)
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dboard.yml8 - name: xip
10 - name: xip
Dnrf54h20dk_nrf54h20_cpuflpr_xip_0_9_0.yaml4 identifier: nrf54h20dk/nrf54h20/cpuflpr/xip
5 name: nRF54H20-DK-nRF54H20-FLPR (MRAM XIP) (revision 0.9.0)
Dnrf54h20dk_nrf54h20_cpuppr_xip_0_9_0.yaml4 identifier: nrf54h20dk/nrf54h20/cpuppr/xip
5 name: nRF54H20-DK-nRF54H20-PPR (MRAM XIP) (revision 0.9.0)
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpuppr_xip.yaml4 identifier: nrf9280pdk/nrf9280/cpuppr/xip
5 name: nRF9280-DK-nRF9280-PPR (MRAM XIP)
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_nrf54l15_cpuflpr_xip.yaml4 identifier: nrf54l15dk/nrf54l15/cpuflpr/xip
5 name: nRF54L15-DK-nRF54L15-Fast-Lightweight-Peripheral-Processor (RRAM XIP)

1234567891011