scripts: sd_fusing_rpi3.sh: add inform partition support 90/140690/3
authorJunghoon Kim <jhoon20.kim@samsung.com>
Wed, 26 Jul 2017 05:22:33 +0000 (14:22 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Fri, 28 Jul 2017 00:21:12 +0000 (09:21 +0900)
commitb35116c5c548d09c12223c5ba1091f2e3bbadb28
tree36660dad2236a68e98a388d708ed8ddaff6a90d4
parente62d74d412333b2972b01ce522992e1b7d61600d
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