[PR #78] [CLOSED] hw/arm/bcm2835_peripheral: add bcm283x sp804-alike timer #135

Open
opened 2026-01-31 21:29:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/78
Author: @alnyan
Created: 2/8/2019
Status: Closed

Base: masterHead: feature-bcm283x-arm-timer


📝 Commits (1)

  • c3c6959 hw/arm/bcm2835_peripheral: add bcm283x sp804-alike timer

📊 Changes

5 files changed (+339 additions, -0 deletions)

View changed files

📝 hw/arm/bcm2835_peripherals.c (+15 -0)
📝 hw/timer/Makefile.objs (+2 -0)
hw/timer/bcm283x_timer.c (+283 -0)
📝 include/hw/arm/bcm2835_peripherals.h (+2 -0)
include/hw/timer/bcm283x_timer.h (+37 -0)

📄 Description

Hello, I've implemented a simple SP804-like timer peripheral compatible with Broadcom's BCM238x (BCM2835/6/7) specification and is a single-timer version of the actual SP804, without support for one-shot mode.

It doesn't have support for free-running counter and other non-SP804 features, though.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/78 **Author:** [@alnyan](https://github.com/alnyan) **Created:** 2/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-bcm283x-arm-timer` --- ### 📝 Commits (1) - [`c3c6959`](https://github.com/qemu/qemu/commit/c3c69599cf9b4d459478bfcc5fe907976e50ebb5) hw/arm/bcm2835_peripheral: add bcm283x sp804-alike timer ### 📊 Changes **5 files changed** (+339 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hw/arm/bcm2835_peripherals.c` (+15 -0) 📝 `hw/timer/Makefile.objs` (+2 -0) ➕ `hw/timer/bcm283x_timer.c` (+283 -0) 📝 `include/hw/arm/bcm2835_peripherals.h` (+2 -0) ➕ `include/hw/timer/bcm283x_timer.h` (+37 -0) </details> ### 📄 Description Hello, I've implemented a simple SP804-like timer peripheral compatible with Broadcom's BCM238x (BCM2835/6/7) specification and is a single-timer version of the actual SP804, without support for one-shot mode. It doesn't have support for free-running counter and other non-SP804 features, though. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#135