
7 Aug
2024
7 Aug
'24
2:10 p.m.
Production Tegra20/30/114/124/132 devices use Nvidia's own partition table, which makes them a bit complicated to deal with. Luckily, it is compatible with the existing EFI partition already available in U-Boot, apart from the fact that it cannot pass Protective MBR check.
In order to address this without unwanted code additions, I have come up with this solution.
--- Changes from v1 - fix typo in code comment ---
Svyatoslav Ryhel (1): disk: add TegraPT support
disk/Kconfig | 8 ++++++++ disk/part_efi.c | 13 +++++++++++++ 2 files changed, 21 insertions(+)
--
2.43.0