Skip to content

Conversation

@57300
Copy link
Contributor

@57300 57300 commented Oct 22, 2024

Cherry-pick board & SoC removal.

@57300 57300 changed the title [nrf fromlist] nRF54H20 EngB fixes nRF54H20 EngB fixes + Remove nRF54L15 EngA Oct 23, 2024
@57300 57300 force-pushed the nrf54h20-engb-fixes-ncs branch from be465d8 to 9274158 Compare October 23, 2024 08:52
@57300 57300 force-pushed the nrf54h20-engb-fixes-ncs branch 2 times, most recently from fa176fe to 48de1cd Compare October 23, 2024 09:53
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 23, 2024

@57300 57300 changed the title nRF54H20 EngB fixes + Remove nRF54L15 EngA Remove nRF54L15 EngA Oct 23, 2024
@57300 57300 force-pushed the nrf54h20-engb-fixes-ncs branch from 48de1cd to 08ace2f Compare October 23, 2024 10:55
@rlubos rlubos requested review from a team, de-nordic and nordic-krch as code owners October 24, 2024 14:37
@57300 57300 force-pushed the nrf54h20-engb-fixes-ncs branch from 08ace2f to 4ee4257 Compare November 6, 2024 07:34
@shanthanordic shanthanordic requested a review from barsok November 19, 2024 14:06
@57300 57300 force-pushed the nrf54h20-engb-fixes-ncs branch from 4ee4257 to e07f0a4 Compare November 19, 2024 14:08
@carlescufi carlescufi force-pushed the nrf54h20-engb-fixes-ncs branch from 1b14712 to 466c32b Compare November 19, 2024 18:00
@carlescufi carlescufi changed the title Remove nRF54L15 EngA Remove nRF54L15 EngA and nRF54H20 EngB Nov 19, 2024
carlescufi and others added 22 commits November 27, 2024 09:18
The production version of the nRF54H20 SoC is now available, so remove
the initial Engineering B (EngB) preview version.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 9643ca2)
Main changes since v2.3:
* Support for immediate RSSI measurements during abort reevaluations
* Several minor improvements in the base components, including
  tolerating better under-setup docker images, improved C++
  compatibility, a new sanity check for problematic user provided
  sim_ids, and other minor improvements.

Note: Like before, bsim remains fully backwards compatible

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit a30e41f)
Update the HW models module to:
aeef3db9fa9e4b9d12b3bbec44f9cedc8fcb7d9c

Including the following:
aeef3db GPIO & GPIOTE: Improve notes and documentation
93549c4 UART: Fix command line parameter description
dbab746 nrf_hack: Add a few missing peripherals
4b1a61b 53 UARTE: Correct subscribe sideeffects function name
197e9cf docs: UART can be used now for 5340 in Zephyr
dc18d14 53: GPIO+TE: Add app core instances
b236c08 GPIO+TE: Add to 5340's netcore
7a621f6 GPIO: Clarify function description
1a2e1e4 GPIO+TE: Build for 54L
d121db4 nrf_gpio hal: Add new nrf_gpio_port_pin_{in,out}put_set
9bc41ce GPIOTE: Connect to DPPI
7141042 GPIOTE: Add simple support for PORT.SECURE & NONSECURE
dc930ba GPIOTE: Support having or not sense functionality per instance
a07180d GPIO: Support multiple GPIOTEs
14bdce5 GPIO: Collect status in single struct
b91da53 GPIOTE: Add support for N interrupt lines
9963424 GPIO & GPIOTE: Generalize to N instances
7379c23 GPIO+TE: Fix indentation
8d691c6 Add SPU registers stub
dd68ca9 Add NFCT register stub
cf2cc5b HW_models: NHW_NVMC: fix buffer read validation
f3db727 zephyr: module.yml: add `depends` field
09fc98f CMakeLists: remove trailing whitespace

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit 0efbca3)
…e_driver_init

- Driver always initializes the device in the suspended state
- If CONFIG_PM_DEVICE_RUNTIME=n, device PM callback will be called with
  RESUME action, thus setting up pins to default state and enabling the
  peripheral

NOTE: when CONFIG_PM_DEVICE=n, the pinctrl sleep state will not be
available (-ENOENT) and so never applied, thus avoiding a pin
suspended->active transition.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit 9f0ebb6)
Extract code useful for an RTIO implementation to a separate file.

Signed-off-by: Jordan Yates <[email protected]>
(cherry picked from commit 0218b36)
Change the callback context to the dev pointer instead of the data
pointer, as the dev pointer is needed by RTIO.

Signed-off-by: Jordan Yates <[email protected]>
(cherry picked from commit 627be7d)
Add native support for RTIO to the TWIM hardware IP.

Signed-off-by: Jordan Yates <[email protected]>
(cherry picked from commit f443363)
…DARD

Instead of forcing a definition in Devicetree. Right now, SoC DT files
contain this default, but it should not be part of SoC DT files.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit 92c3495)
Device driver now defaults to I2C_BITRATE_STANDARD if not specified.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit 4e5df11)
This reverts commit 4081b2e.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 9643ca2)
Update the HW models module to:
42737c8ec8485987c7c9b0262b136de623e1ded2

Including the following:
42737c8 TIMER: Support devices without TASK_SHUTDOWN nrfx3.9 MDK 8.68
5fe6873 54 UARTE: Add frametimeout functionality
dc086d7 UARTE: Add basic 54 support
b046745 UARTE: Support better not having UART functionality
1c5f58c README: Mention the nRF54L15 models cover the L10 and L05
597c7d0 TEMP: Also build hal replacement for 54 and define NRF_TEMP_NS/S
fb2ca83 Makefile: Let's build libraries (specially HAL) as pic
200a1e3 Makefiles: move some common options to common snippet

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit 30f0d85)
…ith nrfx3.9

Update the HW models module to:
3cfca0192ff84da919e9bc7978bcc2239cd6a395

This includes 2 changes:
* 3cfca01 UART: Model more accurately TASKS_FLUSH behaviour
* 25cbd28: 54L15: Change CLOKPOWER IRQ line (MDK 8.68, nrfx 3.9.0)

    WARNING! This change breaks backwards compatibility with SW
    which expected this line to be 270 for 54L15 devices,
    and therefore with MDKs < 8.68 & nrfx < 3.9.0.
    This change requires updating to the MDK >=8.68 and nrfx >=3.9.0
    if building using the 54L15 models.
    52 and 53 models are not affected.

    Change the CLOCK_POWER interrupt line from 270 to 261.
    This has changed in the latest MDK (8.68) and the new
    value is used in the latest nrfx (3.9.0) drivers.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit ef55d65)
TASK_SHUTDOWN was deprecated in newer SOCs and now removed
in MDK 8.68 (nrfx 3.9.0)

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
(cherry picked from commit 4294814)
There are many common options to all ICs of the 54L series. Consolidate
them in a single entry so that they do not need to be re-typed for each
SoC series member.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 0b3a150)
These two new ICs are variants of the nRF54L15 with different memory
sizes:

- nRF54L05: 500KB RRAM, 96KB RAM
- nRF54L10: 1022KB RRAM, 192KB RAM
- nRF54L15: 1524KB RRAM, 256KB RAM

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit e788320)
Use the rather logical convention for the name that is applied to other
Nordic boards: <board>_common.dtsi for definitions that are common to
the board itself (LEDs, buttons, etc).

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 1b84958)
…L05 and L10 ICs

The nRF54L05 and nRF54L10 are identical to the nRF54L15 except for their
memory sizes. Add support for emulating those ICs on the nRF54L15DK.
This commit only adds support for the main application core. Support for
the FLPR core may be added later.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 2147577)
This adds the nrf54l15dk/nrf54l15/cpuapp/ns board variant to
sdk-zephyr. It allows to build nRF54l15dk with TF-M in nRF Connect SDK.

This is done as a noup as the out-of-tree board extension feature is
not available. When zephyrproject-rtos/zephyr#69548 is completed this
commit can be reverted and the variant be placed in sdk-nrf.

Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit 6b4c840)
This is a long-term noup patch because crypto driver support is
NCS-only for both cryptocell and CRACEN.

Set HAS_HW_NRF_CC3XX to be defined in NS build when cryptocell
is accessed through the PSA API.
We need to know which CC3XX features are available.

Set PSA as the entropy source for 54L.

PSA is the only NCS-supported interface to CRACEN.

Signed-off-by: Georgios Vasilakis <[email protected]>
Signed-off-by: Joakim Andersson <[email protected]>
Signed-off-by: Dominik Ermel <[email protected]>
Signed-off-by: Sebastian Bøe <[email protected]>
Signed-off-by: Robert Lubos <[email protected]>
Signed-off-by: Rubin Gerritsen <[email protected]>
(cherry picked from commit d643f17)
The SoftDevice Controller is a different controller than
the open source link layer with a different set of quirks.
It should therefore have its own device tree binding.

This commit converts the SoftDevice Controller driver
to use this new DTS binding instead of reusing the existing one.

This commit updates or adds additional overlays for
existing samples, applications and tests that were using the
open source link layer.

Signed-off-by: Rubin Gerritsen <[email protected]>
(cherry picked from commit 8d6a853)
@carlescufi carlescufi force-pushed the nrf54h20-engb-fixes-ncs branch from bdfd339 to c2f3157 Compare November 27, 2024 08:19
@nordicjm nordicjm merged commit 8bc628d into nrfconnect:main Nov 27, 2024
16 checks passed
carlescufi added a commit to carlescufi/sdk-nrf that referenced this pull request Nov 27, 2024
carlescufi added a commit to nrfconnect/sdk-nrf that referenced this pull request Nov 27, 2024
@nordic-piks
Copy link
Contributor

nordic-piks commented Nov 28, 2024

You are removing tests/drivers/gpio/gpio_basic_api/boards/nrf54l15pdk_nrf54l15_cpuflpr.overlay However, there is no overlay for DK. Same for ...cpuflpr_xip.overlay Shall this file be renamed instead of deleted?

Fixed at zephyrproject-rtos/zephyr#82200

@57300 57300 deleted the nrf54h20-engb-fixes-ncs branch April 9, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.