Linux DPAA driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linux DPAA driver

1,899 Views
gerdmanson
Contributor I

Hi,

we have to develop own driver software for ethernet communication using a QorIQ T1042 processor. Therefore, we read the appropriate DPAA documentation (reference manual etc.). But now we are a little bit lost in building our own DPAA driver (FMan, QMan, ...). We are using the NXP T1042D4RDB evaluation board as plattform. For this purpose we downloaded the "Source" package of the Yocto Linux SDK (V2.0). Because we are not very familar with the Linux code sources, please can you tell us, where in the Yocto linux sources we can find the core drivers for the DPAA hardware (accessing the FMan, QMan, Portals, ...)?

Labels (1)
0 Kudos
1 Reply

847 Views
bpe
NXP Employee
NXP Employee

QMAN and BMAN drivers are located under drivers/staging/fsl_qbman/

FMAN driver is under drivers/net/ethernet/freescale/sdk_fman/

Drivers documentation is available online:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-B40E64B7-602D-40A8-85A1-F...

Instructions on extracting, viewing and modifying SDK kernel source
can be found here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-8C4D9C9C-BC81-488D-B2E8-B...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos