aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix pointer type mismatch of handlersMasahiro Yamada2018-04-271-1/+1
* Merge pull request #1356 from robertovargas-arm/misra-changesDimitris Papastamos2018-04-163-5/+5
|\
| * Fix MISRA rule 8.4 Part 4Roberto Vargas2018-04-132-3/+3
| * Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-131-2/+2
* | DMC500: Add platform support to set system interface countAmit Daniel Kachhap2018-04-091-4/+14
|/
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-295-10/+24
|\
| * drivers: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-265-10/+24
* | Merge pull request #1333 from jeenu-arm/icfg-fixDimitris Papastamos2018-03-292-11/+20
|\ \
| * | GIC: Fix setting interrupt configurationJeenu Viswambharan2018-03-262-11/+20
| |/
* | Merge pull request #1329 from antonio-nino-diaz-arm/an/rpi3-multi-consoleDimitris Papastamos2018-03-291-7/+36
|\ \
| * | drivers: ti: 16550: Implement console flushAntonio Nino Diaz2018-03-221-7/+36
| |/
* / Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-5/+4
|/
* [PATCH 1/2] qemu: Support MULTI_CONSOLE_APIMichalis Pappas2018-03-051-0/+1
* Emit warnings when using deprecated GIC initDan Handley2018-03-012-0/+55
* Improve MULTI_CONSOLE_API deprecation warningsDan Handley2018-03-011-1/+2
* Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-284-7/+9
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-286-8/+17
* Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-281-11/+12
* Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew2018-02-261-1/+51
* Merge pull request #1264 from fengbaopeng/integrationdavidcunado-arm2018-02-242-1/+35
|\
| * drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoCfengbaopeng2018-02-242-1/+35
* | Resolve TZC400 build issue when DEBUG=1 and ENABLE_ASSERTIONS=0Soby Mathew2018-02-211-2/+1
* | Remove URLs from commentsAntonio Nino Diaz2018-02-142-10/+9
|/
* Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm2018-02-011-0/+9
|\
| * GICv3: Fix Dist restore for when the GIC is resetDerek Basehore2018-01-231-0/+9
* | Merge pull request #1235 from jwerner-chromium/JW_udelaydavidcunado-arm2018-01-301-1/+3
|\ \
| * | delay_timer: Guarantee that delay time can never be undershotJulius Werner2018-01-251-1/+3
* | | Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm2018-01-248-244/+985
|\ \ \ | |_|/ |/| |
| * | coreboot: Add support for CBMEM consoleJulius Werner2018-01-191-0/+101
| * | drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-30/+115
| * | drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-33/+143
| * | drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-25/+122
| * | Add new function-pointer-based console APIJulius Werner2017-12-124-156/+504
| |/
* | Merge pull request #1227 from geesun/qx/emmc_macrosdavidcunado-arm2018-01-191-2/+4
|\ \
| * | emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8Qixiang Xu2018-01-171-2/+4
* | | Merge pull request #1200 from robertovargas-arm/bl2-el3davidcunado-arm2018-01-193-9/+0
|\ \ \
| * | | bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVPRoberto Vargas2018-01-183-9/+0
| |/ /
* / / emmc/dw_mmc: fix the assert on HLE bitHaojian Zhuang2018-01-111-1/+1
|/ /
* | Merge pull request #1194 from robertovargas-arm/io-fixdavidcunado-arm2017-12-191-140/+260
|\ \ | |/ |/|
| * io: block: fix block_read/write may read/write overlap bufferRoberto Vargas2017-12-131-140/+260
* | Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-1/+13
|\ \ | |/ |/|
| * ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere2017-11-081-1/+13
* | tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu2017-11-213-3/+26
* | GIC: Fix Group 0 enablingJeenu Viswambharan2017-11-134-6/+31
* | GICv2: Fix populating PE target dataJeenu Viswambharan2017-11-131-3/+20
|/
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-166-59/+356
* GIC: Add helpers to set interrupt configurationJeenu Viswambharan2017-10-163-0/+45
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-162-0/+46
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-164-0/+119
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-164-10/+85