scripts: rewrite fusing scirpts in python
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 4 Sep 2023 10:23:12 +0000 (12:23 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 11:02:46 +0000 (20:02 +0900)
commitac303b1cfe3f7ec923c752a514de0ae00663ea80
treec2315747c2845fc68efb1686a1aa2235a806b530
parent5d42c2d2f76b8c787ce4582da9485d8e790b107a
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]