Change the default IRQs.
authorTim 'mithro' Ansell <mithro@mithis.com>
Sun, 29 Oct 2017 15:13:11 +0000 (08:13 -0700)
committerTim 'mithro' Ansell <mithro@mithis.com>
Mon, 30 Oct 2017 02:45:52 +0000 (19:45 -0700)
commit73e0036b9926d69cdff974e8adef707af42f1611
treeb471cccf9506f33b8f47e7ea4cd902c87adacedf
parente07bd71b16932a504b7435a96901a3b0eb5a99cd
Change the default IRQs.

 * Reserve IRQ 0 to be used as a "non-maskable interrupt" (NMI) in the
   future.

 * Use IRQ 2 for the LiteX. This matches the standard mor1k config which
   connects the UART to IRQ 2.

This change is needed for Linux running on LiteX as it gets grumpy with
using IRQ 0 for anything other other than an NMI.
litex/soc/integration/soc_core.py