-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Introduce nRF7120 SoC and board definitions to sdk-nrf #20070
base: main
Are you sure you want to change the base?
Introduce nRF7120 SoC and board definitions to sdk-nrf #20070
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f73fc0b2162cc2b7bacea2e9af4e8d9ac3b7a3ee more detailssdk-nrf:
Github labels
List of changed files detected by CI (38)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
series: | ||
- name: nrf71 | ||
socs: | ||
- name: nrf7120_enga |
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.
- name: nrf7120_enga | |
- name: nrf7120 |
The board can select the revision'd Kconfig but there is only one SoC
also shouldn't be e.g. noup in sdk-nrf commit titles, that is for sdk-* OSS repos only |
b6ae797
to
338f9ac
Compare
338f9ac
to
58c71c8
Compare
config NRF_MPC_REGION_SIZE | ||
hex | ||
default 0x1000 | ||
help | ||
Region size for the Memory Protection Controller (MPC) in bytes. |
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.
this should be in dts
config NRF_TRUSTZONE_FLASH_REGION_SIZE | ||
hex | ||
default NRF_MPC_REGION_SIZE | ||
help | ||
This defines the flash region size from the TRUSTZONE perspective. | ||
It is used when configuring the TRUSTZONE and when setting alignments | ||
requirements for the partitions. | ||
This abstraction allows us to configure TRUSTZONE without depending | ||
on peripheral specific symbols. | ||
|
||
config NRF_TRUSTZONE_RAM_REGION_SIZE | ||
hex | ||
default NRF_MPC_REGION_SIZE | ||
help | ||
This defines the RAM region size from the TRUSTZONE perspective. | ||
It is used when configuring the TRUSTZONE and when setting alignments | ||
requirements for the partitions. | ||
This abstraction allows us to configure TRUSTZONE without depending | ||
on peripheral specific symbols. |
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.
there are not anything to do with a board
58c71c8
to
d1e423f
Compare
d1e423f
to
501616d
Compare
Add dts files for nRF7120 Signed-off-by: David Jewsbury <[email protected]> Co-authored-by: Robert Robinson <[email protected]>
Add nRF7120 to soc directory Signed-off-by: Robert Robinson <[email protected]> Co-authored-by: David Jewsbury <[email protected]>
Add board files for nRF7120pdk Signed-off-by: David Jewsbury <[email protected]> Co-authored-by: Robert Robinson <[email protected]>
This adds the nrf7120pdk/cpuapp/ns board variant to sdk-zephyr. It allows to build nrf7120pdk with TF-M in nRF Connect SDK. This is done as a noup as the out-of-tree board extension feature is not available. When zephyrproject-rtos/zephyr#69548 is completed this commit can be reverted and the variant be placed in sdk-nrf. Signed-off-by: Robert Robinson <[email protected]>
The SoftDevice Controller is a different controller than the open source link layer with a different set of quirks. It should therefore have its own device tree binding. This commit converts the SoftDevice Controller driver to use this new DTS binding instead of reusing the existing one. This commit updates or adds additional overlays for existing samples, applications and tests that were using the open source link layer. Signed-off-by: Robert Robinson <[email protected]>
nRF7120 has been added to soc folder in NCS, therefore, soc_root needs to be added to module.yml Signed-off-by: David Jewsbury <[email protected]>
The license agreement for files within sdk-nrf differs from what will eventually be required from upstream zephyr. All SPDX-License-Identifier: Apache-2.0 have been updated to SPDX-License-Identifier: LicenseRef-Nordic-5-Clause Signed-off-by: Robert Robinson <[email protected]>
501616d
to
f73fc0b
Compare
PR containing out of tree definitions for nrf7120.