-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [nrf fromlist] Add support for nRF54L20 FLPR core #20523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest: sdk-zephyr: [nrf fromlist] Add support for nRF54L20 FLPR core #20523
Conversation
|
After documentation is built, you will find the preview for this PR here. |
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a8d3be9b6c7119ef8bc91192bdd961ebd875b9b0 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)Outputs:ToolchainVersion: acee3b0b2b Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
845329d to
9023a0e
Compare
fd13352 to
42407e4
Compare
42407e4 to
6b7a263
Compare
6b7a263 to
27db076
Compare
|
You can find the documentation preview for this PR here. |
1001906 to
92fb9e0
Compare
|
@nordicjm could you take a look at the partition manager addition? |
subsys/partition_manager/Kconfig
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change from line 149-179:
config PM_PARTITION_SIZE_VPR_LAUNCHER
hex
depends on SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF7120_ENGA_CPUFLPR
default $(dt_node_reg_addr_hex,/soc/rram-controller@5004b000/rram@165000) if SOC_NRF54L15_CPUFLPR
default $(dt_node_reg_addr_hex,/soc/rram-controller@5004e000/rram@1ed000) if SOC_NRF54L20_ENGA_CPUFLPR
default $(dt_node_reg_addr_hex,/soc/mram@3e1000) if SOC_NRF7120_ENGA_CPUFLPR
help
Memory set aside for the vpr_launcher partition.
Must match the size of the cpuapp_rram/cpuapp_mram partition which is deleted.
This to place the flpr app's code at the address found in the devicetree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
92fb9e0 to
6485221
Compare
6485221 to
50b498e
Compare
|
@nordicjm refactored PM changes as requested, please take a look |
50b498e to
45bf2d7
Compare
Introduced default values for symbol CONFIG_SOC_NRF54L20_ENGA_FPUFLPR. Signed-off-by: Michał Stasiak <[email protected]>
45bf2d7 to
a8d3be9
Compare
|



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