-
Notifications
You must be signed in to change notification settings - Fork 735
[nrf fromtree] boards: nordic: Add initial support for nRF54LM20A/ns #3260
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
Conversation
c349175 to
eb4aa99
Compare
|
|
|
|
||
| #ifdef USE_NON_SECURE_ADDRESS_MAP | ||
| global_peripherals: peripheral@40000000 { | ||
| #address-cells = <1>; |
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.
these are missing reg properties
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.
Maybe provide the feedback on the upstream PR?
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.
I am not sure what you mean/what they are supposed to be. I copied these from l15 any they don't have any reg either.
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.
See https://github.com/zephyrproject-rtos/zephyr/pull/93098/files (which is being blocked for unrelated issues)
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.
Great, thanks!
eb4aa99 to
28abec4
Compare
|
|
||
| sram0_s: image_s@20000000 { | ||
| /* Secure image memory */ | ||
| reg = <0x20000000 DT_SIZE_K(256)>; |
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.
Comment before says that this should be 208 actually, which one is correct?
| */ | ||
| slot0_partition: partition@0 { | ||
| label = "image-0"; | ||
| reg = <0x0000000 DT_SIZE_K(512)>; |
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.
Both this number and the ns partition does not match the comment, please update accordingly.
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 is already commented on/fixed upstream, better comment on the upstream PR than this which is just a fromlist.
0fd35ab to
96072bb
Compare
34bda7a to
52d4183
Compare
|
Rebase |
11d1446 to
51401c0
Compare
|
Blocked on #3399 so added the relevant commits to this PR to progress |
51401c0 to
73cc3ba
Compare
73cc3ba to
57c8331
Compare
tomi-font
left a comment
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.
now a fromtree
tomi-font
left a comment
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.
57c8331 to
73cc3ba
Compare
73cc3ba to
9060e3e
Compare
soc/nordic/nrf54l/Kconfig
Outdated
| config SOC_NRF54LX_SKIP_CLOCK_CONFIG | ||
| bool | ||
| prompt "Skip clock frequency configuration in system initialization" if TRUSTED_EXECUTION_SECURE | ||
| default y if TRUSTED_EXECUTION_NONSECURE |
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.
A comment in the commit message explaining why the revert could be useful.
9060e3e to
caf76e0
Compare
caf76e0 to
6123f88
Compare
Add board files for nRF54LM20A/ns. Update existing nRF54LM20A board files to support this. Signed-off-by: Dag Erik Gjørvad <[email protected]> (cherry picked from commit de402cb)
6123f88 to
5fc31b3
Compare
Add board files for nRF54LM20A/ns.
Update existing nRF54LM20A board files to support this.