]> asedeno.scripts.mit.edu Git - linux.git/commit
soc: fsl: add DPAA2 console support
authorIoana Ciornei <ioana.ciornei@nxp.com>
Fri, 5 Apr 2019 09:49:53 +0000 (09:49 +0000)
committerLi Yang <leoyang.li@nxp.com>
Mon, 20 May 2019 19:28:15 +0000 (14:28 -0500)
commitc93349d8c1700a4f628758440c65404faa74b390
treef7f24975c9fb21acbac9dcbbe0da481d358b0c92
parentbbc9be3ac8ab022061e7cfcc050ae02240144ba1
soc: fsl: add DPAA2 console support

This patch adds DPAA2 MC and AIOP console log support.

The platform driver probes on the "fsl,dpaa2-console" device tree node
which describes the base firmware address needed in order to infer the
start address of both firmware logs: MC and AIOP.
It then exports two misc char devices which can be used to dump
the needed logs.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/Kconfig
drivers/soc/fsl/Makefile
drivers/soc/fsl/dpaa2-console.c [new file with mode: 0644]