api: Add API support for PP2 plugin to stable/1908 74/23074/3
authorJianlin Lv <Jianlin.Lv@arm.com>
Wed, 30 Oct 2019 05:35:38 +0000 (13:35 +0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 7 Nov 2019 13:32:36 +0000 (13:32 +0000)
commit1c3c9f0393e4bd3a5902efbc79cb9a4e6737bda2
treef32b6a8449377e18bd95370039e28649a2992a05
parent387123e675c222b52f720b6fd5ac0c7b3f016bcd
api: Add API support for PP2 plugin to stable/1908

Support create/delete interface with marvell PP2 API

Type: feature

Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
Change-Id: I2a81024e0fcf2f389d39a5498167a752f8f807e5
src/plugins/marvell/CMakeLists.txt
src/plugins/marvell/pp2/cli.c
src/plugins/marvell/pp2/pp2.api [new file with mode: 0644]
src/plugins/marvell/pp2/pp2.c
src/plugins/marvell/pp2/pp2.h
src/plugins/marvell/pp2/pp2_all_api_h.h [new file with mode: 0644]
src/plugins/marvell/pp2/pp2_api.c [new file with mode: 0644]
src/plugins/marvell/pp2/pp2_msg_enum.h [new file with mode: 0644]
src/plugins/marvell/pp2/pp2_test.c [new file with mode: 0644]