Xilinx zynq bsp - RTEMS

Chris Johns chrisj at rtems.org
Wed May 4 22:26:40 UTC 2016


On 4/05/2016 1:09 AM, Sw-Hw Eng wrote:
> Is it possible to use xparameters.h and other files form xilinx zynq bsp
> as reference in the RTEMS bsp ?

In your private source you can if you meet the licensing terms. The BSP
in RTEMS does not need to include the file. We have some defaults in the
BSP and we provide weak symbol versions of functions you ovverride in
your application/BSP to specialise.

> I saw that the Virtex bsp is refering
> to xparameters.h and I found this on the users mailing
> list https://lists.rtems.org/pipermail/devel/2013-April/002915.html

It has licensing issues.

> It seems to me like a linker between xilinx parameters/options and rtems
> bsp options/parameters.
> It's old but, Is anybody working with xilinx parameters files ? 

The Xilinx BSP license restricts what can be done with those files. We
cannot include the code from them in our public repos.

Another issue with xparameters.h and related files is they change
between Xilinx tools/SDK versions. The less we depend on them the better.

Chris


More information about the users mailing list