Refactor: Chipset architecture, remove supported/status gatekeeping

- PlatformType → Chipset enum (MediaTek, Renesas)
- unlock_mode + unlock_buf_id stored in profile, not derived from enum
- Removed ReadinessStatus, supported field, needs_flash — library is agnostic
- Removed DriveMatch/Flashable — if we have a profile, try unlock
- profiles.json: chipset + unlock_mode + unlock_buf_id, no program/supported
- mt1959.rs reads mode/buf_id from profile fields directly
- Tests: find_known_drive, find_unknown_drive
This commit is contained in:
MattJackson
2026-04-06 11:21:27 -07:00
parent afb43c69b3
commit c26b6f6819
7 changed files with 914 additions and 520 deletions
+824 -412
View File
File diff suppressed because it is too large Load Diff