Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
6d37ed6444463d9c87d3ee4e627eff6e5ab69835
/
drivers
/
arm
/
gic
a037d97
fix(gic): wrap cache enabled assert under plat_can_cmo
by Channagoud kadabi
· Tue Nov 29 16:03:47 2022 -0800
b47475a
fix(gicv3/multichip): fix overflow caused by left shift
by Vijayenthiran Subramaniam
· Thu Sep 29 15:33:50 2022 +0530
785e66c
refactor(libc): clean up dependencies in libc
by Claus Pedersen
· Mon Sep 12 22:42:58 2022 +0000
0ae8ff6
Merge changes from topic "provencore-spd" into integration
by Joanna Farley
· Fri Sep 16 10:52:37 2022 +0200
d4e2503
feat(gic): add APIs to raise NS and S-EL1 SGIs
by Florian Lugou
· Wed Sep 08 12:40:24 2021 +0200
7ef3c7e
feat(gicv3): validate multichip data for GIC-700
by Varun Wadekar
· Fri May 06 13:18:49 2022 +0100
173c296
fix(gic600): implement workaround to forward highest priority interrupt
by Manish V Badarkhe
· Mon May 09 21:55:19 2022 +0100
f333bee
feat(gic600ae_fmu): enable all GICD, PPI, ITS SMs
by Varun Wadekar
· Wed Jan 26 00:33:02 2022 -0800
f6e7c95
feat(gic600ae_fmu): disable SMID for unavailable blocks
by Varun Wadekar
· Tue Jan 25 03:39:28 2022 -0800
de19844
feat(gic600ae_fmu): introduce support for RAS error handling
by Varun Wadekar
· Mon Jan 24 05:45:15 2022 -0800
ddb0b94
fix(gicv3): fix iroute value wrong issue
by Ming Huang
· Wed Oct 27 11:41:04 2021 +0800
31cf318
fix(drivers/gic600ae_fmu): fix timeout calculation
by anzhou
· Thu Nov 18 19:18:13 2021 +0800
b8da1c6
feat(gicv3): introduce GIC component identification
by Andre Przywara
· Tue Aug 24 10:03:57 2021 +0100
34a305e
fix: remove "experimental" tag for stable features
by Manish Pandey
· Thu Oct 21 21:53:49 2021 +0100
46dff79
Merge changes from topic "gic-700-auto" into integration
by André Przywara
· Fri Sep 10 17:17:46 2021 +0200
eea6dc1
feat(gic600ae): introduce support for Fault Management Unit
by Varun Wadekar
· Tue May 04 16:14:09 2021 -0700
f70f4b9
feat(gicv3): detect GICv4 feature at runtime
by Andre Przywara
· Tue May 18 15:51:06 2021 +0100
9e1dc68
feat(gicv3): multichip: detect GIC-700 at runtime
by Andre Przywara
· Tue May 18 15:46:58 2021 +0100
daf89a7
refactor(gic): move GIC IIDR numbers
by Andre Przywara
· Tue Aug 24 10:02:52 2021 +0100
b6c24ce
refactor(gicv3): rename GIC Clayton to GIC-700
by Andre Przywara
· Tue Jul 20 19:20:07 2021 +0100
94e1976
fix(gicv3): add dsb in both disable and enable function of gicv3_cpuif
by Ming Huang
· Fri Jun 04 16:23:22 2021 +0800
79bc7a7
refactor(gicv3): use helper functions to get SPI/ESPI INTID limit
by Heyi Guo
· Wed Jan 20 19:05:51 2021 +0800
60ce825
refactor(gicv3): add helper function to get the limit of ESPI INTID
by Heyi Guo
· Wed Jan 20 18:50:16 2021 +0800
06f85b4
refactor(gicv3): add helper function to get the limit of SPI INTID
by Heyi Guo
· Wed Jan 20 18:50:16 2021 +0800
691b49d
drivers/gicv3: also shift eSPI register offset in GICD_OFFSET_64()
by Heyi Guo
· Tue May 19 16:45:17 2020 +0800
ce38025
drivers/gicv3: add debug log for maximum INTID of SPI and eSPI
by Heyi Guo
· Thu Jan 21 10:34:00 2021 +0800
0d5d24d
drivers/gicv3: limit SPI ID to avoid misjudgement in GICD_OFFSET()
by Heyi Guo
· Tue May 19 15:41:14 2020 +0800
c5bd63c
drivers/gicv3: fix logical issue for num_eints
by Heyi Guo
· Tue May 19 14:01:49 2020 +0800
efa2107
drivers/gicv3: fix potential GICD context override with ESPI enabled
by Heyi Guo
· Thu Jan 14 22:16:18 2021 +0800
3a579ae
drivers/gicv3: use mpidr to probe GICR for current CPU
by Heyi Guo
· Tue May 19 11:50:40 2020 +0800
6f051e2
Fix casting bug in gicv2_main.c
by johpow01
· Mon Sep 28 16:56:48 2020 -0500
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
2d0d84e
Merge "gicv3: Do power management on Arm GIC-Clayton as well" into integration
by Manish Pandey
· Tue Jul 21 21:34:52 2020 +0000
19b2d4e
gicv3: Do power management on Arm GIC-Clayton as well
by Andre Przywara
· Fri Jun 26 10:30:33 2020 +0100
caa1802
TF-A GICv2 driver: Introduce makefile
by Alexei Fedorov
· Tue Jul 14 10:47:25 2020 +0100
7559406
drivers: arm: gicv3: auto-detect presence of GIC600-AE
by Varun Wadekar
· Sun Jul 05 13:12:28 2020 -0700
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
b636405
Merge "TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors" into integration
by joanna.farley
· Tue Apr 07 22:48:39 2020 +0000
c7510c5
TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors
by Alexei Fedorov
· Tue Apr 07 18:16:18 2020 +0100
d74d50a
gic multichip: add support for clayton
by Vijayenthiran Subramaniam
· Mon Apr 06 13:54:50 2020 +0530
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
84f1b5d
TF-A GICv3 driver: Introduce makefile
by Alexei Fedorov
· Mon Mar 23 18:45:17 2020 +0000
2f13d6c
TF-A GICv3 driver: Separate GICD and GICR accessor functions
by Alexei Fedorov
· Fri Feb 21 10:17:26 2020 +0000
87675d4
Coverity: remove unnecessary header file includes
by Zelalem
· Mon Feb 03 14:56:42 2020 -0600
1c819c3
Use correct type when reading SCR register
by Louis Mayencourt
· Fri Jan 24 13:30:28 2020 +0000
0ac3941
GIC-600: Fix include ordering according to the coding style
by Max Shvetsov
· Tue Nov 19 11:01:26 2019 +0000
88fba67
GIC-600: Fix power up sequence
by Alexei Fedorov
· Wed Jul 31 13:24:22 2019 +0100
ad3fc76
gic/gic600: add support for multichip configuration
by Vijayenthiran Subramaniam
· Mon Sep 16 17:05:08 2019 +0530
50a934e
Merge "GICv3 driver: Fix support for full SPI range" into integration
by Soby Mathew
· Fri Sep 27 09:49:05 2019 +0000
5fd1f9d
GICv3: Enable multi socket GIC redistributor frame discovery
by Madhukar Pappireddy
· Wed May 15 18:25:41 2019 -0500
68f2688
GICv3 driver: Fix support for full SPI range
by Alexei Fedorov
· Fri Sep 13 15:47:13 2019 +0100
8e0ef0f
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· Tue Jul 09 14:02:43 2019 -0700
05403eb
Prevent pending G1S interrupt become G0 interrupt
by James kung
· Fri May 31 15:40:05 2019 +0800
56b68ad
Minor changes to documentation and comments
by Antonio Nino Diaz
· Thu Feb 28 13:35:21 2019 +0000
d1463bd
GICv3: Allow probe for fewer GICR interfaces than exposed by the frame
by Soby Mathew
· Thu Jan 17 14:57:54 2019 +0000
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
844b487
Mark GICV3, CCI and CCN boot time code as init
by Daniel Boulby
· Tue Sep 18 13:36:39 2018 +0100
29b9f5b
gic: Remove deprecated driver and interfaces
by Antonio Nino Diaz
· Mon Sep 24 17:23:24 2018 +0100
f5a25ad
Merge pull request #1540 from MISL-EBU-System-SW/marvell-updates-18.09
by Soby Mathew
· Tue Sep 04 03:35:54 2018 +0100
dd568dd
gicv2: enable configuring IRQ trigger type
by Marcin Wojtas
· Wed Mar 21 09:55:47 2018 +0100
25a17a2
GIC: Fix build error
by Andrew F. Davis
· Thu Aug 30 14:30:54 2018 -0500
bab39e8
gic v3: Fix width of types of helper functions
by Antonio Nino Diaz
· Tue Aug 21 10:03:07 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
4d23a64
GIC: Do not flush cache when unneeded
by Andrew F. Davis
· Thu Jul 26 13:50:14 2018 -0500
fef5d2d
Fix MISRA Rule 5.3 Part 2
by Daniel Boulby
· Fri May 04 14:04:07 2018 +0100
4e83abb
Fix MISRA Rule 5.1
by Daniel Boulby
· Tue May 01 15:15:34 2018 +0100
692d7ca
Merge pull request #1340 from Andre-ARM/sec-irqs-fixes
by Dimitris Papastamos
· Thu May 17 14:35:34 2018 +0100
5ac9d96
Fix pointer type mismatch of handlers
by Masahiro Yamada
· Thu Apr 19 01:18:48 2018 +0900
e8e94e8
gicv3: Fix support for systems without secure interrupts
by Andre Przywara
· Thu Nov 09 12:08:00 2017 -0600
694f81f
gicv2: Fix support for systems without secure interrupts
by Samuel Holland
· Thu Nov 09 12:07:53 2017 -0600
2257d6d
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
by Dimitris Papastamos
· Thu Mar 29 13:20:05 2018 +0100
39b4221
drivers: fix switch statements to comply with MISRA rules
by Jonathan Wright
· Tue Mar 13 15:24:29 2018 +0000
b6982c0
GIC: Fix setting interrupt configuration
by Jeenu Viswambharan
· Thu Mar 22 08:57:52 2018 +0000
4d408b5
Emit warnings when using deprecated GIC init
by Dan Handley
· Thu Mar 01 16:00:15 2018 +0000
2ca18d9
Fix MISRA rule 8.4 Part 1
by Roberto Vargas
· Mon Feb 12 12:36:17 2018 +0000
0571270
Fix MISRA rule 8.4 in common code
by Roberto Vargas
· Mon Feb 12 12:36:17 2018 +0000
45bcb6e
GICv3: Fix Dist restore for when the GIC is reset
by Derek Basehore
· Tue Jan 23 15:49:17 2018 -0800
42ef554
Merge pull request #1145 from etienne-lms/rfc-armv7-2
by davidcunado-arm
· Thu Nov 23 23:41:24 2017 +0000
88d8f45
GIC: Fix Group 0 enabling
by Jeenu Viswambharan
· Tue Nov 07 08:38:23 2017 +0000
fbf5bda
GICv2: Fix populating PE target data
by Jeenu Viswambharan
· Tue Nov 07 16:10:19 2017 +0000
0a8c353
ARMv7: GICv2 driver can manage GICv1 with security extension
by Etienne Carriere
· Sun Nov 05 22:57:38 2017 +0100
aeb267c
GIC: Allow specifying interrupt properties
by Jeenu Viswambharan
· Fri Sep 22 08:32:09 2017 +0100
4684bce
GIC: Add helpers to set interrupt configuration
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
393fdd9
GICv2: Add driver API to set PE target mask
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
b333d89
Fix assertion in GIC ITS helper
by Soby Mathew
· Fri Oct 06 17:59:03 2017 +0100
Next »