File tree Expand file tree Collapse file tree 20 files changed +36
-35
lines changed
Expand file tree Collapse file tree 20 files changed +36
-35
lines changed Original file line number Diff line number Diff line change 6565 * IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
6666 * Heap. Extends to the end of User SRAM.
6767 *
68- * The following memory map is assumed for the protect build.
69- * The kernel and user space have it's own dedicated heap space .
68+ * The following memory map is assumed for the protected build.
69+ * The kernel and user space have their own dedicated heap spaces .
7070 *
7171 * User .data region Size determined at link time
7272 * User .bss region Size determined at link time
Original file line number Diff line number Diff line change 6565 * IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
6666 * Heap. Extends to the end of User SRAM.
6767 *
68- * The following memory map is assumed for the protect build.
69- * The kernel and user space have it's own dedicated heap space .
68+ * The following memory map is assumed for the protected build.
69+ * The kernel and user space have their own dedicated heap spaces .
7070 *
7171 * User .data region Size determined at link time
7272 * User .bss region Size determined at link time
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ void bl808_start_s(int mhartid)
224224
225225 showprogress ('B' );
226226
227- /* Do board initialization */
227+ /* TODO: Additional initialization */
228228
229229 showprogress ('C' );
230230
Original file line number Diff line number Diff line change 4949 * Name: setintstack
5050 *
5151 * Description:
52- * Set the current stack pointer to the "top" the correct interrupt stack
53- * for the current CPU.
52+ * Set the current stack pointer to the "top" of the correct interrupt
53+ * stack for the current CPU.
5454 *
5555 ****************************************************************************/
5656
Original file line number Diff line number Diff line change 6363 * IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
6464 * Heap. Extends to the end of User SRAM.
6565 *
66- * The following memory map is assumed for the protect build.
67- * The kernel and user space have it's own dedicated heap space .
66+ * The following memory map is assumed for the protected build.
67+ * The kernel and user space have their own dedicated heap spaces .
6868 *
6969 * User .data region Size determined at link time
7070 * User .bss region Size determined at link time
Original file line number Diff line number Diff line change 4949 * Name: setintstack
5050 *
5151 * Description:
52- * Set the current stack pointer to the "top" the correct interrupt stack
53- * for the current CPU.
52+ * Set the current stack pointer to the "top" of the correct interrupt
53+ * stack for the current CPU.
5454 *
5555 ****************************************************************************/
5656
Original file line number Diff line number Diff line change 6565 * IDLE thread stack. Size determined by CONFIG_IDLETHREAD_STACKSIZE.
6666 * Heap. Extends to the end of User SRAM.
6767 *
68- * The following memory map is assumed for the protect build.
69- * The kernel and user space have it's own dedicated heap space .
68+ * The following memory map is assumed for the protected build.
69+ * The kernel and user space have their own dedicated heap spaces .
7070 *
7171 * User .data region Size determined at link time
7272 * User .bss region Size determined at link time
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ void jh7110_start_s(int mhartid)
9999
100100 showprogress ('B' );
101101
102- /* Do board initialization */
102+ /* TODO: Additional initialization */
103103
104104 showprogress ('C' );
105105
Original file line number Diff line number Diff line change 4343 * Name: setintstack
4444 *
4545 * Description:
46- * Set the current stack pointer to the "top" the correct interrupt stack
47- * for the current CPU.
46+ * Set the current stack pointer to the "top" of the correct interrupt
47+ * stack for the current CPU.
4848 *
4949 ****************************************************************************/
5050
Original file line number Diff line number Diff line change 5151 * Name: setintstack
5252 *
5353 * Description:
54- * Set the current stack pointer to the "top" the correct interrupt stack
55- * for the current CPU.
54+ * Set the current stack pointer to the "top" of the correct interrupt
55+ * stack for the current CPU.
5656 *
5757 ****************************************************************************/
5858
You can’t perform that action at this time.
0 commit comments