Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
HAL_BCM2835 HAL_BCM2835
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ben Avison
  • HAL_BCM2835HAL_BCM2835
  • Merge requests
  • !1

Merged
Created Sep 10, 2019 by Jeffrey Lee@jlee

Add GIC interrupt controller support for BCM2838.

  • Overview 4
  • Commits 1
  • Changes 8

@bavison @rsprowson - Might be worth reviewing this before merging

  • Requires RiscOS/Sources/HWSupport/BCMSupport!3 (merged)
  • Requires enable_gic=1 in config.txt (or Pi4 .dtb to be present on the card), otherwise the firmware uses a boot stub that doesn't configure the GIC (presumably leaving it in bypass mode)
  • IRQs are managed via the GIC, FIQs via the BCM2838 FIQ controller (boot stub doesn't let us manage FIQs using the GIC)
  • Implemented in s.IntVC6 to avoid making s.Interrupts too confusing.
  • Previous VC6 interrupt support removed from s.Interrupts
  • From the OS's perspective, interrupt numbers mostly remain unchanged. However iDev_QA7 interrupts are unavailable, and some of the BCM2838 interrupt numbers have been overlaid ontop of them.
  • Device drivers must take care to issue HAL_IRQClear, as that is a new requirement for this HAL
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: GIC