TCP/IP update, possible SMP (GSOC 2014)

Chris Johns chrisj at rtems.org
Wed Mar 12 23:59:11 UTC 2014


On 1/03/2014 3:09 am, Daniel Ramirez wrote:
>
>         If I'm missing something that would make for a good project and
>         help get SMP up
>         and running, let me know.
>
>
>     Some interesting area also useful for the network stack would be
>     flattened device tree support for driver initialization and
>     configuration.
>
>
> I will look into this, thanks.
>

I have Flattened Device Tree (FDT) ported to RTEMS and I have an RTEMS 
API to use it. The code is currently not available but I can make it 
available.

This is a nice way to describe resources in a system however there are 
some catches. For example storing the blob on a disk means you need a 
blob to configure the disk's driver to read the blob so some sort of 
in-memory support is needed.

Adding support is nice because it means RTEMS can integrate to 3rd party 
tools such as Xilinx's tools for the Zynq.

Chris



More information about the devel mailing list