Hi all,

In my custom board design the communication between host and target
should happen through PCI interface.

The target processor runs u-boot, and host processor is running linux.

The target devices will be accessed from the host by /dev nodes.

To reduce the workload on host all the target calls like
open, read ,write ,ioctl are passed directly to the target.

There will be a common PCI buffer between host
and target and target will take commands from this buffer
and execute. The result of executed API also will be put to a shared buffer
between host and target. [This is what i am planning to implement]

Anybody has come across similar sort of scenario?
Any ideas or any pointers will be highly appreciated.

Regards,
Arun C

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to