aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip
AgeCommit message (Expand)Author
2019-05-02rockchip: Disable binary generation for all SoCs.Christoph Müllner
2019-05-01rockchip: Allow console device to be set by DTB.Christoph Müllner
2019-05-01rockchip: Add params_setup to RK3328.Christoph Müllner
2019-05-01rockchip: Streamline and complete UARTn_BASE macros.Christoph Müllner
2019-04-26rockchip: only include libfdt in non-coreboot casesHeiko Stuebner
2019-04-26Merge "rk3399: m0: Fix compiler warnings." into integrationSoby Mathew
2019-04-25rockchip: add support for rk3288Heiko Stuebner
2019-04-25rockchip: add common aarch32 supportHeiko Stuebner
2019-04-25rockchip: rk3328: drop double declaration of entry_point storageHeiko Stuebner
2019-04-25rockchip: Allow socs with undefined wfe check bitsHeiko Stuebner
2019-04-25rockchip: move pmusram assembler code to a aarch64 subdirHeiko Stuebner
2019-04-24rk3399: m0: Fix compiler warnings.Christoph Müllner
2019-03-14rockchip: add an fdt parsing stub for platform paramHeiko Stuebner
2019-02-01Remove unneeded include paths in PLAT_INCLUDESAntonio Nino Diaz
2019-01-28rockchip: Fix GICv2 interruptsAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-06drivers/console: Link console framework code by defaultJulius Werner
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-25rockchip: Use common crash console functionsAntonio Nino Diaz
2018-10-10Replace S-EL3 references by EL3John Tsichritzis
2018-10-03Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew
2018-09-28rockchip: Migrate to new interfacesAntonio Nino Diaz
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-15rockchip: Add plat_is_my_cpu_primary functionDaniel Boulby
2018-07-20PSCI: Fix types of definitionsAntonio Nino Diaz
2018-07-11Remove .func and .endfunc assembler directivesRoberto Vargas
2018-06-22Merge pull request #1406 from robertovargas-arm/uuidDimitris Papastamos
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-06-13rockchip: Move stdint header to the offending header filePaul Kocialkowski
2018-05-15rockchip/rk3399: Add watchdog support in pmusramDerek Basehore
2018-05-15rockchip/rk3399: Split M0 binary into twoLin Huang
2018-05-15rockchip/rk3399: improve pmu powermode configure when suspendLin Huang
2018-05-01Merge pull request #1255 from masahir0y/int-ll64danh-arm
2018-04-27types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada
2018-04-27Fix pointer type mismatch of handlersMasahiro Yamada
2018-04-06rockchip/rk3399: Fix sram_udelayDerek Basehore
2018-03-29Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos
2018-03-29Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointersDimitris Papastamos
2018-03-27Clean usage of void pointers to access symbolsJoel Hutton
2018-03-26plat: fix switch statements to comply with MISRA rulesJonathan Wright
2018-03-26Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdogDimitris Papastamos
2018-03-21Rename 'smcc' to 'smccc'Antonio Nino Diaz
2018-03-20rockchip/rk3399: save/restore watchdog register correctlyLin Huang
2018-02-27Update ULL() macro and instances of ull to comply with MISRADavid Cunado
2018-02-21Ensure the correct execution of TLBI instructionsAntonio Nino Diaz
2018-02-01Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptionsdavidcunado-arm
2018-02-01Merge pull request #1240 from dp-arm/dp/smcccdavidcunado-arm
2018-02-01Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm
2018-01-30rockchip/rk3399: Fix memory corruptions or illegal memory accessCaesar Wang