ARM, GICv3: Fix GICD_CTLR_ARE_NS
See issue #1489. Signed-off-by: Indan Zupancic <indan@nul.nu>
This commit is contained in:
parent
6dbe58ef0c
commit
bcf5ab7924
1 changed files with 3 additions and 2 deletions
|
|
@ -32,9 +32,10 @@
|
|||
|
||||
/* Register bits */
|
||||
#define GICD_CTLR_RWP BIT(31)
|
||||
#define GICD_CTLR_ARE_NS BIT(4)
|
||||
#define GICD_CTLR_ENABLE_G1NS BIT(1)
|
||||
#define GICD_CTLR_ARE_NS BIT(5)
|
||||
#define GICD_CTLR_ENABLE_G1NS BIT(1)
|
||||
#define GICD_CTLR_ENABLE_G0 BIT(0)
|
||||
|
||||
#define GICD_IROUTER_SPI_MODE_ANY BIT(31)
|
||||
|
||||
#define GICD_TYPE_LINESNR 0x01f
|
||||
|
|
|
|||
Loading…
Reference in a new issue