bsps/m68k: Use interrupt stack for init stack

Update #3459.
This commit is contained in:
Sebastian Huber
2018-11-16 07:36:04 +01:00
parent edd366c9ef
commit cc61d5cdb2
5 changed files with 5 additions and 0 deletions

View File

@@ -369,6 +369,7 @@ ZEROLOOPTEST:
/* /*
* Right : Now we're ready to boot RTEMS * Right : Now we're ready to boot RTEMS
*/ */
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
clrl d0 | Pass in null to all boot_card() params clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS jsr SYM(boot_card) | Call C boot_card function to startup RTEMS

View File

@@ -349,6 +349,7 @@ SYM(start_csb360):
/* /*
* Right : Now we're ready to boot RTEMS * Right : Now we're ready to boot RTEMS
*/ */
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
clrl d0 | Pass in null to all boot_card() params clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS jsr SYM(boot_card) | Call C boot_card function to startup RTEMS

View File

@@ -355,6 +355,7 @@ ZEROLOOPTEST:
/* /*
* Right : Now we're ready to boot RTEMS * Right : Now we're ready to boot RTEMS
*/ */
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
clrl d0 | Pass in null to all boot_card() params clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS jsr SYM(boot_card) | Call C boot_card function to startup RTEMS

View File

@@ -364,6 +364,7 @@ ZEROLOOPTEST:
/* /*
* Right : Now we're ready to boot RTEMS * Right : Now we're ready to boot RTEMS
*/ */
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
clrl d0 | Pass in null to all boot_card() params clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS jsr SYM(boot_card) | Call C boot_card function to startup RTEMS

View File

@@ -378,6 +378,7 @@ ZEROLOOPTEST:
/* /*
* Right : Now we're ready to boot RTEMS * Right : Now we're ready to boot RTEMS
*/ */
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
clrl d0 | Pass in null to all boot_card() params clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS jsr SYM(boot_card) | Call C boot_card function to startup RTEMS