52a53
> #include "dev/arm/gic.hh"
91c92
< panic("Need implementation\n");
---
> gic->sendInt(line);
97c98
< panic("Need implementation\n");
---
> gic->clearInt(line);
103,104c104
< panic("Need implementation\n");
< M5_DUMMY_RETURN
---
> return pciAddr;
111c111,113
< return ULL(-1);
---
> if (bus != 0)
> return ULL(-1);
> return params()->pci_cfg_base | ((func & 7) << 16) | ((dev & 0x1f) << 19);
123,124c125
< panic("Need implementation\n");
< M5_DUMMY_RETURN
---
> return addr;