scripts: rewrite fusing scirpts in python 37/299537/3
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>
Fri, 6 Oct 2023 11:13:46 +0000 (13:13 +0200)
commit401dc0b872aa82da477782ad79d74c7465097a52
treec061f5c2ed504508922efd3b9b7ef6549f1cb1e3
parent39f47faa8f706b1105dadb6f6b9db1cb99373a4d
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>
scripts/tizen/sd_fusing.py [new file with mode: 0755]