aboutsummaryrefslogtreecommitdiffstats
path: root/plat
Commit message (Expand)AuthorAgeFilesLines
* plat: pass -D option to BL*_CPPFLAGS instead of BL*_CFLAGSMasahiro Yamada2020-03-313-12/+12
* Merge "plat/sgm775: Add support for dynamic config using fconf" into integrationManish Pandey2020-03-302-7/+18
|\
| * plat/sgm775: Add support for dynamic config using fconfMadhukar Pappireddy2020-03-302-7/+18
* | Merge "Flush dcache when storing timestamp" into integrationOlivier Deprez2020-03-301-5/+3
|\ \
| * | Flush dcache when storing timestampZelalem2020-03-271-5/+3
* | | Merge changes from topic "ddr_map" into integrationOlivier Deprez2020-03-309-47/+92
|\ \ \
| * | | stm32mp1: use stm32mp_get_ddr_ns_size() functionYann Gautier2020-03-262-21/+9
| * | | stm32mp1: set XN attribute for some areas in BL2Yann Gautier2020-03-261-2/+2
| * | | stm32mp1: dynamically map DDR later and non-cacheable during its testYann Gautier2020-03-265-21/+53
| * | | stm32mp1: add a function to get non-secure DDR sizeYann Gautier2020-03-263-3/+28
* | | | plat/arm/sgi: fix the incorrect check for SCMI channel IDAditya Angadi2020-03-271-1/+1
* | | | Merge changes from topic "os/bl31-fpga-port" into integrationManish Pandey2020-03-2711-0/+713
|\ \ \ \ | |_|_|/ |/| | |
| * | | plat/arm/board/arm_fpga: Compile with additional CPU librariesOliver Swede2020-03-261-3/+28
| * | | plat/arm/board/arm_fpga: Enable position-independent executionOliver Swede2020-03-261-0/+7
| * | | plat/arm/board/arm_fpga: Enable port for alternative cluster configurationsOliver Swede2020-03-262-4/+13
| * | | plat/arm/board/arm_fpga: Initialize the Generic Interrupt ControllerOliver Swede2020-03-266-7/+123
| * | | plat/arm/board/arm_fpga: Initialize the System CounterOliver Swede2020-03-262-6/+11
| * | | plat/arm/board/arm_fpga: Add PSCI implementation for FPGA imagesOliver Swede2020-03-264-11/+169
| * | | plat/arm/board/arm_fpga: Use preloaded BL33 alternative boot flowOliver Swede2020-03-261-9/+40
| * | | plat/arm/board/arm_fpga: Enable basic BL31 port for an FPGA imageOliver Swede2020-03-2610-0/+362
| | |/ | |/|
* | | Merge "FVP: Add BL2 hash calculation in BL1" into integrationMark Dykes2020-03-264-6/+158
|\ \ \ | |_|/ |/| |
| * | FVP: Add BL2 hash calculation in BL1Alexei Fedorov2020-03-254-6/+158
* | | Merge "Tegra194: se: increase max. operation timeout to 1 second" into integr...Sandrine Bailleux2020-03-261-5/+4
|\ \ \ | |/ / |/| |
| * | Tegra194: se: increase max. operation timeout to 1 secondVarun Wadekar2020-03-231-5/+4
* | | Merge "fconf: Clean Arm IO" into integrationMark Dykes2020-03-248-394/+142
|\ \ \
| * | | fconf: Clean Arm IOLouis Mayencourt2020-03-168-394/+142
* | | | Merge "plat/sgi: Bump bl1 RW limit" into integrationMark Dykes2020-03-241-1/+1
|\| | |
| * | | plat/sgi: Bump bl1 RW limitLouis Mayencourt2020-03-131-1/+1
* | | | Merge "spmd: skip loading of secure partitions on pre-v8.4 platforms" into in...Alexei Fedorov2020-03-243-5/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | spmd: skip loading of secure partitions on pre-v8.4 platformsOlivier Deprez2020-03-233-5/+7
| | |/ | |/|
* | | Merge changes from topic "static_analysis" into integrationManish Pandey2020-03-231-4/+6
|\ \ \
| * | | plat/st: correctly check pwr-regulators nodeYann Gautier2020-03-231-1/+1
| * | | plat/st: correct static analysis tool warningYann Gautier2020-03-231-3/+5
* | | | Merge "allwinner: H6: Fix GPIO and CCU memory map addresses" into integrationManish Pandey2020-03-231-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | allwinner: H6: Fix GPIO and CCU memory map addressesAndre Przywara2020-03-231-2/+2
| |/ /
* | | Merge changes from topic "tegra-downstream-03192020" into integrationManish Pandey2020-03-2321-349/+101
|\ \ \
| * | | Tegra194: move cluster and CPU counter to header file.Anthony Zhou2020-03-213-7/+7
| * | | Tegra: gicv2: initialize target masksVarun Wadekar2020-03-211-1/+8
| * | | Tegra210: trigger CPU0 hotplug power on using FCsumitg2020-03-211-1/+7
| * | | Tegra: memctrl: cleanup streamid override registersPritesh Raithatha2020-03-212-210/+0
| * | | Tegra: memctrl_v2: remove support to secure TZSRAMVarun Wadekar2020-03-214-92/+3
| * | | Tegra: include platform headers from individual makefilesVarun Wadekar2020-03-215-5/+10
| * | | Tegra210: rename ENABLE_WDT_LEGACY_FIQ_HANDLING macroVarun Wadekar2020-03-212-4/+3
| * | | Tegra194: SiP function ID to read SMMU_PER registersVarun Wadekar2020-03-211-2/+34
| * | | Tegra: memctrl: map video memory as uncachedKen Chang2020-03-212-3/+5
| * | | Tegra: remove support for USE_COHERENT_MEMKalyani Chidambaram2020-03-211-12/+0
| * | | Tegra: remove circular dependency with common_def.hVarun Wadekar2020-03-211-0/+7
| * | | Tegra: include missing stdbool.hVarun Wadekar2020-03-212-0/+4
| * | | Tegra: remove support for SEPARATE_CODE_AND_RODATA=0Kalyani Chidambaram2020-03-212-12/+13
* | | | Merge "plat/arm/sgi: mark remote chip shared ram as non-cacheable" into integ...Manish Pandey2020-03-231-1/+1
|\ \ \ \