commit | 20a9848230b4cf9d9b1b92939a21badeedbc9ae1 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Oct 21 15:48:41 2020 +0200 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Nov 02 15:02:24 2020 +0100 |
tree | 7c07f261c9ee92d4cd0cdf839318c92a4a6c7df4 | |
parent | b3ff89bd511afef484c193a428633f6a1c866944 [diff] |
arch: introduce option to force internal architectural state init We introduce an option that instructs Zephyr to perform the initialization of internal architectural state (e.g. ARCH-level HW registers and system control blocks) during early boot to the reset values. The option is available to the application developer but shall depend on whether the architecture supports the functionality. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>