scripts: rewrite fusing scirpts in python
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 4 Sep 2023 10:23:12 +0000 (12:23 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:00 +0000 (12:00 +0100)
commit9fc7abe2fcb7ccec4e902ab6bb6888fb9f273b52
tree45cb83ffce6b3f1759d1ef1d8e0ec14fb51715b7
parent468083b2b81b93c402b03176d84df7250610af04
scripts: rewrite fusing scirpts in python

Replace target specific shell fusing scirpts with a single extensible
Python script. To add a new target add a new class inheriting from
SdFusingTarget or SdFusingTargetAB and provide necessary information
in the part_table class variable.

Change-Id: I98cc732d78a8e71b423bc7ec42c1a6a890ffb41b
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
sd_fusing.py [new file with mode: 0755]