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

product/n1sdp: use newlib-nano for SCP RAM firmware

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Darryl Green requested to merge github/fork/himsha01/scp_himsha01 into master Mar 04, 2021
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: himsha01

Commit 78e405ef ("build: allow platforms to choose the c library to build with") switched N1SDP to use standard newlib library instead of newlib-nano. With this switch SCP RAM firmware boot hangs N1SDP when build with SCP_LOG_LEVEL=TRACE. Until this problem is further investigated, switch N1SDP's SCP RAM firmware to use newlib-nano library.

Signed-off-by: Himanshu Sharma himanshu.sharma@arm.com Change-Id: I3ccf1cda3848797a2a5106132118b3faaf5ca99e

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/himsha01/scp_himsha01