raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver
authorTomasz Duszynski <tduszynski@marvell.com>
Mon, 21 Jun 2021 15:04:26 +0000 (17:04 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Jul 2021 21:07:16 +0000 (23:07 +0200)
commit3d27e49e0722b89d93140d3421f40d61061f2c84
tree28d45156156fe09853c5619691d6575e4b2bf27f
parent2c19694c8ecd3b9b60f7d0a8975316f111a01476
raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver

Add baseband PHY CGX/RPM skeleton driver which merely probes a matching
device. CGX/RPM are Ethernet MACs hardwired to baseband subsystem.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Signed-off-by: Jakub Palider <jpalider@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
MAINTAINERS
doc/guides/platform/cnxk.rst
doc/guides/rawdevs/cnxk_bphy.rst [new file with mode: 0644]
doc/guides/rawdevs/index.rst
doc/guides/rel_notes/release_21_08.rst
drivers/raw/cnxk_bphy/cnxk_bphy_cgx.c [new file with mode: 0644]
drivers/raw/cnxk_bphy/meson.build [new file with mode: 0644]
drivers/raw/cnxk_bphy/version.map [new file with mode: 0644]
drivers/raw/meson.build
usertools/dpdk-devbind.py