aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_bl2_setup.c
AgeCommit message (Expand)Author
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-26Convert arm_setup_page_tables into a generic helperRoberto Vargas
2018-09-28plat/arm: Migrate to new interfacesAntonio Nino Diaz
2018-09-18ARM platforms: Reintroduce coherent memory for BL1 and BL2Soby Mathew
2018-08-30Prevent two weak definitions of the same functionDaniel Boulby
2018-08-13Merge pull request #1510 from robertovargas-arm/romlibDimitris Papastamos
2018-08-10plat/arm: Migrate to enable_mmu_svc_mon()Antonio Nino Diaz
2018-08-06Add librom support in FVPRoberto Vargas
2018-08-01Fix build for SEPARATE_CODE_AND_RODATA=0Daniel Boulby
2018-07-25Merge pull request #1472 from danielboulby-arm/db/Reclaimdanh-arm
2018-07-24Rework page table setup for varying number of mem regionsDaniel Boulby
2018-07-11Fix some violations to MISRA rule 8.3Sandrine Bailleux
2018-06-19plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz
2018-06-08Revert "Code change to fix small bugs"Dimitris Papastamos
2018-06-08Merge pull request #1389 from danielboulby-arm/db/bugfixDimitris Papastamos
2018-06-07ARM platforms: Move BL31 below BL2 to enable BL2 overlaySoby Mathew
2018-05-25Remove duplicate weak definitionDaniel Boulby
2018-05-18FVP: Enable capability to disable auth via dynamic configSoby Mathew
2018-05-15Revert "plat/arm: Migrate AArch64 port to the multi console driver"Antonio Nino Diaz
2018-05-11plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz
2018-05-01ARM platforms: Demonstrate mem_protect from el3_runtimeRoberto Vargas
2018-03-26plat: fix switch statements to comply with MISRA rulesJonathan Wright
2018-02-26Dynamic cfg: MISRA fixesSoby Mathew
2018-02-26ARM Platforms: Load HW_CONFIG in BL2Soby Mathew
2018-02-26ARM Platforms: Migrate to new BL handover interfaceSoby Mathew
2018-02-22ARM Platforms: Add CASSERT for BL2_BASESoby Mathew
2017-09-25mem_protect: Add mem_protect support in Juno and FVP for DRAM1Roberto Vargas
2017-09-06CSS: Changes for SDS frameworkSoby Mathew
2017-08-09Add Trusted OS extra image parsing support for ARM standard platformsSummer Qin
2017-07-14Fix order of ARM platform #includesIsla Mitchell
2017-05-24Include missing header in arm_bl2_setup.cdp-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-20Changes to support execution in AArch32 state for JUNOYatharth Kochar
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-01-18Move BL_COHERENT_RAM_BASE/END defines to common_def.hMasahiro Yamada
2017-01-18Use *_END instead of *_LIMIT for linker derived end addressesMasahiro Yamada
2016-09-21AArch32: Add ARM platform changes in BL2Yatharth Kochar
2016-09-21ARM platform changes for new version of image loadingYatharth Kochar
2016-07-08ARM platforms: Add support for SEPARATE_CODE_AND_RODATASandrine Bailleux
2016-07-08Introduce arm_setup_page_tables() functionSandrine Bailleux
2016-04-08Remove BL32_BASE when building without SPD for FVPAntonio Nino Diaz
2016-03-31Add support to load BL31 in DRAMDavid Wang
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-04-28Add common ARM and CSS platform codeDan Handley