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)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:35:22 +0000 (10:35 +0900)
commite4ab7802ab28556d7d4b56dd6fcad4b3bd36d980
tree6a2ca8f2c192101255099bf3320fe95bc48ff094
parentdacb49401149dda4a4062aa89ffd6ba864f09b09
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