Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
453fe32276bbc2850576705d2c8d7b3e1ff3c743
/
include
/
drivers
/
arm
/
gicv3.h
ff578b8
fix(gicv3): fix GITS_CTLR.Quiescent bit definition
by magicse7en
· Sun Jun 30 13:53:51 2024 +0800
e4f708d
fix(gicv3): incorrect impdef power down sequence
by Madhukar Pappireddy
· Mon Aug 05 16:50:35 2024 -0500
579a23c
fix(gic600): workaround for Part 1 of GIC600 erratum 2384374
by Arvind Ram Prakash
· Mon Feb 05 16:19:37 2024 -0600
b5859d0
fix(gicv3): map generic interrupt type to GICv3 group
by Madhukar Pappireddy
· Thu Aug 03 14:17:54 2023 -0500
0ae8ff6
Merge changes from topic "provencore-spd" into integration
by Joanna Farley
· Fri Sep 16 10:52:37 2022 +0200
0c2a2ca
fix(gicv3): update the affinity mask to 8 bit
by Pranav Madhu
· Mon Aug 01 13:57:52 2022 +0530
d4e2503
feat(gic): add APIs to raise NS and S-EL1 SGIs
by Florian Lugou
· Wed Sep 08 12:40:24 2021 +0200
173c296
fix(gic600): implement workaround to forward highest priority interrupt
by Manish V Badarkhe
· Mon May 09 21:55:19 2022 +0100
12dffc1
feat(arm_fpga): determine GICR base by probing
by Andre Przywara
· Wed May 19 09:40:01 2021 +0100
b8da1c6
feat(gicv3): introduce GIC component identification
by Andre Przywara
· Tue Aug 24 10:03:57 2021 +0100
f70f4b9
feat(gicv3): detect GICv4 feature at runtime
by Andre Przywara
· Tue May 18 15:51:06 2021 +0100
95581b4
drivers: arm: gicv3: Allow detecting number of cores
by Andre Przywara
· Mon Sep 07 14:53:58 2020 +0100
06d29cf
GIC-600: Fix MISRA-2012 defects
by Alexei Fedorov
· Wed Jul 29 15:16:36 2020 +0100
4c2ebee
TF-A GIC driver: Add barrier before eoi
by Sandeep Tripathy
· Fri Jun 05 22:04:21 2020 +0530
e1cc130
GICv3: GIC-600: Detect GIC-600 at runtime
by Andre Przywara
· Wed Mar 25 15:50:38 2020 +0000
1970593
TF-A: Add GICv4 extension for GIC driver
by Alexei Fedorov
· Mon Apr 06 19:00:35 2020 +0100
a6e6ae0
TF-A GICv3 driver: Add extended PPI and SPI range
by Alexei Fedorov
· Mon Apr 06 16:27:54 2020 +0100
2f13d6c
TF-A GICv3 driver: Separate GICD and GICR accessor functions
by Alexei Fedorov
· Fri Feb 21 10:17:26 2020 +0000
5fd1f9d
GICv3: Enable multi socket GIC redistributor frame discovery
by Madhukar Pappireddy
· Wed May 15 18:25:41 2019 -0500
53456fc
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
by Julius Werner
· Tue Jul 09 13:49:11 2019 -0700
75ad53f
ti: k3: common: Add support for runtime detection of GICR base address
by Andrew F. Davis
· Tue Jan 22 12:39:31 2019 -0600
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· Fri Dec 14 00:18:21 2018 +0000
5eb8837
Standardise header guards across codebase
by Antonio Nino Diaz
· Thu Nov 08 10:20:19 2018 +0000
29b9f5b
gic: Remove deprecated driver and interfaces
by Antonio Nino Diaz
· Mon Sep 24 17:23:24 2018 +0100
ca994e7
gic: Fix types
by Antonio Nino Diaz
· Tue Aug 21 10:02:33 2018 +0100
2e59071
gic: Fix definitions
by Antonio Nino Diaz
· Fri Aug 24 11:46:33 2018 +0100
dd4e59e
gic v3: Turn macros into static inline functions
by Antonio Nino Diaz
· Mon Aug 13 15:29:29 2018 +0100
4b32e62
libc: Fix all includes in codebase
by Antonio Nino Diaz
· Thu Aug 16 16:52:57 2018 +0100
4d408b5
Emit warnings when using deprecated GIC init
by Dan Handley
· Thu Mar 01 16:00:15 2018 +0000
1a6eed3
Fix MISRA rule 8.3 Part 1
by Roberto Vargas
· Mon Feb 12 12:36:17 2018 +0000
055af4b
GIC: Introduce API to get interrupt ID
by Jeenu Viswambharan
· Tue Oct 24 15:13:59 2017 +0100
aeb267c
GIC: Allow specifying interrupt properties
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
6250507
GIC: Add API to set priority mask
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
eb1c12c
GIC: Add API to set/clear interrupt pending
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
dce70b3
GIC: Add API to set interrupt routing
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
ab14e9b
GIC: Add API to raise secure SGI
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
c06f05c
GIC: Add APIs to set interrupt type and query support
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
447b89d
GIC: Add API to set interrupt priority
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
0fcdfff
GIC: Add APIs to enable and disable interrupt
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
24e7029
GIC: Add API to get interrupt active status
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
b1e957e
GIC: Add API to get running priority
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
f6f1a32
GICv3: ITS architectural save and restore helpers
by Soby Mathew
· Tue Jul 18 16:12:45 2017 +0100
327548c
GICv3: add functions for save and restore
by Soby Mathew
· Thu Jul 13 15:19:51 2017 +0100
fa3cf0b
Use SPDX license identifiers
by dp-arm
· Wed May 03 09:38:09 2017 +0100
76647d5
GICv3: Introduce power management APIs for Redistributor
by Jeenu Viswambharan
· Fri Dec 09 11:03:15 2016 +0000
aaf71c8
GICv3: Fix the GICD_IROUTER offset
by Soby Mathew
· Tue Jul 26 17:46:56 2016 +0100
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· Thu Jun 16 14:52:04 2016 +0100
5c5c36b
Rename GICv3 interrupt group macros
by Soby Mathew
· Thu Dec 03 14:12:54 2015 +0000
92712a5
Add ARM GICv3 driver without support for legacy operation
by Achin Gupta
· Thu Sep 03 14:18:02 2015 +0100