scripts: add --partition-size feat to sd_fusing.py
authorLeonid <l.sawin@samsung.com>
Fri, 13 Oct 2023 07:18:40 +0000 (09:18 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:00 +0000 (12:00 +0100)
commite37589778a0b1d5858caf029f8b9b7bd5461e2e9
treecd9bc71c5754b616bf095690a4f3370ed11daa3d
parentba932863c4728e925c4e9886f90a73df1ae93ea6
scripts: add --partition-size feat to sd_fusing.py

The idea is to alter partition sizes via
overriding part_table prior to SdFusingTarget.__init__
to avoid hardcoding it every time you need such a change.

Implemented in SdFusingTarget.apply_partition_sizes

Currently only called (and tested) for RV64 target

Change-Id: Ia070359b47b9c3bfbbdb7881ddf43fb16d2df4a3
Signed-off-by: Leonid <l.sawin@samsung.com>
(cherry picked from commit 304aa532036b5c81553787dfcb33dc6376ad6e91)
sd_fusing.py