scripts: sd_fusing_rpi3.sh: add inform partition support
authorJunghoon Kim <jhoon20.kim@samsung.com>
Wed, 26 Jul 2017 05:22:33 +0000 (14:22 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
commitd503ea97f5494c517230dccc11b1cdf2b7547189
treee742457ecccb3c87e0f1d68318e7c2ef9fe15c1a
parent52b8809b64bed817d9ce4125ec1c009b98b0c4a1
scripts: sd_fusing_rpi3.sh: add inform partition support

To implement Tizen upgrade solution, reboot parameter should be
delivered into u-boot so that u-boot can jump to proper partition. But,
new SoC on RPI3 does not support any specific registers (e.g., INFORM
register of Exynos) to store reboot parameter upon SW reset.

Add inform partition and make "reboot-param.bin" file for passing reboot
parameter.

Change-Id: Ic98df1b4ad4aeab9152d3ad5007b97a0e20d8be7
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh