Added EDBG parameter size validation to TDF script and other bits of tidying

This commit is contained in:
Nav
2024-03-25 18:57:05 +00:00
parent 0056d56904
commit dd0b4dd7e1
5 changed files with 205 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ class PdiParameters
public ?int $fuseRegistersOffset = null;
public ?int $lockRegistersOffset = null;
public ?int $userSignaturesOffset = null;
public ?int $productSignaturesOffset = null;
public ?int $productionSignaturesOffset = null;
public ?int $ramOffset = null;
public ?int $appSectionSize = null;
public ?int $bootSectionSize = null;