RTEMS on ARMv8

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Apr 2 12:20:55 UTC 2019


On 02/04/2019 14:15, Jeff Kubascik wrote:
> How capable is the device tree support in RTEMS? I did notice some device tree
> code in the IMX BSP layer, but it appeared to reference fixed nodes. Does RTEMS
> perform driver probing based on the device tree?

The device tree support in RTEMS is quite rudimentary. However, in the 
BSP you don't need much. You just have to deal with the interrupt 
controller, the clock driver and an UART driver. Maybe also I2C and SPI, 
but these are simple things. The more complex drivers are in libbsd 
(USB, MMC/SDCard, Ethernet). Here we have the device tree support from 
FreeBSD. It is not as good as the device tree support from Linux 
especially if it comes down to pins and clocks since this is a real mess 
usually.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list