tegra/platform: Add driver for firmware class and inventory

Add driver for common utility API for firmware class and
dumping the inventory for all firmware.

Bug 3583607

Change-Id: I259bc7f80b8842cea090f67b067f63e5f85cb79c
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2708890
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Laxman Dewangan
2022-05-06 17:53:55 +00:00
committed by mobile promotions
parent 66d1a0786d
commit a01851131c
4 changed files with 478 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
obj-m += bad.o
obj-m += firmwares-class.o
obj-m += firmwares-inventory.o
tegra-bootloader-debug-objs := tegra_bootloader_debug.o
tegra-bootloader-debug-objs += tegra_bootloader_debug_init.o
obj-m += tegra-bootloader-debug.o