tizen: sd_fusing.py: add support for partition start & size specified in sectors
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 28 Mar 2024 19:23:46 +0000 (20:23 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:00 +0000 (12:00 +0100)
commit1a86bc0ae48a4aef26e1273b2760193a547a4495
tree75b3c6feef931a864db8bcf3dc5a2fbd90dd7ac7
parentf92ad9bdee89784b8e39a250bff1629f58c1af61
tizen: sd_fusing.py: add support for partition start & size specified in sectors

Add support for specifying partition's start & size in sectors and adjust
lba-start parameter (first allowed sector of the first partition) to 34,
what is the minimal possible value for the GPT layout. This doesn't affect
any start or size of the partitions specified in MBytes, because according
to sfdisk manual, they are always aligned to 1MB.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I8fdccb896072a9cddfe7e185f6650eb0471caae2
sd_fusing.py