aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/arm
Commit message (Expand)AuthorAgeFilesLines
* libc: Consolidate unified definitionsBence Szépkúti2019-12-061-3/+3
* GIC-600: Fix include ordering according to the coding styleMax Shvetsov2019-11-191-3/+3
* GIC-600: Fix power up sequenceAlexei Fedorov2019-11-151-26/+39
* Merge changes from topic "gic600_multichip" into integrationPaul Beesley2019-11-122-0/+337
|\
| * gic/gic600: add support for multichip configurationVijayenthiran Subramaniam2019-11-112-0/+337
* | SMMUv3:Changed retry loop to delay timer(GENFW-3329)Deepika Bhavnani2019-11-011-4/+8
|/
* Correct UART PL011 initialization calculationAvinash Mehta2019-10-081-1/+1
* Merge "GICv3 driver: Fix support for full SPI range" into integrationSoby Mathew2019-09-271-20/+24
|\
| * GICv3 driver: Fix support for full SPI rangeAlexei Fedorov2019-09-131-20/+24
* | GICv3: Enable multi socket GIC redistributor frame discoveryMadhukar Pappireddy2019-09-251-34/+113
|/
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-013-11/+11
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-282-22/+0
* Console: removed legacy console APIAmbroise Vincent2019-06-262-18/+2
* Prevent pending G1S interrupt become G0 interruptJames kung2019-06-051-4/+5
* drivers: scmi: scmi_sq: Modify wrong payload lengthMasahisa Kojima2019-05-231-1/+3
* SMMUv3: Abort DMA transactionsAlexei Fedorov2019-05-101-13/+50
* SMMUv3: refactor the driver codeAlexei Fedorov2019-05-031-33/+28
* drivers/sbsa: add sbsa watchdog driverAditya Angadi2019-04-171-0/+42
* tzc: remove deprecated typesAmbroise Vincent2019-04-031-2/+2
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-032-2/+0
* Remove several warnings reported with W=2Ambroise Vincent2019-04-016-17/+28
* plat/synquacer: enable SCMI supportMasahisa Kojima2019-03-133-0/+90
* Minor changes to documentation and commentsAntonio Nino Diaz2019-02-282-4/+4
* Division functionality for cores that dont have divide hardware.Usama Arif2019-02-191-0/+7
* GICv3: Allow probe for fewer GICR interfaces than exposed by the frameSoby Mathew2019-02-041-2/+4
* fvp: pwrc: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+78
* plat/arm: sds: Move to drivers/ folderAntonio Nino Diaz2019-01-255-2/+486
* plat/arm: scp: Move to drivers/ folderAntonio Nino Diaz2019-01-254-0/+877
* plat/arm: scpi: Move to drivers/ folderAntonio Nino Diaz2019-01-251-0/+262
* plat/arm: mhu: Move to drivers/ folderAntonio Nino Diaz2019-01-252-0/+138
* plat/arm: scmi: Move to drivers/ folderAntonio Nino Diaz2019-01-255-0/+604
* Correct typographical errorsPaul Beesley2019-01-151-6/+6
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0423-74/+102
* Merge pull request #1715 from pangupta/masterSoby Mathew2018-12-121-1/+8
|\
| * ccn: for RN-I, used node id instead of node postionPankaj Gupta2018-12-121-1/+8
* | Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew2018-12-102-0/+4
|\ \
| * | drivers/console: Link console framework code by defaultJulius Werner2018-12-062-0/+4
* | | tzc380: Fix some assertsAntonio Nino Diaz2018-12-051-3/+3
* | | drivers: add tzc380 supportPeng Fan2018-12-041-0/+103
* | | Merge pull request #1679 from pangupta/masterAntonio Niño Díaz2018-11-291-0/+121
|\ \ \ | |/ / |/| / | |/
| * ccn: Introduce API to set and read value of node registerPankaj Gupta2018-11-231-0/+121
* | drivers/tzc-dmc620: add driver to setup DMC-620 TZC controllerVijayenthiran Subramaniam2018-11-211-0/+175
|/
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-084-12/+12
* Remove _tzc_get_max_top_addr() functionSandrine Bailleux2018-11-063-38/+3
* Merge pull request #1640 from soby-mathew/sm/fin_con_regAntonio Niño Díaz2018-10-252-2/+4
|\
| * Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-192-2/+4
* | tzc: Fix MISRA defectsAntonio Nino Diaz2018-10-233-70/+72
|/
* pl011: cnds: cbmem: 16550: Fix commentsAntonio Nino Diaz2018-10-122-4/+6
* Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos2018-10-041-13/+125
|\