mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
Merge branch 'master' of https://github.com/t-crest/rtems
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
||||||
[
|
[
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
TLL6527M )
|
||||||
|
AC_CONFIG_SUBDIRS([TLL6527M]);;
|
||||||
bf537Stamp )
|
bf537Stamp )
|
||||||
AC_CONFIG_SUBDIRS([bf537Stamp]);;
|
AC_CONFIG_SUBDIRS([bf537Stamp]);;
|
||||||
eZKit533 )
|
eZKit533 )
|
||||||
AC_CONFIG_SUBDIRS([eZKit533]);;
|
AC_CONFIG_SUBDIRS([eZKit533]);;
|
||||||
TLL6527M )
|
|
||||||
AC_CONFIG_SUBDIRS([TLL6527M]);;
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Invalid BSP]);;
|
AC_MSG_ERROR([Invalid BSP]);;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ SYM(hard_reset):
|
|||||||
/*
|
/*
|
||||||
* setup stack cache and stack frame
|
* setup stack cache and stack frame
|
||||||
*/
|
*/
|
||||||
li $r29 = PASIM_SHADOW_STACK_BASE /* Initialize shadow stack pointer */
|
li $r29 = _shadow_stack_base /* Initialize shadow stack pointer */
|
||||||
li $r9 = PASIM_STACK_CACHE_BASE
|
li $r9 = _stack_cache_base
|
||||||
mts $s5 = $r9 /* Initialize the stack cache's top pointer */
|
mts $s5 = $r9 /* Initialize the stack cache's top pointer */
|
||||||
mts $s6 = $r9 /* Initialize the stack cache's spill top pointer */
|
mts $s6 = $r9 /* Initialize the stack cache's spill top pointer */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user