aboutsummaryrefslogtreecommitdiffstats
path: root/plat/rockchip
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0435-148/+215
* drivers/console: Link console framework code by defaultJulius Werner2018-12-063-3/+0
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0839-118/+123
* rockchip: Use common crash console functionsAntonio Nino Diaz2018-10-253-0/+3
* Replace S-EL3 references by EL3John Tsichritzis2018-10-101-1/+1
* Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-031-0/+2
|\
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-0/+2
* | rockchip: Migrate to new interfacesAntonio Nino Diaz2018-09-2816-78/+58
|/
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-0/+1
* rockchip: Add plat_is_my_cpu_primary functionDaniel Boulby2018-08-151-3/+4
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-203-18/+20
* Remove .func and .endfunc assembler directivesRoberto Vargas2018-07-112-2/+0
* Merge pull request #1406 from robertovargas-arm/uuidDimitris Papastamos2018-06-221-3/+3
|\
| * Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-3/+3
* | rockchip: Move stdint header to the offending header filePaul Kocialkowski2018-06-132-1/+2
|/
* rockchip/rk3399: Add watchdog support in pmusramDerek Basehore2018-05-156-36/+70
* rockchip/rk3399: Split M0 binary into twoLin Huang2018-05-1514-74/+104
* rockchip/rk3399: improve pmu powermode configure when suspendLin Huang2018-05-151-1/+1
* Merge pull request #1255 from masahir0y/int-ll64danh-arm2018-05-014-31/+31
|\
| * types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-1/+1
| * Fix pointer type mismatch of handlersMasahiro Yamada2018-04-273-30/+30
* | rockchip/rk3399: Fix sram_udelayDerek Basehore2018-04-061-3/+3
|/
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-295-26/+13
|\
| * plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-265-26/+13
* | Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointersDimitris Papastamos2018-03-291-10/+3
|\ \ | |/ |/|
| * Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-10/+3
* | Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdogDimitris Papastamos2018-03-261-3/+7
|\ \ | |/ |/|
| * rockchip/rk3399: save/restore watchdog register correctlyLin Huang2018-03-201-3/+7
* | Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-2/+2
|/
* Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-273-3/+3
* Ensure the correct execution of TLBI instructionsAntonio Nino Diaz2018-02-211-1/+3
* Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptionsdavidcunado-arm2018-02-011-1/+1
|\
| * rockchip/rk3399: Fix memory corruptions or illegal memory accessCaesar Wang2018-01-301-1/+1
* | Merge pull request #1240 from dp-arm/dp/smcccdavidcunado-arm2018-02-012-0/+4
|\ \
| * | Disable workaround for CVE-2017-5715 on unaffected platformsDimitris Papastamos2018-01-292-0/+4
| |/
* | Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm2018-02-014-8/+24
|\ \ | |/ |/|
| * rockchip: Disable rdist before pwr_dm_suspend is calledDerek Basehore2018-01-251-3/+3
| * rockchip/rk3399: Save and restore GICDerek Basehore2018-01-232-0/+10
| * rockchip/rk3399: Add udelay to wait loopsDerek Basehore2018-01-231-2/+8
| * rockchip/rk3399: Fix QOS save/restoreDerek Basehore2018-01-231-2/+2
| * rockchip/rk3399: Change PD_CTR_LOOP to 10000Derek Basehore2018-01-231-1/+1
* | rockchip: Move to MULTI_CONSOLE_APIJulius Werner2018-01-196-40/+19
* | rockchip: Use coreboot-supplied serial console on coreboot systemsJulius Werner2018-01-196-3/+29
* | rockchip: Implement a panic handler that will reboot the systemJulius Werner2017-12-121-0/+14
|/
* Merge pull request #1178 from davidcunado-arm/dc/enable_svedavidcunado-arm2017-12-113-2/+11
|\
| * Do not enable SVE on pre-v8.2 platformsDavid Cunado2017-11-303-2/+11
* | Merge pull request #1179 from paulkocialkowski/integrationdavidcunado-arm2017-12-091-0/+1
|\ \
| * | rockchip: Include stdint header in plat_sip_calls.cPaul Kocialkowski2017-12-031-0/+1
| |/
* / Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-9/+11
|/
* Merge pull request #1155 from masahir0y/uniphierdavidcunado-arm2017-11-071-1/+1
|\