index
:
atf-marvell.git
atf-v1.3-17.04
atf-v1.3-armada-17.06
atf-v1.3-armada-17.08
atf-v1.3-armada-17.10
atf-v1.4-armada-18.06
atf-v1.5-armada-18.09
atf-v1.5-armada-18.12
atf-v1.5-armada-18.12-rmk
Unnamed repository; edit this file 'description' to name the repository.
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
arm
/
gic
Age
Commit message (
Expand
)
Author
2016-09-12
GICv3: Allow either G1S or G0 interrupts to be configured
Yatharth Kochar
2016-08-18
Merge pull request #678 from soby-mathew/sm/PSCI_AArch32
danh-arm
2016-08-11
gicv3: disable Group1 NonSecure interrupts during core powerdown
Sudeep Holla
2016-08-10
AArch32: Enable GIC and TZC support
Soby Mathew
2016-07-27
GICv3: Fix the GICD_IROUTER offset
Soby Mathew
2016-07-18
Rework type usage in Trusted Firmware
Soby Mathew
2016-07-07
GIC: Ensure SGIs and PPIs are Group0 before setup
Soby Mathew
2016-02-18
Add support for %p in tf_printf()
Antonio Nino Diaz
2016-02-09
Move private APIs in gic_common.h to a private header
Soby Mathew
2016-02-09
Fix GIC_IPRIORITYR setting in new drivers
Soby Mathew
2016-02-09
Fix race in GIC IPRIORITY and ITARGET accessors
Soby Mathew
2015-12-04
Rename GICv3 interrupt group macros
Soby Mathew
2015-11-26
Add ARM GICv2 driver
Soby Mathew
2015-11-26
Add ARM GICv3 driver without support for legacy operation
Achin Gupta
2015-09-01
Remove EL2/EL1 GICv3 register updates
Vikram Kanigiri
2015-07-09
Use uintptr_t as base address type in ARM driver APIs
Juan Castillo
2015-05-19
Fix reporting of interrupt ID in ARM GIC driver
Achin Gupta
2015-03-20
Set group status of PPIs and SGIs correctly on GICv3 systems
Achin Gupta
2014-10-31
Improvements to ARM GIC driver
Juan Castillo
2014-07-28
Rework incorrect use of assert() and panic() in codebase
Juan Castillo
2014-07-09
Refactor fvp gic code to be a generic driver
Dan Handley
2014-06-10
Make system register functions inline assembly
Andrew Thoelke
2014-05-22
Introduce interrupt registration framework in BL3-1
Achin Gupta
2014-05-13
Fix C accessors to GIC distributor registers with set/clear semantics
Juan Castillo
2014-05-07
Correct usage of data and instruction barriers
Andrew Thoelke
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Refactor GIC header files
Dan Handley
2014-05-06
Move include and source files to logical locations
Dan Handley