Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[reboot] make sure the reboot happens even if platform reboot failed #819

Merged
merged 3 commits into from
Feb 23, 2020

Commits on Feb 23, 2020

  1. [reboot] make sure the reboot happens even if platform reboot failed

    Platform reboot tool could fail if the platform driver didn't load
    properly. In this case, a reboot is required to recover the device.
    We need to make sure the reboot tool is robust.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    37e6a99 View commit details
    Browse the repository at this point in the history
  2. Rewording

    yxieca committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    63a5ba3 View commit details
    Browse the repository at this point in the history
  3. add log message

    yxieca committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    df3a360 View commit details
    Browse the repository at this point in the history