board: add support for nrf54ls05a - #844
Conversation
|
You can find the documentation preview for this PR here. |
041443b to
f7c735e
Compare
f7c735e to
7bf0bbf
Compare
59c6024 to
12d6270
Compare
12d6270 to
49e5954
Compare
| extra_args: | ||
| - mcuboot_CONFIG_NRF_OBERON=y |
There was a problem hiding this comment.
are we expecting users having to manually set this also? Shouldn't it default to this on this SoC?
There was a problem hiding this comment.
@ncs-eris what do you think.
There was a problem hiding this comment.
I should be the default option for this SoC.
There was a problem hiding this comment.
@nvlsianpu Could this setting then be removed and it will use Oberon as default?
There was a problem hiding this comment.
No - NCS 3.4.0 doesn't default to NRF_OBERON (patched in coming newer version). Don't know whether there is good place in nrf-bm to make this default selection.
e729ecc to
d171b97
Compare
|
The bootloader_keys.rst file has not been updated. It mentions nRF54LS05B on 3 different occasions, should it now also mention nRF54LS05A? |
d171b97 to
7e899cd
Compare
| MCUboot in |BMshort| allow a few signatures types. | ||
| The ED25519 signature type is recommended as supported for nRF54L Series devices with cryptographic hardware support (CRACEN and KMU). | ||
| The ED25519 signature type is available for nRF54LS05B devices as well, but it is supported by software only (``nrf_oberon``). | ||
| The ED25519 signature type is available for nRF54LS05BA and nRF54LS05B devices as well, but it is supported by software only (``nrf_oberon``). |
There was a problem hiding this comment.
So, there was a mistake in the sentence:
rephrased:
The ED25519 signature type is available for nRF54LS05BA and nRF54LS05B devices as well, but it is supported by software only (``PSA_crypto`).
And size optimal implementation is:
The ECDSA P256 signature type is recommended for nRF54LS05BA and nRF54LS05B devices as well, it is supported by software only (nrf_oberon).
7e899cd to
d72a305
Compare
d72a305 to
e987968
Compare
Add support for new board nRF54LS05 DK/ nrf54LS05a Signed-off-by: Bjørn Tore Taraldsen <bjorn.tore.taraldsen@nordicsemi.no>
e987968 to
67e8195
Compare
Add support for new device nRF54LS05A
test_sdk_dfu: PR-886