summaryrefslogtreecommitdiff
path: root/bl2u
Commit message (Expand)AuthorAgeFilesLines
* build(bl2u): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
* build: always prefix section names with `.`Chris Kay2023-02-201-4/+4
* build: clarify linker script generationChris Kay2023-02-101-2/+2
* style: normalize linker script code styleChris Kay2023-02-101-33/+33
* feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-031-3/+3
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-212-5/+9
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-11/+1
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-241-6/+1
* Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes2020-04-041-2/+2
|\
| * Fix MISRA C issues in BL1/BL2/BL31John Powell2020-04-031-2/+2
* | linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-021-12/+1
* | linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-0/+5
|/
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
* Reduce space lost to object alignmentSamuel Holland2019-12-041-6/+6
* TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov2019-10-031-0/+9
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-2/+2
* Apply stricter speculative load restrictionJohn Tsichritzis2019-03-122-6/+9
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-044-15/+15
* Add atexit function to libcRoberto Vargas2018-08-031-0/+1
* Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-281-1/+2
|\
| * Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-1/+2
* | Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
|/
* Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-6/+7
* Fix BL2U entrypoint possible parameter corruptionDouglas Raillard2017-08-021-2/+2
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* AArch32: Add BL2U supportYatharth Kochar2017-05-153-3/+141
* Use SPDX license identifiersdp-arm2017-05-034-100/+4
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-121-1/+4
|\
| * Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+4
* | Add support for GCC stack protectionDouglas Raillard2017-03-312-0/+14
|/
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-2/+3
* Introduce unified API to zero memoryDouglas Raillard2017-02-062-4/+5
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-051-1/+1
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+18
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-3/+7
* FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar2015-12-094-0/+370