summaryrefslogtreecommitdiff
path: root/bl1
AgeCommit message (Expand)Author
2017-05-15AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm
2017-05-12AArch32: Rework SMC context save and restore mechanismSoby Mathew
2017-05-11Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Add macro to check whether the CPU implements an ELJeenu Viswambharan
2017-04-26Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0davidcunado-arm
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-04-20tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz
2017-04-12Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm
2017-03-31Add support for GCC stack protectionDouglas Raillard
2017-03-31Flush console where necessaryAntonio Nino Diaz
2017-03-20Move plat/common source file definitions to generic Makefilesdp-arm
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2016-12-20Fix integer overflows in BL1 FWU codeSandrine Bailleux
2016-12-20Add some debug assertions in BL1 FWU copy codeSandrine Bailleux
2016-12-20bl1_fwu_image_copy() refactoringSandrine Bailleux
2016-12-20Minor refactoring of BL1 FWU codeSandrine Bailleux
2016-12-14Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1Yatharth Kochar
2016-12-05Define and use no_ret macro where no return is expectedJeenu Viswambharan
2016-09-23AArch32: Fix detection of virtualization supportYatharth Kochar
2016-09-21AArch32: Add generic changes in BL1Yatharth Kochar
2016-09-20Changes for new version of image loading in BL1/BL2Yatharth Kochar
2016-08-31Merge pull request #689 from yatharth-arm/yk/plat_report_expndavidcunado-arm
2016-08-22Remove looping around `plat_report_exception`Yatharth Kochar
2016-08-09Move SIZE_FROM_LOG2_WORDS macro to utils.hSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-07-08BL1: Add linker symbol identifying end of ROM contentSandrine Bailleux
2016-06-03Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm
2016-06-03Build option to include AArch32 registers in cpu contextSoby Mathew
2016-05-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-03-30Enable asynchronous abort exceptions during bootGerald Lejeune
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2015-12-15Merge pull request #470 from danh-arm/dh/fwu-done-fixv1.2-rc0danh-arm
2015-12-15FWU: Pass client cookie to FWU_SMC_UPDATE_DONEDan Handley
2015-12-15FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUMEDan Handley
2015-12-14Merge pull request #468 from danh-arm/dh/fwu-tweaksdanh-arm
2015-12-14FWU: Fix secure memory check in image authDan Handley
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar
2015-12-09Add descriptor based image management support in BL1Yatharth Kochar
2015-12-09Move context management code to common locationYatharth Kochar
2015-12-09Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar
2015-11-26Introduce COLD_BOOT_SINGLE_CPU build optionSandrine Bailleux
2015-11-26Pass the entry point info to bl1_plat_prepare_exit()Sandrine Bailleux
2015-11-26Introduce SPIN_ON_BL1_EXIT build flagSandrine Bailleux
2015-11-02Improve display_boot_progress() functionSandrine Bailleux
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-10-28Add optional platform error handler APIJuan Castillo