-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Misc. support for nrf9280pdk_cpuapp_iron #90756
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
Misc. support for nrf9280pdk_cpuapp_iron #90756
Conversation
Hello @ayla-nordicsemi, and thank you very much for your first pull request to the Zephyr project! |
boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map_iron.dtsi
Outdated
Show resolved
Hide resolved
boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map_iron.dtsi
Outdated
Show resolved
Hide resolved
955ebcc
to
dc440b3
Compare
5b62049
to
1b19c68
Compare
95e91e7
to
ab706eb
Compare
ab706eb
to
5eb8ab8
Compare
- use early init hook instead of nrf92_init. - add config flag for iron variant. Signed-off-by: Aymen LAOUINI <[email protected]>
10f75e0
to
3b40cf7
Compare
- Add support of next generation secure firmware to nrf92 application core. Signed-off-by: Aymen LAOUINI <[email protected]>
CPUCONF service now supports application on nrf92 application cores. Signed-off-by: Aymen LAOUINI <[email protected]>
- Message is written to the boot report of core. Signed-off-by: Aymen LAOUINI <[email protected]>
Added overlay for nrf9280 cpuapp iron board. Signed-off-by: Aymen LAOUINI <[email protected]>
Added overlay for nrf9280 cpuapp iron board. Signed-off-by: Aymen LAOUINI <[email protected]>
Added overlay for nrf9280 cpuapp iron board. Modified overlay for nrf9280 cpuapp board to use common dtsi. Signed-off-by: Aymen LAOUINI <[email protected]>
3b40cf7
to
c473007
Compare
c473007
to
ca31a0a
Compare
- Correct test by adding ISR offset definitions for nrf9280 ppr. Signed-off-by: Aymen LAOUINI <[email protected]>
ca31a0a
to
3f740b7
Compare
- Correct test by adding ISR offset definitions for nrf9280 ppr. Signed-off-by: Aymen LAOUINI <[email protected]>
|
@nordicjm @mparpala @anangl @nika-nordic @kl-cruz please take a look |
Hi @ayla-nordicsemi! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
This pull request adds dts files required to support nrf9280pdk iron variant for the next Nordic secure firmware.
Modifications are spread through Drivers, Firmware and Soc files.