<div dir="ltr"><div>Hi,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 18 Jul 2019 at 13:35, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 18/07/2019 12:58, Nils Hölscher wrote:<br>
> Hi,<br>
> <br>
> What is the state of simplebus in rtems-libbsd?<br>
<br>
It works fine.<br>
<br>
> I found the simplebus files in the rtems-libbsd repository, but when <br>
> building the compiler is not able to resolve the following include:<br>
> #include<dev/fdt/simplebus.h><br>
<br>
Not all header files are installed with a "./waf install". You can add <br>
libbsd based drivers to "rtemsbsd/sys/dev".<br></blockquote><div>This worked for simplebus.h, thank you.</div><div>But currently I need to add  tree/freebsd/sys/arm/ti/ti_prcm.h and other files located here.</div><div>My include would be:" #include <arm/ti/ti_prcm.h>"</div><div>Simply copying them to "rtemsbsd/sys/dev" doesn't work for these files.</div><div>Any suggestions?</div><div><br></div><div>Thanks,</div><div>Nils</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> <br>
> Should I go with nexus instead as described in this Blog from 2015 or is <br>
> it outdated?<br>
> <a href="https://ragustechblog.blogspot.com/2015/06/porting-driver-from-freebsd-to-rtems.html" rel="noreferrer" target="_blank">https://ragustechblog.blogspot.com/2015/06/porting-driver-from-freebsd-to-rtems.html</a><br>
<br>
Yes, device tree based BSPs should use the simplebus.<br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>