mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 01:11:46 +00:00
parent
5f7ffe619b
commit
ac92283db0
@ -40,6 +40,10 @@ namespace Genode
|
|||||||
EPIT_1_MMIO_BASE = 0x53f94000,
|
EPIT_1_MMIO_BASE = 0x53f94000,
|
||||||
EPIT_1_MMIO_SIZE = 0x00004000,
|
EPIT_1_MMIO_SIZE = 0x00004000,
|
||||||
|
|
||||||
|
EPIT_2_IRQ = 27,
|
||||||
|
EPIT_2_MMIO_BASE = 0x53f98000,
|
||||||
|
EPIT_2_MMIO_SIZE = 0x00004000,
|
||||||
|
|
||||||
AVIC_MMIO_BASE = 0x68000000,
|
AVIC_MMIO_BASE = 0x68000000,
|
||||||
AVIC_MMIO_SIZE = 0x04000000,
|
AVIC_MMIO_SIZE = 0x04000000,
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# denote wich specs are also fullfilled by this spec
|
# denote wich specs are also fullfilled by this spec
|
||||||
SPECS += arm_v6
|
SPECS += arm_v6 epit
|
||||||
|
|
||||||
# add repository relative include paths
|
# add repository relative include paths
|
||||||
REP_INC_DIR += include/platform/imx31
|
REP_INC_DIR += include/platform/imx31
|
||||||
|
Loading…
x
Reference in New Issue
Block a user