event/cnxk: add build infra and device setup
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Tue, 4 May 2021 00:26:53 +0000 (05:56 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 4 May 2021 03:00:18 +0000 (05:00 +0200)
commit8558dcaa05b86f1cf4e0787130e57940707cb094
treebe0e1df3b9ecb32394654fd3f6d73d56ec72937a
parent5787cf0cbbb4ea39861d807b8d5c66b000520d8d
event/cnxk: add build infra and device setup

Add meson build infra structure along with the event device
SSO initialization and teardown functions.

Signed-off-by: Shijith Thotton <sthotton@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
MAINTAINERS
doc/guides/eventdevs/cnxk.rst [new file with mode: 0644]
doc/guides/eventdevs/index.rst
doc/guides/rel_notes/release_21_05.rst
drivers/event/cnxk/cnxk_eventdev.c [new file with mode: 0644]
drivers/event/cnxk/cnxk_eventdev.h [new file with mode: 0644]
drivers/event/cnxk/meson.build [new file with mode: 0644]
drivers/event/cnxk/version.map [new file with mode: 0644]
drivers/event/meson.build