mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Add the updated Tegra SE driver with the below improvements. - Remove dependency with nvhost apis and use upstream Host1x APIs. - Implement software fallbacks for keys/plaintexts unsupported by hardware. - Support only T234 and later. Prior chips will use tegra-se-nvhost driver. Bug 4221414 Bug 3579794 Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Change-Id: I398a5b7cc3f752b44d01d6d1c81f813f862e4cd9 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2977810 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
12 lines
332 B
Makefile
12 lines
332 B
Makefile
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
|
|
|
tegra-se-objs := tegra-se-key.o tegra-se-main.o
|
|
|
|
tegra-se-y += tegra-se-aes.o
|
|
tegra-se-y += tegra-se-hash.o
|
|
|
|
obj-m += tegra-se.o
|