summaryrefslogtreecommitdiff
path: root/include/plat/arm/board
Commit message (Expand)AuthorAgeFilesLines
* fvp_r: load, auth, and transfer from BL1 to BL33laurenw-arm2021-09-301-0/+13
* chore: fvp_r: Initial No-EL3 and MPU ImplementationGary Morrison2021-09-301-11/+18
* feat(plat/arm): add GPT parser supportManish V Badarkhe2021-04-291-1/+11
* refactor(plat/arm): replace FIP base and size macro with a generic nameManish V Badarkhe2021-04-281-2/+2
* plat/arm: allow boards to specify second DRAM Base addressSuyash Pathak2020-02-191-8/+1
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Add option for defining platform DRAM2 baseSami Mujawar2019-05-151-2/+2
* Rename PLAT_ARM_BL31_RUN_UART* variableUsama Arif2019-02-181-4/+4
* plat/arm: Sanitise includesAntonio Nino Diaz2019-01-252-4/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-042-4/+5
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-4/+3
* plat/arm: Fix types of constants in headersAntonio Nino Diaz2018-11-011-24/+24
* xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-261-2/+1
* Merge pull request #1628 from antonio-nino-diaz-arm/an/sharingSoby Mathew2018-10-182-63/+10
|\
| * plat/arm: Remove file arm_board_def.hAntonio Nino Diaz2018-10-112-63/+10
* | Merge pull request #1619 from antonio-nino-diaz-arm/an/norflashSoby Mathew2018-10-111-46/+0
|\ \
| * | plat/arm: Move norflash driver to drivers/ folderAntonio Nino Diaz2018-10-101-46/+0
| |/
* | Fix misra warnings in SMC and power mgmt codeSathees Balya2018-10-091-24/+24
|/
* plat/arm: Remove option ARM_BOARD_OPTIMISE_MEMAntonio Nino Diaz2018-10-021-85/+0
* Merge pull request #1565 from satheesbalya-arm/sb1_2332_fwu_sds_registerDimitris Papastamos2018-09-071-0/+3
|\
| * juno: Revert FWU update detect mechanismSathees Balya2018-09-071-0/+3
* | Readjust BL2 size after sharing Mbed TLS heapJohn Tsichritzis2018-09-071-1/+1
|/
* Reduce BL2 size for FVPJohn Tsichritzis2018-09-041-1/+1
* Add librom support in FVPRoberto Vargas2018-08-061-1/+16
* Increase BL2U stack sizeDaniel Boulby2018-07-201-1/+1
* Merge pull request #1441 from robertovargas-arm/mem_protect_boardDimitris Papastamos2018-06-221-8/+0
|\
| * Move mem-protect definitions to board specific filesRoberto Vargas2018-06-181-8/+0
* | fvp: Increase BL2 size for TBBR buildsDimitris Papastamos2018-06-211-1/+1
* | plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz2018-06-191-1/+1
|/
* ARM platforms: Move BL31 below BL2 to enable BL2 overlaySoby Mathew2018-06-071-10/+8
* Merge pull request #1395 from antonio-nino-diaz-arm/an/spm-refactorDimitris Papastamos2018-05-251-2/+8
|\
| * plat/arm: SPM: Force BL31 to DRAM when SPM is usedAntonio Nino Diaz2018-05-241-2/+8
* | FVP: Add dummy configs for BL31, BL32 and BL33Soby Mathew2018-05-211-1/+1
|/
* Revert "plat/arm: Migrate AArch64 port to the multi console driver"Antonio Nino Diaz2018-05-151-5/+1
* plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz2018-05-111-1/+5
* ARM platforms: Demonstrate mem_protect from el3_runtimeRoberto Vargas2018-05-011-2/+6
* ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-261-1/+1
* Increase BL31 memory space by 2 pagesDimitris Papastamos2018-01-111-1/+1
* Move TSP to TZC secured DRAMDimitris Papastamos2018-01-031-1/+1
* SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAMAntonio Nino Diaz2017-12-061-4/+0
* ARM platforms: Fixup AArch32 buildsSoby Mathew2017-11-291-0/+8
* SPM: FVP: Introduce port of SPMAntonio Nino Diaz2017-11-092-1/+20
* Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_savedavidcunado-arm2017-11-031-1/+1
|\
| * ARM platforms: enable GICv3 state save/restoreSoby Mathew2017-10-111-1/+1
* | plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabledQixiang Xu2017-10-251-1/+1
|/
* Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLESDavid Cunado2017-10-061-2/+2
* Merge pull request #1109 from robertovargas-arm/mem_protectdavidcunado-arm2017-10-042-2/+18
|\
| * mem_protect: Add mem_protect support in Juno and FVP for DRAM1Roberto Vargas2017-09-252-2/+18
* | plat/arm : update BL size macros to give BL1 and BL2 more space for TBBQixiang Xu2017-09-221-1/+1
|/
* norflash: Add nor_erase() to NOR driverRoberto Vargas2017-08-221-0/+2