1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-28 18:51:53 +00:00

xics/icp: MFRR starts at 0xff not 0x00

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2020-06-17 22:07:33 +10:00
parent 0b82024b01
commit 8080168327

View File

@@ -53,7 +53,7 @@ architecture behaviour of xics is
constant reg_internal_init : reg_internal_t :=
(wb_ack => '0',
mfrr_pending => '0',
mfrr => x"00", -- mask everything on reset
mfrr => x"ff", -- no IPI on reset
irq => '0',
others => (others => '0'));