aboutsummaryrefslogtreecommitdiffstats
path: root/plat/socionext/uniphier
Commit message (Expand)AuthorAgeFilesLines
* TF-A GICv3 driver: Introduce makefileAlexei Fedorov2020-03-301-5/+4
* TF-A GICv3 driver: Separate GICD and GICR accessor functionsAlexei Fedorov2020-03-101-0/+2
* uniphier: shrink UNIPHIER_ROM_REGION_SIZEMasahiro Yamada2020-03-061-1/+1
* uniphier: prepare uniphier_soc_info() for next SoCMasahiro Yamada2020-02-261-3/+10
* Merge changes from topic "console_t_cleanup" into integrationMark Dykes2020-02-252-19/+12
|\
| * uniphier: Use generic console_t data structureAndre Przywara2020-02-252-19/+12
* | uniphier: make on-chip SRAM region configurableMasahiro Yamada2020-02-121-7/+26
|/
* uniphier: make I/O register region configurableMasahiro Yamada2020-02-125-9/+32
* uniphier: make PSCI related base address configurableMasahiro Yamada2020-02-123-21/+51
* uniphier: make counter control base address configurableMasahiro Yamada2020-02-121-3/+11
* uniphier: make UART base address configurableMasahiro Yamada2020-02-125-31/+46
* uniphier: make pinmon base address configurableMasahiro Yamada2020-02-121-5/+21
* uniphier: make NAND controller base address configurableMasahiro Yamada2020-02-123-6/+19
* uniphier: make eMMC controller base address configurableMasahiro Yamada2020-02-123-12/+30
* uniphier: extend boot device detection for future SoCsMasahiro Yamada2020-02-122-3/+12
* uniphier: change block_addressing flag to boolMasahiro Yamada2020-02-121-7/+10
* uniphier: change the return value type of .is_usb_boot() to boolMasahiro Yamada2020-02-121-5/+5
* uniphier: make all BL images completely position-independentMasahiro Yamada2020-01-246-35/+77
* uniphier: make uniphier_mmap_setup() work with PIEMasahiro Yamada2020-01-245-24/+11
* uniphier: pass SCP base address as a function parameterMasahiro Yamada2020-01-243-8/+6
* uniphier: set buffer offset and length for io_block dynamicallyMasahiro Yamada2020-01-245-47/+42
* uniphier: use more mmap_add_dynamic_region() for loading imagesMasahiro Yamada2020-01-244-34/+40
* uniphier: turn on ENABLE_PIEMasahiro Yamada2020-01-241-1/+2
* socionext: Unify Platform specific defines for PSCI moduleDeepika Bhavnani2020-01-241-3/+3
* Merge "uniphier: call uniphier_scp_is_running() only when on-chip STM is supp...Manish Pandey2020-01-142-7/+19
|\
| * uniphier: call uniphier_scp_is_running() only when on-chip STM is supportedMasahiro Yamada2019-12-252-7/+19
* | uniphier: run BL33 at EL2Masahiro Yamada2019-12-261-1/+1
|/
* 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
* uniphier: support console based on multi-consoleMasahiro Yamada2019-07-055-179/+144
* Mbed TLS: Remove weak heap implementationAmbroise Vincent2019-04-121-1/+6
* 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
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0419-63/+83
* io_block: define MAX_IO_BLOCK_DEVICES as unsignedYann Gautier2018-12-101-1/+1
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-082-6/+6
* 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
* Fix MISRA defects in BL31 common codeAntonio Nino Diaz2018-08-301-3/+2
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-225-9/+9
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-6/+6
* 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