commit | cb1f5404c8d217dba3d73a39ae8d19e069da07cc | [log] [tgz] |
---|---|---|
author | Yu Shan <[email protected]> | Mon Jan 07 11:53:23 2019 -0800 |
committer | Yu Shan <[email protected]> | Mon Jan 07 11:53:23 2019 -0800 |
tree | a168a9dd241e0fe1f60bad640d553dc6ddb6944c | |
parent | 4deae63f83ceea3353de18f2eda838fe4c828f30 [diff] |
[ATFT] Add option to skip rebooting after fusing vboot key. For some SoC 'oem fuse at-bootloader-vbootkey' would trigger a reboot, in this case, another reboot is not necessary after this command. In order to save overal time in the flow, we now add option to skip rebooting after fusing vboot key. To configure this, set 'SKIP_REBOOT' to True in the configuration file. Tests: Manual test on test target device that would reboot after fusing command. Bug: 122065121