Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SCP-firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Firmware
  • SCP-firmware
  • Merge requests
  • !556

product/synquacer: implement system power-off

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Darryl Green requested to merge github/fork/masahisak/synquacer/support_scmi_shutdown into master Nov 12, 2021
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: masahisak

This commit implements the system power-off handling by turning off the ATX power supply through GPIO.

Before this commit, system power-off handling is implemented in Trusted Firmware-A running on the application processor(cortex-a53). Since SCP is responsible for managing system power, system power-off should be implemented in SCP-firmware.

Together with this SCP-firmware update, Trusted Firmware-A PSCI system_off handling also needs to be updated to call SCMI SYSTEM_POWER_STATE_SET command.

Signed-off-by: Masahisa Kojima masahisa.kojima@linaro.org Change-Id: Ia96bc13ea5e74f892295dee3a4896bf5a7e6fb46

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/masahisak/synquacer/support_scmi_shutdown