Hesham Almatary commented on a discussion on 
bsps/riscv/shared/start/bspgetworkarea.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/194#note_111863

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

@fcuzzocrea Definitely! Supporting E51 would be quite useful for the community 
as well, and that'll be much appreciated. I wonder if we could combine both U54 
and E51 under a unified `beaglevfire` BSP and building for either with an 
config option? 

We would really want to make sure `-mstrict-align` doesn't work, and why. It's 
rather a compiler issue I'd say.

May I ask how are you booting RTEMS on E51 without HSS? And what are you using 
RTEMS there for? Do you run other stuff on U54?

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to