summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra/Makefile
diff options
context:
space:
mode:
authorSumit Gupta <sumitg@nvidia.com>2022-05-11 23:16:47 +0300
committerThierry Reding <treding@nvidia.com>2022-09-15 13:41:36 +0300
commitb7134422146692e096e807751656fc58ee1a717d (patch)
treee998a43972b0b4fe90e6dff72365018ef1a2d3f4 /drivers/soc/tegra/Makefile
parent96765cc47546fe6724825600afa8ba170671da61 (diff)
downloadlinux-b7134422146692e096e807751656fc58ee1a717d.tar.xz
soc/tegra: cbb: Add CBB 1.0 driver for Tegra194
Adding driver to handle errors from Control Backbone (CBB) which are generated due to illegal accesses. CBB 1.0 is used in Tegra194 SoCs. When an error is reported from a NOC within CBB, the driver prints debug information about failed transaction like Error Code, Error Description, Master, Address, AXI ID, Cache, Protection, Security Group etc. It then causes system crash using BUG_ON() or call WARN() based on whether the error type is fatal or not. Signed-off-by: Sumit Gupta <sumitg@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r--drivers/soc/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index 054e862b63d8..d722f512dc9d 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += fuse/
+obj-y += cbb/
obj-y += common.o
obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o