Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/arm/src/qemu/qemu_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/bl808/bl808_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
2 changes: 1 addition & 1 deletion arch/risc-v/src/bl808/bl808_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void bl808_start_s(int mhartid)

showprogress('B');

/* Do board initialization */
/* TODO: Additional initialization */

showprogress('C');

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/bl808/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/c906/c906_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/jh7110/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/jh7110/jh7110_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
2 changes: 1 addition & 1 deletion arch/risc-v/src/jh7110/jh7110_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void jh7110_start_s(int mhartid)

showprogress('B');

/* Do board initialization */
/* TODO: Additional initialization */

showprogress('C');

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/k210/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/k230/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/k230/k230_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
3 changes: 2 additions & 1 deletion arch/risc-v/src/litex/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack.
* Set the current stack pointer to the "top" of the correct interrupt
* stack.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/mpfs/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/mpfs/mpfs_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/qemu-rv/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/qemu-rv/qemu_rv_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
2 changes: 1 addition & 1 deletion arch/risc-v/src/qemu-rv/qemu_rv_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void qemu_rv_start(int mhartid, const char *dtb)

showprogress('B');

/* Do board initialization */
/* TODO: Additional initialization */

showprogress('C');

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/sg2000/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
* Name: setintstack
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "top" of the correct interrupt
* stack for the current CPU.
*
****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions arch/risc-v/src/sg2000/sg2000_allocateheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
* IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
* Heap. Extends to the end of User SRAM.
*
* The following memory map is assumed for the protect build.
* The kernel and user space have it's own dedicated heap space.
* The following memory map is assumed for the protected build.
* The kernel and user space have their own dedicated heap spaces.
*
* User .data region Size determined at link time
* User .bss region Size determined at link time
Expand Down
2 changes: 1 addition & 1 deletion arch/risc-v/src/sg2000/sg2000_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void sg2000_start_s(int mhartid)

showprogress('B');

/* Do board initialization */
/* TODO: Additional initialization */

showprogress('C');

Expand Down
Loading