Marvell device plugin 07/9907/11
authorDamjan Marion <damjan.marion@gmail.com>
Tue, 26 Dec 2017 13:40:13 +0000 (13:40 +0000)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 15 Jan 2018 16:36:09 +0000 (16:36 +0000)
commit92cdd72058a80d0b8b28c00495b3051a0390d545
tree9d3743739f6cbd3e6e63c5c90a2f0cb7ee3b7fae
parentc5239ad59716a833a15523755b03418a47e02a5a
Marvell device plugin

Depends in musdk 17.10 [1], tested on MACCHIATObin [2] board.
currently only coves PP2.

musdk must be compiled with:
./configure --enable-bpool-dma=64

[1] https://github.com/MarvellEmbeddedProcessors/musdk-marvell
[2] http://macchiatobin.net

Change-Id: I0247a6b860b0a067c54190eae0bd3fe08de234ad
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/configure.ac
src/plugins/Makefile.am
src/plugins/marvell.am [new file with mode: 0644]
src/plugins/marvell/README.md [new file with mode: 0644]
src/plugins/marvell/plugin.c [new file with mode: 0644]
src/plugins/marvell/pp2/cli.c [new file with mode: 0644]
src/plugins/marvell/pp2/format.c [new file with mode: 0644]
src/plugins/marvell/pp2/input.c [new file with mode: 0644]
src/plugins/marvell/pp2/output.c [new file with mode: 0644]
src/plugins/marvell/pp2/pp2.c [new file with mode: 0644]
src/plugins/marvell/pp2/pp2.h [new file with mode: 0644]