summaryrefslogtreecommitdiff
path: root/plat/arm/board
Commit message (Expand)AuthorAgeFilesLines
* plat/arm/fvp: Support performing SDEI platform setup in runtimeBalint Dobszay2020-12-171-0/+5
* Merge changes from topic "fdt_wrappers_rework" into integrationSandrine Bailleux2020-05-077-26/+75
|\
| * arm_fpga: Read UART address from DTAndre Przywara2020-05-052-6/+25
| * arm_fpga: Read GICD and GICR base addresses from DTAndre Przywara2020-05-052-6/+29
| * arm_fpga: Read generic timer counter frequency from DTAndre Przywara2020-05-053-4/+19
| * arm_fpga: Use Generic UARTAndre Przywara2020-05-055-12/+4
* | Merge changes from topic "fdt_wrappers_rework" into integrationSandrine Bailleux2020-05-072-0/+7
|\ \ | |/
| * fdt/wrappers: Introduce code to find UART DT nodeAndre Przywara2020-05-052-0/+5
| * plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara2020-05-052-0/+2
* | Merge changes I85eb75cf,Ic6d9f927 into integrationSandrine Bailleux2020-05-0510-10/+10
|\ \ | |/ |/|
| * fconf: Update dyn_config compatible stringLouis Mayencourt2020-04-3010-10/+10
* | arm: fconf: Fix GICv3 dynamic configurationAndre Przywara2020-04-304-13/+22
* | fdt/wrappers: Replace fdtw_read_cells() implementationAndre Przywara2020-04-291-4/+5
* | fdt/wrappers: Generalise fdtw_read_array()Andre Przywara2020-04-283-2/+4
|/
* Merge "Provide a hint to power controller for DSU cluster power down" into in...Sandrine Bailleux2020-04-241-0/+19
|\
| * Provide a hint to power controller for DSU cluster power downMadhukar Pappireddy2020-04-151-0/+19
* | Merge "board/rddanielxlr: add support for rd-daniel config-xlr platform" into...Manish Pandey2020-04-238-0/+399
|\ \
| * | board/rddanielxlr: add support for rd-daniel config-xlr platformAditya Angadi2020-04-238-0/+399
* | | spm: Normalize the style of spm core manifestLouis Mayencourt2020-04-231-2/+2
* | | juno/sgm: Align SCP_BL2 to page boundaryChris Kay2020-04-171-1/+3
|/ /
* | arm_fpga: Remove bogus timer initialisationAndre Przywara2020-04-092-2/+0
|/
* Merge "plat/arm/rddaniel: enabled GICv4 extension" into integrationAlexei Fedorov2020-04-071-0/+3
|\
| * plat/arm/rddaniel: enabled GICv4 extensionVijayenthiran Subramaniam2020-04-071-0/+3
* | Merge changes from topics "af/fvp_gicv4", "af/gicv4", "af/gic_extended" into ...Olivier Deprez2020-04-072-3/+20
|\ \ | |/
| * FVP: Add support for GICv4 extensionAlexei Fedorov2020-04-072-3/+20
* | Increase maximum size of BL2 imageManish V Badarkhe2020-04-072-2/+2
|/
* arm_fpga: adapt to new way of including gicv3 filesManish Pandey2020-04-031-6/+7
* Merge changes from topic "macro-cleanup" into integrationMark Dykes2020-04-023-12/+12
|\
| * plat: remove redundant =1 from -D optionMasahiro Yamada2020-04-023-12/+12
* | Fix coverity defects found on the FPGA port.Javier Almansa Sobrino2020-04-021-1/+5
|/
* Merge "plat: pass -D option to BL*_CPPFLAGS instead of BL*_CFLAGS" into integ...Mark Dykes2020-03-313-12/+12
|\
| * plat: pass -D option to BL*_CPPFLAGS instead of BL*_CFLAGSMasahiro Yamada2020-03-313-12/+12
* | Merge "Create separate header for ARM specific SMCCC defines" into integrationOlivier Deprez2020-03-313-1/+3
|\ \
| * | Create separate header for ARM specific SMCCC definesManish V Badarkhe2020-03-303-1/+3
* | | Merge "TF-A GICv3 driver: Introduce makefile" into integrationManish Pandey2020-03-313-20/+24
|\ \ \ | |_|/ |/| |
| * | TF-A GICv3 driver: Introduce makefileAlexei Fedorov2020-03-303-20/+24
| |/
* | 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 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
* | FVP: Add BL2 hash calculation in BL1Alexei Fedorov2020-03-252-1/+66
* | Merge "fconf: Clean Arm IO" into integrationMark Dykes2020-03-244-5/+6
|\ \
| * | fconf: Clean Arm IOLouis Mayencourt2020-03-164-5/+6