hw: support for ARM64 Raspberry Pi 3

Restriction: enables only cpu core 0 and the timer interrupt by now.

Fix #3405
This commit is contained in:
Stefan Kalkowski
2019-05-21 16:27:37 +02:00
committed by Christian Helmuth
parent 87015df66c
commit 90d07741aa
26 changed files with 1465 additions and 1 deletions

View File

@ -42,6 +42,11 @@ namespace Rpi {
PL011_0_MMIO_SIZE = 0x1000,
PL011_0_CLOCK = 3000000,
PL011_1_IRQ = 61,
PL011_1_MMIO_BASE = 0x20215000,
PL011_1_MMIO_SIZE = 0x1000,
PL011_1_CLOCK = 3000000,
IRQ_CONTROLLER_BASE = 0x2000b200,
IRQ_CONTROLLER_SIZE = 0x100,