Skip to content

manifest: sdk-zephyr: Cherry pick moving SRAM configuration to DTS#28482

Merged
nordicjm merged 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-zephyr-4035
May 11, 2026
Merged

manifest: sdk-zephyr: Cherry pick moving SRAM configuration to DTS#28482
nordicjm merged 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-zephyr-4035

Conversation

@NordicBuilder
Copy link
Copy Markdown
Contributor

@NordicBuilder NordicBuilder commented May 1, 2026

Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#4035

Changelog will be added in a separate PR with a migration guide

@NordicBuilder NordicBuilder requested review from a team as code owners May 1, 2026 07:27
@NordicBuilder
Copy link
Copy Markdown
Contributor Author

NordicBuilder commented May 1, 2026

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@6bf83fb nrfconnect/sdk-zephyr@9ed3b94 (main) nrfconnect/sdk-zephyr@6bf83fb8..9ed3b94c

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Copy Markdown
Contributor Author

NordicBuilder commented May 1, 2026

CI Information

To view the history of this post, click the 'edited' button above
Build number: 12

Inputs:

Sources:

sdk-nrf: PR head: 32f5e2a6636dd4e13a22c264cf7832775f8d292b
zephyr: PR head: 9ed3b94cbdef3f694b68f116188feeb4100bb83b

more details

sdk-nrf:

PR head: 32f5e2a6636dd4e13a22c264cf7832775f8d292b
merge base: 23c9617a817c11e291e8903f2a5023cd63fa2942
target head (main): 555aaab1dc6039a5330e758217741b5353ace455
Diff

zephyr:

PR head: 9ed3b94cbdef3f694b68f116188feeb4100bb83b
merge base: 6bf83fb842f89ffb6c0c67abf47b7d7f2234133b
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (97)
west.yml
zephyr
│  ├── CMakeLists.txt
│  ├── arch
│  │  ├── Kconfig
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_a_r
│  │  │  │  │  │ reboot.c
│  │  │  │  ├── cortex_m
│  │  │  │  │  │ prep_c.c
│  │  │  │  ├── mpu
│  │  │  │  │  │ arm_mpu_regions.c
│  │  ├── arm64
│  │  │  ├── core
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ Kconfig
│  │  ├── riscv
│  │  │  │ Kconfig
│  │  ├── x86
│  │  │  ├── Kconfig
│  │  │  ├── core
│  │  │  │  │ x86_mmu.c
│  │  │  │ gen_mmu.py
│  │  ├── xtensa
│  │  │  ├── core
│  │  │  │  │ ptables.c
│  ├── boards
│  │  ├── actinius
│  │  │  ├── icarus
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── icarus_bee
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── icarus_som
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── icarus_som_dk
│  │  │  │  │ Kconfig.defconfig
│  │  ├── circuitdojo
│  │  │  ├── feather
│  │  │  │  │ Kconfig.defconfig
│  │  ├── ct
│  │  │  ├── ctcc
│  │  │  │  │ Kconfig.defconfig
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── bl54l15_dvk
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── bl54l15u_dvk
│  │  │  │  │ Kconfig.defconfig
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ holyiot_yj16019.dts
│  │  ├── innblue
│  │  │  ├── innblue21
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── innblue22
│  │  │  │  │ Kconfig.defconfig
│  │  ├── nordic
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── nrf5340dk
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── thingy53
│  │  │  │  │ Kconfig.defconfig
│  │  ├── norik
│  │  │  ├── octopus_io_board
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── octopus_som
│  │  │  │  │ Kconfig.defconfig
│  │  ├── panasonic
│  │  │  ├── panb611evb
│  │  │  │  │ Kconfig.defconfig
│  │  ├── qemu
│  │  │  ├── x86
│  │  │  │  │ board.cmake
│  │  ├── raytac
│  │  │  ├── mdbt53_db_40
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── mdbt53v_db_40
│  │  │  │  │ Kconfig.defconfig
│  │  ├── sparkfun
│  │  │  ├── thing_plus
│  │  │  │  │ Kconfig.defconfig
│  │  ├── udoo
│  │  │  ├── udoo_neo_full
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  ├── cmake
│  │  ├── linker_script
│  │  │  ├── arm
│  │  │  │  │ linker.cmake
│  │  ├── modules
│  │  │  │ extensions.cmake
│  ├── doc
│  │  ├── hardware
│  │  │  ├── arch
│  │  │  │  │ x86.rst
│  │  ├── kernel
│  │  │  ├── memory_management
│  │  │  │  │ virtual_memory.rst
│  │  ├── releases
│  │  │  │ migration-guide-4.5.rst
│  ├── drivers
│  │  ├── cache
│  │  │  │ cache_aspeed.c
│  │  ├── spi
│  │  │  │ spi_egis_et171.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_dc_smartbond.c
│  │  │  ├── udc
│  │  │  │  │ udc_smartbond.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── arm
│  │  │  │  │  ├── cortex_a_r
│  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │ linker.ld
│  │  │  │  │  ├── cortex_m
│  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │ linker.ld
│  │  │  │  │  ├── mpu
│  │  │  │  │  │  │ arm_mpu_mem_cfg.h
│  │  │  │  ├── arm64
│  │  │  │  │  ├── scripts
│  │  │  │  │  │  │ linker.ld
│  │  │  │  ├── mips
│  │  │  │  │  │ linker.ld
│  │  │  │  ├── openrisc
│  │  │  │  │  │ linker.ld
│  │  │  │  ├── riscv
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ linker.ld
│  │  │  │  ├── rx
│  │  │  │  │  │ linker.ld
│  │  │  │  ├── x86
│  │  │  │  │  │ memory.ld
│  │  │  ├── devicetree.h
│  │  │  ├── devicetree
│  │  │  │  │ sram.h
│  │  │  ├── kernel
│  │  │  │  ├── internal
│  │  │  │  │  │ mm.h
│  │  │  ├── linker
│  │  │  │  │ linker-tool-gcc.h
│  │  │  ├── sys
│  │  │  │  │ mem_manage.h
│  ├── kernel
│  │  ├── include
│  │  │  │ mmu.h
│  ├── lib
│  │  ├── heap
│  │  │  │ Kconfig
│  │  ├── libc
│  │  │  ├── common
│  │  │  │  ├── source
│  │  │  │  │  ├── stdlib
│  │  │  │  │  │  │ malloc.c
│  │  │  ├── newlib
│  │  │  │  │ libc-hooks.c
│  ├── samples
│  │  ├── arch
│  │  │  ├── mpu
│  │  │  │  ├── mpu_test
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── kernel
│  │  │  ├── bootargs
│  │  │  │  ├── app_efi.overlay
│  │  │  │  ├── prj_efi.conf
│  │  │  │  │ sample.yaml
│  │  ├── subsys
│  │  │  ├── demand_paging
│  │  │  │  ├── app.overlay
│  │  │  │  │ prj.conf
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ core.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ nrf54hx_nrf92x_mpu_regions.c
│  ├── tests
│  │  ├── application_development
│  │  │  ├── code_relocation
│  │  │  │  ├── linker_arm_sram2.ld
│  │  │  │  ├── linker_riscv_qemu_sram2.ld
│  │  │  │  │ linker_xtensa_qemu_sram2.ld
│  │  │  ├── ram_context_for_isr
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── vector_table_relocation
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── arch
│  │  │  ├── arm64
│  │  │  │  ├── arm64_high_addresses
│  │  │  │  │  ├── high_address.overlay
│  │  │  │  │  ├── low_address.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── x86
│  │  │  │  ├── pagetables
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── benchmarks
│  │  │  ├── sys_kernel
│  │  │  │  ├── src
│  │  │  │  │  │ syskernel.h
│  │  ├── boot
│  │  │  ├── uefi
│  │  │  │  ├── app.overlay
│  │  │  │  │ prj.conf
│  │  ├── drivers
│  │  │  ├── disk
│  │  │  │  ├── disk_access
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── disk_performance
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── tee
│  │  │  │  ├── optee
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim_64.overlay
│  │  │  │  │  │ prj.conf
│  │  ├── kernel
│  │  │  ├── mem_protect
│  │  │  │  ├── demand_paging
│  │  │  │  │  ├── mem_map
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── qemu_cortex_a53.conf
│  │  │  │  │  │  │  ├── qemu_cortex_a53.overlay
│  │  │  │  │  │  │  ├── qemu_cortex_a53_smp.conf
│  │  │  │  │  │  │  │ qemu_cortex_a53_smp.overlay
│  │  │  ├── sched
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_priority_scheduling.c
│  │  │  │  │  │  │ test_slice_scheduling.c
│  │  │  ├── timer
│  │  │  │  ├── timer_behavior
│  │  │  │  │  │ Kconfig
│  │  ├── lib
│  │  │  ├── heap
│  │  │  │  ├── src
│  │  │  │  │  │ main.c

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test_ble_nrf_config
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-nrf_crypto
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-tfm
    • ◻️ test-fw-nrfconnect-thread-main
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
    • ◻️ test-sdk-mcuboot
    • ◻️ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@nordicjm nordicjm added the CI-all-test Run All integration tests label May 1, 2026
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4035 branch from 8bd68ad to c201f32 Compare May 1, 2026 07:36
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4035 branch 2 times, most recently from 6485ada to 689ef52 Compare May 5, 2026 12:47
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

You can find the documentation preview for this PR here.

@nordicjm nordicjm force-pushed the auto-manifest-sdk-zephyr-4035 branch from 689ef52 to 4d84b62 Compare May 6, 2026 10:03
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4035 branch 2 times, most recently from facd17d to 5397579 Compare May 8, 2026 10:00
Copy link
Copy Markdown
Contributor

@frkv frkv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (Pending correct SHA and tests)

@nordicjm nordicjm added the backwards-compatible PR doesnt break code, Kconfig, or DTS. I.e no changes needed for customers to port their application label May 8, 2026
@nordicjm nordicjm removed the CI-all-test Run All integration tests label May 11, 2026
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4035 branch from 5397579 to 9538830 Compare May 11, 2026 08:00
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#4035

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4035 branch from 9538830 to 32f5e2a Compare May 11, 2026 11:58
@NordicBuilder NordicBuilder removed the DNM label May 11, 2026
@nordicjm nordicjm merged commit 7bbd02a into nrfconnect:main May 11, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backwards-compatible PR doesnt break code, Kconfig, or DTS. I.e no changes needed for customers to port their application CI-force-downstream manifest manifest-zephyr no-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants