aboutsummaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
2020-07-17rpi4/fdt: Move dtb_size() function to fdt_wrappers.hAndre Przywara
2020-07-10dts: Add CoT descriptor nodes and properties in device treeManish V Badarkhe
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
2020-06-09dualroot: add chain of trust for secure partitionsManish Pandey
2020-05-31TF-A: Fix BL31 linker script errorAlexei Fedorov
2020-05-26Merge "Cleanup the code for TBBR CoT descriptors" into integrationMark Dykes
2020-05-20plat/fvp: Support for extracting UART serial node info from DTMadhukar Pappireddy
2020-05-19Cleanup the code for TBBR CoT descriptorsManish V Badarkhe
2020-05-05fdt/wrappers: Introduce code to find UART DT nodeAndre Przywara
2020-05-05plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara
2020-04-30arm: fconf: Fix GICv3 dynamic configurationAndre Przywara
2020-04-29plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara
2020-04-29fdt/wrappers: Replace fdtw_read_cells() implementationAndre Przywara
2020-04-28fdt/wrappers: Generalise fdtw_read_array()Andre Przywara
2020-04-25linker_script: move .data section to bl_common.ld.hMasahiro Yamada
2020-04-02xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLESMasahiro 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-11Merge "Fix crash dump for lower EL" into integrationMark Dykes
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2020-03-06Fix crash dump for lower ELAlexei Fedorov
2020-02-03FDT wrappers: add functions for read/write bytesAlexei Fedorov
2020-01-24bl_common: add BL_END macroMasahiro Yamada
2019-09-13Add fdt_add_reserved_memory() helper functionAndre Przywara
2019-09-13qemu: Move and generalise FDT PSCI fixupAndre Przywara
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-07-23Add helper to parse BL31 parameters (both versions)Julius Werner
2019-07-23Factor out cross-BL API into export headers suitable for 3rd party codeJulius Werner
2019-07-23Use explicit-width data types in AAPCS parameter structsJulius Werner
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-03-01Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz
2019-02-27Tegra: Support for scatterfile for the BL31 imageVarun Wadekar
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-02-05Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanupAntonio Niño Díaz
2019-02-01Remove duplicated definitions of linker symbolsAntonio Nino Diaz
2019-01-31Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux
2019-01-30Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz
2019-01-23plat/arm: Save BL2 descriptors to reserved memory.Sathees Balya
2019-01-15Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2019-01-04Reorganize architecture-dependent header filesAntonio Nino Diaz
2019-01-03Enable DIT if supportedSathees Balya
2018-12-10AArch64: Use SSBS for CVE_2018_3639 mitigationJeenu Viswambharan
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-11-02Introduce fdtw_read_array() helperAntonio Nino Diaz
2018-11-02Introduce new fdt helper to read string propertiesAntonio Nino Diaz
2018-11-01context_mgmt: Fix MISRA defectsAntonio Nino Diaz
2018-10-29PIE: Position Independant Executable support for BL31Soby Mathew