RTEMS | Improve arm/xilinx-zynqmp-rpu BSP familiy (!230)

Chris Johns (@chris) gitlab at rtems.org
Fri Sep 20 03:35:49 UTC 2024




Chris Johns commented on a discussion on bsps/arm/xilinx-zynqmp-rpu/start/bspreset.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/230#note_112344

 >    (void) source;
 >    (void) code;
 >  
 >    zynqmp_debug_console_flush();
 >  
 > +  /*
 > +   * This is a workaround for:
 > +   *
 > +   * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108658
 > +   */
 > +  __asm__ volatile ("");
 > +
 >    while (true) {
 > -    /* Wait */
 > +    /* Request a soft system reset */
 > +    *reset_ctrl |= UINT32_C(0x10);

I am assuming the APU is responsible for the RPU units but it could the other way around. As long as this can evolve then I am OK with this.

Will you document the FSBL BIF etc need to run the tests?

Could you please add a comment to the register write indicating the reset is system wide?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/230#note_112344
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/20240920/93513703/attachment.htm>


More information about the bugs mailing list