aboutsummaryrefslogtreecommitdiff
path: root/bl32/tsp/tsp.ld.S
AgeCommit message (Expand)Author
2023-11-06feat(build): check that .text section starts at page boundaryAndrey Skvortsov
2023-06-12chore(bl): add UNALIGNED symbols for TEXT/RODATAMichal Simek
2023-05-12build(bl32): add symbols for memory layoutHarrison Mutai
2023-02-20build: always prefix section names with `.`Chris Kay
2023-02-10style: normalize linker script code styleChris Kay
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
2020-04-25linker_script: move .data section to bl_common.ld.hMasahiro Yamada
2020-04-24linker_script: move stacks section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: move bss section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada
2020-04-02linker_script: move more common code to bl_common.ld.hMasahiro Yamada
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2020-01-24TSP: add PIE supportMasahiro Yamada
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-07-11Use ALIGN instead of NEXT in linker scriptsRoberto Vargas
2018-02-27Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz
2017-11-29Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz
2017-05-03Use SPDX license identifiersdp-arm
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-01-22Remove coherent memory from the BL memory mapsSoby Mathew
2014-08-19Clarify platform porting interface to TSPDan Handley
2014-07-10fvp: Reuse BL1 and BL2 memory through image overlayingSandrine Bailleux
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Make the memory layout more flexibleSandrine Bailleux
2014-05-22fvp: Move TSP from Secure DRAM to Secure SRAMSandrine Bailleux
2014-05-22TSP: Let the platform decide which secure memory to useSandrine Bailleux
2014-03-26Use --gc-sections during linkAndrew Thoelke
2014-03-20Specify image entry in linker scriptJeenu Viswambharan
2014-02-20Add Test Secure Payload (BL3-2) imageAchin Gupta