RTEMS | arm: Improve default exception handling (!198)

Sebastian Huber (@sebhub) gitlab at rtems.org
Wed Aug 28 06:11:08 UTC 2024




Sebastian Huber commented on a discussion on bsps/arm/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/198#note_111575

 >  	ldr	pc, .Lhandler_addr_prefetch
 >  	ldr	pc, .Lhandler_addr_abort
 >  
 > -	/* Program signature checked by boot loader */
 > -	.word	0xb8a06f58
 > +#ifdef BSP_START_VECTOR_RESERVED_SLOT
 > +	BSP_START_VECTOR_RESERVED_SLOT
 > +#else
 > +	udf
 > +#endif

The change affects all BSPs using the shared start file. Only the LPC2400 based BSPs use this signature as far as I know.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/198#note_111575
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240828/31fcf407/attachment-0001.htm>


More information about the bugs mailing list