RTEMS | Add BSP to BeagleV-Fire board (!194)

Francescodario Cuzzocrea (@fcuzzocrea) gitlab at rtems.org
Sun Sep 8 17:42:08 UTC 2024




Francescodario Cuzzocrea commented on a discussion on bsps/riscv/shared/start/bspgetworkarea.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/194#note_111854

 >    int ac;
 >    int sc;
 >    int len;
 > +  uint64_t start64;
 > +  uint64_t size64;
 > +  uint64_t start32;
 > +  uint64_t size32;

It will work also without that commit, altough I believe that the commit is needed because a potential misaligned access might happen when parsing the fdt. In particular the issue showed up when I built RTEMS 6 for the E51 core of Polarfire SoC, and that's why I had to do that.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/194#note_111854
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/20240908/c2009ec1/attachment.htm>


More information about the bugs mailing list