Skip to content

Commit 75dd614

Browse files
57300danieldegrasse
authored andcommitted
drivers: firmware: nrf_ironside: Update the spelling
s/IRONside/IronSide/g Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 0903efa commit 75dd614

File tree

16 files changed

+56
-56
lines changed

16 files changed

+56
-56
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_iron_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: nrf54h20dk/nrf54h20/cpuapp/iron
5-
name: nRF54H20-DK-nRF54H20-Application (IRONside compatible) (revision 0.9.0)
5+
name: nRF54H20-DK-nRF54H20-Application (IronSide compatible) (revision 0.9.0)
66
type: mcu
77
arch: arm
88
toolchain:

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_iron_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: nrf54h20dk/nrf54h20/cpurad/iron
5-
name: nRF54H20-DK-nRF54H20-Radio (IRONside SE compatible) (revision 0.9.0)
5+
name: nRF54H20-DK-nRF54H20-Radio (IronSide SE compatible) (revision 0.9.0)
66
type: mcu
77
arch: arm
88
toolchain:

drivers/firmware/nrf_ironside/Kconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config NRF_IRONSIDE
55
bool
66
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
77
help
8-
This is selected by drivers interacting with Nordic IRONside firmware.
8+
This is selected by drivers interacting with Nordic IronSide firmware.
99

1010
config NRF_IRONSIDE_CALL
1111
bool
@@ -14,44 +14,44 @@ config NRF_IRONSIDE_CALL
1414
select EVENTS
1515
select MBOX
1616
help
17-
This is selected by features that require support for IRONside calls.
17+
This is selected by features that require support for IronSide calls.
1818

1919
if NRF_IRONSIDE_CALL
2020

2121
config NRF_IRONSIDE_CALL_INIT_PRIORITY
22-
int "IRONside calls' initialization priority"
22+
int "IronSide calls' initialization priority"
2323
default 41
2424
help
25-
Initialization priority of IRONside calls. It must be below MBOX_INIT_PRIORITY,
25+
Initialization priority of IronSide calls. It must be below MBOX_INIT_PRIORITY,
2626
but higher than the priority of any feature that selects NRF_IRONSIDE_CALL.
2727

2828
endif # NRF_IRONSIDE_CALL
2929

30-
menu "Nordic IRONside services"
30+
menu "Nordic IronSide services"
3131
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
3232

3333
config NRF_IRONSIDE_CPUCONF_SERVICE
34-
bool "IRONside CPUCONF service"
34+
bool "IronSide CPUCONF service"
3535
depends on SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
3636
select NRF_IRONSIDE_CALL
3737
help
3838
Service used to boot local domain cores.
3939

4040
config NRF_IRONSIDE_UPDATE_SERVICE
41-
bool "IRONside update service"
41+
bool "IronSide update service"
4242
select NRF_IRONSIDE_CALL
4343
help
44-
Service used to update the IRONside SE firmware.
44+
Service used to update the IronSide SE firmware.
4545

4646
config NRF_IRONSIDE_BOOT_REPORT
47-
bool "IRONside boot report"
47+
bool "IronSide boot report"
4848
depends on $(dt_nodelabel_exists,ironside_se_boot_report)
4949
select NRF_IRONSIDE
5050
help
51-
Support for parsing the Boot Report populated by Nordic IRONside firmware.
51+
Support for parsing the Boot Report populated by Nordic IronSide firmware.
5252

5353
config NRF_IRONSIDE_DVFS_SERVICE
54-
bool "IRONside DVFS service"
54+
bool "IronSide DVFS service"
5555
depends on SOC_NRF54H20_CPUAPP
5656
select NRF_IRONSIDE_CALL
5757
help

drivers/firmware/nrf_ironside/dvfs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static enum ironside_dvfs_oppoint current_dvfs_oppoint = IRONSIDE_DVFS_OPP_HIGH;
1515
#define ABB_STATUSANA_LOCKED_L_Msk (0x1UL << ABB_STATUSANA_LOCKED_L_Pos)
1616
#define ABB_STATUSANA_REG_OFFSET (0x102UL)
1717
#else
18-
#error "Unsupported SoC series for IRONside DVFS"
18+
#error "Unsupported SoC series for IronSide DVFS"
1919
#endif
2020

2121
struct dvfs_hsfll_data_t {
@@ -133,8 +133,8 @@ static inline bool ironside_dvfs_is_abb_locked(NRF_ABB_Type *abb)
133133
}
134134

135135
/**
136-
* @brief Request DVFS oppoint change from IRONside secure domain.
137-
* This function will send a request over IPC to the IRONside secure domain
136+
* @brief Request DVFS oppoint change from IronSide secure domain.
137+
* This function will send a request over IPC to the IronSide secure domain
138138
* This function is synchronous and will return when the request is completed.
139139
*
140140
* @param oppoint @ref enum ironside_dvfs_oppoint

dts/bindings/firmware/nordic,ironside-call.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: IPC configuration for Nordic IRONside calls
4+
description: IPC configuration for Nordic IronSide calls
55

66
compatible: "nordic,ironside-call"
77

include/zephyr/drivers/firmware/nrf_ironside/boot_report.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
#include <stdint.h>
1010
#include <stddef.h>
1111

12-
/** Constant used to check if an Nordic IRONside SE boot report has been written. */
12+
/** Constant used to check if an Nordic IronSide SE boot report has been written. */
1313
#define IRONSIDE_BOOT_REPORT_MAGIC (0x4d69546fUL)
1414
/** Length of the local domain context buffer in bytes. */
1515
#define IRONSIDE_BOOT_REPORT_LOCAL_DOMAIN_CONTEXT_SIZE (16UL)
1616
/** Length of the random data buffer in bytes. */
1717
#define IRONSIDE_BOOT_REPORT_RANDOM_DATA_SIZE (32UL)
1818

19-
/** @brief IRONside version structure. */
19+
/** @brief IronSide version structure. */
2020
struct ironside_version {
2121
/** Wrapping sequence number ranging from 1-126, incremented for each release. */
2222
uint8_t seqnum;
@@ -43,13 +43,13 @@ struct ironside_boot_report_uicr_error {
4343
} description;
4444
};
4545

46-
/** @brief IRONside boot report. */
46+
/** @brief IronSide boot report. */
4747
struct ironside_boot_report {
4848
/** Magic value used to identify valid boot report */
4949
uint32_t magic;
50-
/** Firmware version of IRONside SE. */
50+
/** Firmware version of IronSide SE. */
5151
struct ironside_version ironside_se_version;
52-
/** Firmware version of IRONside SE recovery firmware. */
52+
/** Firmware version of IronSide SE recovery firmware. */
5353
struct ironside_version ironside_se_recovery_version;
5454
/** Copy of SICR.UROT.UPDATE.STATUS.*/
5555
uint32_t ironside_update_status;
@@ -64,9 +64,9 @@ struct ironside_boot_report {
6464
};
6565

6666
/**
67-
* @brief Get a pointer to the IRONside boot report.
67+
* @brief Get a pointer to the IronSide boot report.
6868
*
69-
* @param[out] report Will be set to point to the IRONside boot report.
69+
* @param[out] report Will be set to point to the IronSide boot report.
7070
*
7171
* @retval 0 if successful.
7272
* @retval -EFAULT if the magic field in the report is incorrect.

include/zephyr/drivers/firmware/nrf_ironside/call.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <stdint.h>
1010

11-
/** @brief Maximum number of arguments to an IRONside call.
11+
/** @brief Maximum number of arguments to an IronSide call.
1212
*
1313
* This is chosen so that the containing message buffer size is minimal but
1414
* cache line aligned.
@@ -50,7 +50,7 @@ struct ironside_call_buf {
5050
*/
5151

5252
/**
53-
* @brief Allocate memory for an IRONside call.
53+
* @brief Allocate memory for an IronSide call.
5454
*
5555
* This function will block when no buffers are available, until one is
5656
* released by another thread on the client side.
@@ -60,7 +60,7 @@ struct ironside_call_buf {
6060
struct ironside_call_buf *ironside_call_alloc(void);
6161

6262
/**
63-
* @brief Dispatch an IRONside call.
63+
* @brief Dispatch an IronSide call.
6464
*
6565
* This function will block until a response is received from the server.
6666
*
@@ -71,7 +71,7 @@ struct ironside_call_buf *ironside_call_alloc(void);
7171
void ironside_call_dispatch(struct ironside_call_buf *buf);
7272

7373
/**
74-
* @brief Release an IRONside call buffer.
74+
* @brief Release an IronSide call buffer.
7575
*
7676
* This function must be called after processing the response.
7777
*

include/zephyr/drivers/firmware/nrf_ironside/cpuconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BUILD_ASSERT(IRONSIDE_CPUCONF_NUM_ARGS <= NRF_IRONSIDE_CALL_NUM_ARGS);
6363
* If the given msg_size is less than that, the remaining bytes are set to zero.
6464
*
6565
* @retval 0 on success or if the CPU has already booted.
66-
* @retval Positive non-0 error status if reported by IRONside call.
66+
* @retval Positive non-0 error status if reported by IronSide call.
6767
* @retval -IRONSIDE_CPUCONF_ERROR_WRONG_CPU if cpu is unrecognized
6868
* @retval -IRONSIDE_CPUCONF_ERROR_MESSAGE_TOO_LARGE if msg_size is greater than
6969
* IRONSIDE_CPUCONF_SERVICE_MSG_MAX_SIZE.

include/zephyr/drivers/firmware/nrf_ironside/dvfs.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ enum ironside_dvfs_oppoint {
1818
};
1919

2020
/**
21-
* @brief Number of DVFS oppoints supported by IRONside.
21+
* @brief Number of DVFS oppoints supported by IronSide.
2222
*
23-
* This is the number of different DVFS oppoints that can be set on IRONside.
23+
* This is the number of different DVFS oppoints that can be set on IronSide.
2424
* The oppoints are defined in the `ironside_dvfs_oppoint` enum.
2525
*/
2626
#define IRONSIDE_DVFS_OPPOINT_COUNT (3)
2727

2828
/**
29-
* @name IRONside DVFS service error codes.
29+
* @name IronSide DVFS service error codes.
3030
* @{
3131
*/
3232

@@ -49,10 +49,10 @@ enum ironside_dvfs_oppoint {
4949
* @}
5050
*/
5151

52-
/* IRONside call identifiers with implicit versions.
52+
/* IronSide call identifiers with implicit versions.
5353
*
5454
* With the initial "version 0", the service ABI is allowed to break until the
55-
* first production release of IRONside SE.
55+
* first production release of IronSide SE.
5656
*/
5757
#define IRONSIDE_CALL_ID_DVFS_SERVICE_V0 3
5858

include/zephyr/drivers/firmware/nrf_ironside/update.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/** Length of the update signature in bytes. */
3131
#define IRONSIDE_UPDATE_SIGNATURE_LENGTH (64)
3232

33-
/* IRONside call identifiers with implicit versions.
33+
/* IronSide call identifiers with implicit versions.
3434
*
3535
* With the initial "version 0", the service ABI is allowed to break until the
36-
* first production release of IRONside SE.
36+
* first production release of IronSide SE.
3737
*/
3838
#define IRONSIDE_CALL_ID_UPDATE_SERVICE_V0 1
3939

@@ -43,7 +43,7 @@
4343
#define IRONSIDE_UPDATE_SERVICE_RETCODE_IDX (0)
4444

4545
/**
46-
* @brief IRONside update blob.
46+
* @brief IronSide update blob.
4747
*/
4848
struct ironside_update_blob {
4949
uint8_t manifest[IRONSIDE_UPDATE_MANIFEST_LENGTH];
@@ -53,17 +53,17 @@ struct ironside_update_blob {
5353
};
5454

5555
/**
56-
* @brief Request a firmware upgrade of the IRONside SE.
56+
* @brief Request a firmware upgrade of the IronSide SE.
5757
*
58-
* This invokes the IRONside SE update service. The device must be restarted for the update
58+
* This invokes the IronSide SE update service. The device must be restarted for the update
5959
* to be installed. Check the update status in the application boot report to see if the update
6060
* was successfully installed.
6161
*
6262
* @param update Pointer to update blob
6363
*
6464
* @retval -IRONSIDE_UPDATE_ERROR_NOT_PERMITTED if missing access to the update candidate.
6565
* @retval -IRONSIDE_UPDATE_ERROR_SICR_WRITE_FAILED if writing update parameters to SICR failed.
66-
* @returns Positive non-0 error status if reported by IRONside call.
66+
* @returns Positive non-0 error status if reported by IronSide call.
6767
* @returns 0 on a successful request (although the update itself may still fail).
6868
*
6969
*/

0 commit comments

Comments
 (0)