Skip to content

Commit 34bcf6b

Browse files
Amanda ButlerOren Cohen
authored andcommitted
Edit spm_api.h
Edit file, mostly for minor grammar and style changes.
1 parent ba6fdcf commit 34bcf6b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

hal/spm_api.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121

2222
/** @addtogroup SPM
23-
* The SPM (Secure Partition Manager) is responsible for isolating software in
24-
* partitions, managing the execution of software within partitions, and
23+
* The Secure Partition Manager (SPM) is responsible for isolating software in
24+
* partitions, managing the execution of software within partitions and
2525
* providing IPC between partitions.
2626
* @{
2727
*/
@@ -47,8 +47,8 @@ extern "C" {
4747
/**
4848
* Start running the NSPE.
4949
*
50-
* SPE (Secure Processing Environment) expected to boot first. Once all
51-
* the initializations are done, NSPE (Non-Secure Processing Environment)
50+
* Secure Processing Environment (SPE) expected to boot first. Once all
51+
* the initializations are done, Nonsecure Processing Environment (NSPE)
5252
* should be booted.
5353
*
5454
* @note The function must be implemented by target specific code.
@@ -60,7 +60,7 @@ void spm_hal_start_nspe(void);
6060
* Configure memory protection mechanism.
6161
*
6262
* Apply memory protection schemes to ensure secure memory can only be accessed
63-
* from secure-state
63+
* from secure-state.
6464
*
6565
* @note The function must be implemented by target specific code.
6666
*
@@ -75,7 +75,7 @@ void spm_hal_memory_protection_init(void);
7575
/**
7676
* @brief Wakeup mailbox dispatcher thread
7777
*
78-
* This function is implemented by ARM and expected to be called by target
78+
* Arm implements this function, which is expected to be called by target-
7979
* specific Inter-Processor-Communication logic on mailbox interrupt handler.
8080
*
8181
*/
@@ -84,9 +84,9 @@ void spm_mailbox_irq_callback(void);
8484
/**
8585
* @brief Notify the peer processor about a general event occurrence.
8686
*
87-
* Wakeup the peer processor waiting on the mailbox driver event.
87+
* Wake up the peer processor waiting on the mailbox driver event.
8888
*
89-
* @note The functions below should be implemented by target specific code.
89+
* @note Implement the functions below with target-specific code.
9090
*/
9191
void spm_hal_mailbox_notify(void);
9292

0 commit comments

Comments
 (0)