ARM: tegra20: implement BCT patching
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 14 Feb 2023 17:35:38 +0000 (19:35 +0200)
committerTom <twarren@nvidia.com>
Thu, 23 Feb 2023 19:55:37 +0000 (12:55 -0700)
commit5a8fe1ee818e0f8a74fa088f6a3d705a01b6afbe
tree86f2e6c36d8bc974b1330e1dd58ece99121d29d8
parent327ff8e0a49e2e16ac946d059cae7df964c6ea59
ARM: tegra20: 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.

Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101 T20
Signed-off-by: Ramin Khonsari <raminterex@yahoo.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Tom <twarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/tegra20/Makefile
arch/arm/mach-tegra/tegra20/bct.c [new file with mode: 0644]
arch/arm/mach-tegra/tegra20/bct.h [new file with mode: 0644]
doc/usage/cmd/ebtupdate.rst [new file with mode: 0644]