ARM: tegra124: implement BCT patching
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 21 Nov 2024 12:42:39 +0000 (14:42 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 26 Feb 2025 11:08:20 +0000 (13:08 +0200)
commit892e97c0e1bd4887957e025f90c5a3779176925f
tree2058bacea0944a0e169a8c34dcef434179a6fde7
parent0298591857ffb1d5bef5b089fe17c39b589091e5
ARM: tegra124: implement BCT patching

This function allows updating bootloader from u-boot
on production devices without need in host PC.

Be aware! It works only with re-crypt BCT and AES
encrypted devices.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/tegra124/Makefile
arch/arm/mach-tegra/tegra124/bct.c [new file with mode: 0644]
arch/arm/mach-tegra/tegra124/bct.h [new file with mode: 0644]