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
  • !532

Experimental: products: Disable multi-threading for all products

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Darryl Green requested to merge github/fork/girishpathak/disable-mt into master Sep 16, 2021
  • Overview 17
  • Commits 1
  • Pipelines 1
  • Changes 40

Created by: girishpathak

This change is a precursor to the subsequent changes where multi-threading support will be removed from the SCP firmware.

The change is inteded to allow platform owners to test respective platforms without multi-threading.

The term multi-threaded mode is misleading since it implies multiple threads of execution are concurrently supported (like in an OS), but that is not true. Also multi-threading add call overhead and could make things slower, and creates a larger memory footprint. Simply all of above is not needed at present, hence we expect multi-thread mode to be removed in near future from the firmware.

Change-Id: Ia5009ddf75a5f385ee8a8966e178900e462e6cf9 Signed-off-by: Girish Pathak girish.pathak@arm.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/girishpathak/disable-mt