Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 64
    • Merge requests 64
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !2019

Merged
Created Mar 09, 2023 by Thomas Mahe@Mahe-ThomasContributor

uuu: Skip SDP check & bootloader corrup action with bcu

  • Overview 2
  • Commits 3
  • Changes 6

Given MR aim to cover corner cases missing from initial integration of bcu in uuu boot action.

  • bcu must be usable even if Serial Download is not available on targeted device.

To cover this use-case we allow dispatcher to skip both CheckSerialDownloadMode and BootBootloaderCorruptBootMediaAction actions under two situations:

  • bcu : reset usb is the first item in uuu.commands block in job definition
  • uuu.commands block contain bcu commands only

As an example, it would be now possible to recover devices with:

  • Serial Download not available
  • u-boot not reaching prompt state => impossibility to corrupt boot media
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: uuu/bcu-skip-serial-check