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 11:02:48 +0000 (12:02 +0100)
commit282a2d5e1cbfe9c7b2618faf5d3d0e7a650a44cb
tree0aff3c3a36926de7efef877fc8957cac9a12da13
parentd562415fe39c291c8aa6d1c314e9c4c4b59e3b43
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