Implement driver for the GIC-400.

This commit is contained in:
Michael Scire
2018-02-24 05:33:16 -08:00
parent c94fe287cb
commit 422cd14aac
3 changed files with 148 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ static const struct {
};
#define MMIO_DEVID_GICD 0
#define MMIO_DEVID_ICC 1
#define MMIO_DEVID_GICC 1
#define MMIO_DEVID_UART_A 2
#define MMIO_DEVID_CLKRST 3
#define MMIO_DEVID_RTC_PMC 4