Searched hist:"61 e30277199e5457483bef791cb5bc026c402a1f" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/gic/v3/ |
| H A D | gicv3_private.h | 61e30277199e5457483bef791cb5bc026c402a1f Tue Jul 26 16:46:56 UTC 2016 Soby Mathew <soby.mathew@arm.com> GICv3: Fix the GICD_IROUTER offset
This patch fixes the offset of GICD_IROUTER register defined in gicv3.h. Although the GICv3 documention mentions that the offset for this register is 0x6100-0x7FD8, the offset calculation for an interrupt id `n` is :
0x6000 + 8n, where n >= 32
This requires the offset for GICD_IROUTER to be defined as 0x6000.
Fixes ARM-software/tf-issues#410
Change-Id: If9e91e30d946afe7f1f60fea4f065c7567093fa8
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | gicv3.h | 61e30277199e5457483bef791cb5bc026c402a1f Tue Jul 26 16:46:56 UTC 2016 Soby Mathew <soby.mathew@arm.com> GICv3: Fix the GICD_IROUTER offset
This patch fixes the offset of GICD_IROUTER register defined in gicv3.h. Although the GICv3 documention mentions that the offset for this register is 0x6100-0x7FD8, the offset calculation for an interrupt id `n` is :
0x6000 + 8n, where n >= 32
This requires the offset for GICD_IROUTER to be defined as 0x6000.
Fixes ARM-software/tf-issues#410
Change-Id: If9e91e30d946afe7f1f60fea4f065c7567093fa8
|