210.c` in the `exynos4210_init_board_irqs`
function?
Sorry for taking a while to get back and still having quite a few
questions about this. Thank you for helping me out with writting
this patch.
Sourojeet Adhikari
On 2025-03-01 09:09, Peter Maydell wrote:
On Sat, 1 Mar 2025 at 01:47, Sour
On 2025-02-27 10:17, Peter Maydell wrote:
On Thu, 27 Feb 2025 at 09:15, Sourojeet Adhikari
wrote:
The systmr INTERRUPT_TIMER0..3 sysbus IRQ outputs are already
being wired up in the function bcm_soc_peripherals_common_realize()
in hw/arm/bcm2835_peripherals.c (to the TYPE_BCM2835_IC
interrupt
k. From what I can tell it falls
under the bcm2835_pheripherals.c file, right?
On 2025-02-24 08:22, Peter Maydell wrote:
On Sun, 16 Feb 2025 at 03:54, Sourojeet Adhikari
wrote:
Hello everyone,
This patch adds support for the system timer interrupts
in QEMU's BCM2838 model. It defines a new constan
, and some other
stuff to have issues (me and a few friends bumped into
this, and that's why this was written lol).
Signed-off-by: Sourojeet Adhikari
---
hw/arm/bcm2838.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/hw/arm/bcm2838.c b/hw/arm/bcm2838.c
index ddb7c5f..0a41