Discussion:
i.mx53 NIC driver
Jinhong Kim
2016-07-12 06:38:42 UTC
Permalink
Hi, Genode experts

Currently I'm working with the TrustZone VMM example from Genode based
on Genode 16.05 on i.MX53 QSB.
And I want to move NIC device driver from normal world to secure world.

To achieve this,
1. Change FEC setting of <CSU.h> to SECURE.
(original configuration of FEC is UNSECURE.)

However, data abort is occured during boot on imx53 qsb.

Is there any hints or suggestion to solve this problem?



Thank you for your attention.


Regards

Jinhon Kim
Stefan Kalkowski
2016-07-25 12:39:53 UTC
Permalink
Hi,
Post by Jinhong Kim
Hi, Genode experts
Currently I'm working with the TrustZone VMM example from Genode based
on Genode 16.05 on i.MX53 QSB.
And I want to move NIC device driver from normal world to secure world.
To achieve this,
1. Change FEC setting of <CSU.h> to SECURE.
(original configuration of FEC is UNSECURE.)
However, data abort is occured during boot on imx53 qsb.
By changing the CSU settings, you only prohibited bus accesses from the
normal world to that device. Nevertheless the Linux OS in the normal
world still tries to access the network card - that is why you
experienced the data abort. You have to disable the FEC access by
disabling that card in your Linux configuration.

Apart from that, AFAIK there is no FEC driver for Genode existent until now.

Regards
Stefan
Post by Jinhong Kim
Is there any hints or suggestion to solve this problem?
Thank you for your attention.
Regards
Jinhon Kim
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
genode-main mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Stefan Kalkowski
Genode Labs

https://github.com/skalk ยท http://genode.org/
Loading...