diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-04-05 09:49:53 +0000 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2019-05-20 14:28:15 -0500 |
commit | c93349d8c1700a4f628758440c65404faa74b390 (patch) | |
tree | f7f24975c9fb21acbac9dcbbe0da481d358b0c92 /drivers/soc/fsl/Makefile | |
parent | bbc9be3ac8ab022061e7cfcc050ae02240144ba1 (diff) | |
download | linux-c93349d8c1700a4f628758440c65404faa74b390.tar.bz2 |
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>
Diffstat (limited to 'drivers/soc/fsl/Makefile')
-rw-r--r-- | drivers/soc/fsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/fsl/Makefile b/drivers/soc/fsl/Makefile index 803ef1bfb5ff..57762c9fc7da 100644 --- a/drivers/soc/fsl/Makefile +++ b/drivers/soc/fsl/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_QUICC_ENGINE) += qe/ obj-$(CONFIG_CPM) += qe/ obj-$(CONFIG_FSL_GUTS) += guts.o obj-$(CONFIG_FSL_MC_DPIO) += dpio/ +obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o |