[PATCH v2 0/1] disk: add TegraPT support
Svyatoslav Ryhel
clamor95 at gmail.com
Wed Aug 7 14:10:23 CEST 2024
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
More information about the U-Boot
mailing list