-
Notifications
You must be signed in to change notification settings - Fork 716
[nrf fromtree] soc: nordic: nrf54l: remove workaround for nRF54L anomaly 31 #2841
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
[nrf fromtree] soc: nordic: nrf54l: remove workaround for nRF54L anomaly 31 #2841
Conversation
@nika-nordic is there test that confirms this workaround works? |
…n NCS dir" This reverts commit 95f5086. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit cdc76c1. Signed-off-by: Johann Fischer <[email protected]>
…xt-flash DT" This reverts commit b309d29. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 332dd9e. Signed-off-by: Johann Fischer <[email protected]>
…rds" This reverts commit 0aec2f2. Signed-off-by: Johann Fischer <[email protected]>
…xt-flash" This reverts commit cb87e13. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 7716480. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit bbb5ec0. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6a76af1. Signed-off-by: Johann Fischer <[email protected]>
…UBoot" This reverts commit 71ba9b7. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit d3f5407. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 17b5fab. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 4c864a3. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 02eb16b. Signed-off-by: Johann Fischer <[email protected]>
…ching" This reverts commit 360d107. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit a4bd5a4. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6692263. Signed-off-by: Johann Fischer <[email protected]>
… overlay" This reverts commit 5336bb3. Signed-off-by: Johann Fischer <[email protected]>
…LTIN info" This reverts commit 7349c61. Signed-off-by: Johann Fischer <[email protected]>
…PARTITION_MANAGER" This reverts commit deb2aa8. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit f1cb6df. Signed-off-by: Johann Fischer <[email protected]>
…RF_IRONSIDE Add a promptless symbol that can be selected by different drivers. It is there to ensure that the corresponding library is not added to the build unless it contains at least one source file. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 3353bbc)
Events used in `call.c` should've been defined as static. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 52f8340)
Applied as noup because of conflicts. Upstream PR #: 89333 Add an IPC service API for triggering updates of the Nordic IRONside SE firmware using the IRONside call module. Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit cd4c148)
Upstream PR #: 89333 Enable the cpusec_bellboard by default for the cpuapp iron board variant so that IPC toward the secure domain is available by default. Because IPC is needed to boot the radio core, this fits the standard use case. Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit e09a30c)
…pdate service Add a sample demonstrating how to use the IRONside update service to update the IRONside SE firmware on the nrf54h20dk/nrf54h20/cpuapp/iron board. Upstream PR #: 89333 Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit a23ecf423aee9564de4972ee6f849f3a98670e2d)
…o 26 The tx-en-settle-time-us is set to 26 to take into account the time needed for the RF output power rise time of the nRF5 SoC. Signed-off-by: Andrzej Kuros <[email protected]> (cherry picked from commit 024deb4)
…XTO during restart Some SoCs generates unexpected RXTO event during restart. Restart happens when ENDRX_STARTRX short is enabled and STOPRX is triggered (via short or by CPU). STOPRX starts closing procedure and ENDRX event is generated at some point which triggers STARTRX and closing procedure is interrupted. RXTO should not be triggered in that case. Due to internal timings some SoC on fast UARTE instance will trigger RXTO followed by RXSTARTED. This RXTO event shall be cleared as receiver is actually restarted and not stopped. Affected SoC is not in tree so Kconfig is added which enables the workaround. Upstream PR #: 88935 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 2742e46)
…nect#292 Pull in zephyrproject-rtos/hal_nordic#292. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit c5033a2)
…, not select Turn the MBEDTLS_RSA_FULL selects into depends on. This is how the other MBEDTLS_KEY_EXCHANGE_* Kconfig options are defined. This is done to avoid circular dependencies. At the same time update uses of the affected MBEDTLS_KEY_EXCHANGE_* Kconfig options to enable/disable the dependencies which used to be automatically handled. Upstream PR #: 89200 Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit deacfa35eb7bd9d2731ef7f16aedc9b14d1cc3b7)
Update the casting of the 'attr' parameter in pthread_cond_init to use the correct variable name 'att'. Thanks clang for spotting the typo. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit f412cc6)
Fix ethernet_hw_caps initialization in ethernet.h for strict type checking. g++-12: include/zephyr/net/ethernet.h:957:38: error: invalid \ conversion from 'int' to 'ethernet_hw_caps' [-fpermissive] Signed-off-by: Daniel Nicoletti <[email protected]> (cherry picked from commit b4f940d)
…for ZLL BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for other controllers. Upstream PR #: 89249 Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
…TO_PRNG PSA Crypto API always allow psa_generate_random() to be called (i.e. there is no PSA_WANT_xxx symbol that can be used to disable it). How random numbers are generated internally is a library internal detail, but the end user (Bluetooth) does not need to worry about this. Signed-off-by: Valerio Setti <[email protected]> (cherry picked from commit 52dcb25)
Replace `CONFIG_NET_L2_IEEE802154` with `CONFIG_NET_L2_PHY_IEEE802154` as `NET_LINK_ADDR_MAX_LENGTH` should be set to `8` for all IEEE 802.15.4 based L2, e.g. OpenThread. Signed-off-by: Adrian Gielniewski <[email protected]> (cherry picked from commit 39e051f)
…ning Theoretically (if either `height` or `width` in `config` is set to 0), the `ret` variable might be returned from `st7567_clear()` without being initialized. Add initialization of this variable to avoid compiler warnings. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit fee8edd)
…culations. Code responsible for internal capacitor values containted leftover workarounds in the calculations after PS update. Removed redundant conversions and cleaned up both code and comments to align both LFXO and HFXO calculation. Signed-off-by: Michał Stasiak <[email protected]> (cherry picked from commit 63f2fe9)
Adopt to proper Path usage for nrf modules Updated for upmerge. nrf-squash! [nrf noup] ci: set `ZEPHYR_<MODULE_NAME>_KCONFIG` for NCS modules Signed-off-by: Carles Cufi <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]>
Remove CONFIG_PINCTRL. nrf-squash! [nrf noup] boards: nordic: nrf7002dk: Bring back NS variants Signed-off-by: Johann Fischer <[email protected]>
…t_config The nRF GPIO hardware does not store the initial output value set resulting from gpio_pin_configure() and thus, when gpio_get_config() is used, the initial value is not returned. This commit just reads the output value and sets the INIT value to match in gpio_get_config(). Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 0826996)
nRF7120 PDK support that uses IPC as comms b/w APP and Wi-Fi domains. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 3953bb9)
Set static or random MAC before calling net_linkaddr_set(). Signed-off-by: Seppo Takalo <[email protected]> (cherry picked from commit 673853a)
This reverts commit 5386a64. Issue is no longer relevant. Simplify use of board by restoring enabling secure ipc by default. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 89ba317)
…aly 31 MDK 8.69.1 included in nrfx 3.10 already applies the workaround, so there is no need to do it again. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 566b3c0)
9a0a8d1
to
ee5d75d
Compare
@nordic-piks there is none, however given errata description: https://docs.nordicsemi.com/bundle/errata_nRF54L15_EngB/page/ERR/nRF54L15/EngineeringB/latest/anomaly_L15_31.html it should be possible to determine whether errata is correctly applied or not using generic power consumption test for nRF54L15 DK |
|
already included as part of upmerge |
MDK 8.69.1 included in nrfx 3.10 already applies the workaround, so there is no need to do it again.
Upstream PR #: 89659
Link: zephyrproject-rtos/zephyr#89659