]> Git Repo - u-boot.git/commit
ARM: tegra20: implement BCT patching
authorSvyatoslav Ryhel <[email protected]>
Tue, 14 Feb 2023 17:35:38 +0000 (19:35 +0200)
committerTom <[email protected]>
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 <[email protected]> # ASUS TF101 T20
Signed-off-by: Ramin Khonsari <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Signed-off-by: Tom <[email protected]>
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]
This page took 0.038278 seconds and 4 git commands to generate.