aboutsummaryrefslogtreecommitdiffstats
path: root/plat/socionext
Commit message (Expand)AuthorAgeFilesLines
* uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driverMasahiro Yamada2019-09-032-9/+4
* uniphier: fix typo and coding styleMasahiro Yamada2019-07-314-18/+18
* uniphier: replace DIV_ROUND_UP() with div_round_up() from utils_def.hMasahiro Yamada2019-07-311-4/+2
* synquacer: Fix compilation fail for SPM support build configMadhukar Pappireddy2019-07-121-2/+2
* uniphier: support console based on multi-consoleMasahiro Yamada2019-07-055-179/+144
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-1/+0
* Mbed TLS: Remove weak heap implementationAmbroise Vincent2019-04-121-1/+6
* plat/arm: mhu: make mhu driver genericMasahisa Kojima2019-03-131-1/+1
* plat/synquacer: enable SCMI supportMasahisa Kojima2019-03-138-18/+320
* Remove unneeded include paths in PLAT_INCLUDESAntonio Nino Diaz2019-02-011-2/+0
* Remove duplicated definitions of linker symbolsAntonio Nino Diaz2019-02-012-2/+1
* SPM: Rename SPM_DEPRECATED flag to SPM_MMAntonio Nino Diaz2019-01-221-3/+3
* plat/synquacer: enable SPM supportArd Biesheuvel2019-01-155-3/+214
* plat/synquacer: enable OP-TEE logic only if SPD_opteed is setArd Biesheuvel2019-01-153-6/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0429-92/+131
* io_block: define MAX_IO_BLOCK_DEVICES as unsignedYann Gautier2018-12-101-1/+1
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-086-18/+19
* uniphier: revise SCP protocol handshakeDai Okamura2018-10-301-0/+6
* uniphier: terminate boot if SCP_BL2 image is missing in SCP boot modeMasahiro Yamada2018-10-303-29/+0
* uniphier: Migrate to new interfacesAntonio Nino Diaz2018-09-282-4/+6
* synquacer: Migrate to new interfacesAntonio Nino Diaz2018-09-282-6/+5
* Fix MISRA defects in BL31 common codeAntonio Nino Diaz2018-08-302-4/+3
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-226-10/+10
* Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misradanh-arm2018-07-252-12/+13
|\
| * PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-202-12/+13
* | synquacer: Enable optional OP-TEE supportSumit Garg2018-07-242-11/+28
|/
* synquacer: Add platform makefile and documentationSumit Garg2018-06-211-0/+46
* synquacer: Enable PSCI frameworkSumit Garg2018-06-212-0/+198
* synquacer: Retrieve DRAM info from SCP firmwareArd Biesheuvel2018-06-214-0/+64
* synquacer: Add SCPI driverSumit Garg2018-06-213-0/+255
* synquacer: Add MHU driverSumit Garg2018-06-215-0/+121
* synquacer: Enable MMU using xlat_tables_v2 librarySumit Garg2018-06-214-0/+71
* synquacer: Enable System level Generic timerSumit Garg2018-06-212-0/+41
* synquacer: Enable GICv3 supportSumit Garg2018-06-214-0/+105
* synquacer: Enable CCN driver supportSumit Garg2018-06-214-0/+67
* synquacer: Implement topology functionsSumit Garg2018-06-213-0/+58
* synquacer: Populate BL32 and BL33 entrypointsSumit Garg2018-06-211-0/+63
* synquacer: Enable PL011 UART ConsoleSumit Garg2018-06-213-0/+55
* synquacer: Add platform core management helpersSumit Garg2018-06-213-0/+90
* synquacer: Introduce basic platform supportSumit Garg2018-06-212-0/+53
* uniphier: fix CCI-500 connection for LD20Satoshi Ikawa2018-06-121-1/+1
* plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+1
* Merge pull request #1224 from masahir0y/gzipdavidcunado-arm2018-02-064-11/+71
|\
| * uniphier: support GZIP-compressed imagesMasahiro Yamada2018-02-023-2/+57
| * uniphier: add a helper to get image_infoMasahiro Yamada2018-02-023-9/+14
* | uniphier: add ULL to physical address literalsMasahiro Yamada2018-02-023-14/+15
* | uniphier: allocate xlat region of on-chip SRAM only when neededMasahiro Yamada2018-02-022-12/+15
* | uniphier: get back original BL31/32 location used before BL2-AT-EL3Masahiro Yamada2018-02-022-11/+18
|/
* uniphier: switch to BL2-AT-EL3 and remove BL1 supportMasahiro Yamada2018-01-245-106/+36
* uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailboxMasahiro Yamada2018-01-242-23/+8