-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
base: main
Are you sure you want to change the base?
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
- use early init hook instead of nrf92_init. - add config flag for iron variant. Signed-off-by: Aymen Laouini <aymen.laouini@nordicsemi.no>
- This adds support of next generation secure firmware to application core for nrf9280pdk and generally nrf92x application cores. Signed-off-by: Aymen Laouini <aymen.laouini@nordicsemi.no>
CPUCONF service now supports application on nrf9280pdk and generally nrf92x application cores. Signed-off-by: Aymen Laouini <aymen.laouini@nordicsemi.no>
- Message is written to the boot report of the core to be started if the core supports this feature. Signed-off-by: Aymen Laouini <aymen.laouini@nordicsemi.no>
dc440b3
to
60998da
Compare
|
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.