aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-03Use SPDX license identifiersdp-arm
2017-04-29Merge branch 'integration' into tf_issue_461Scott Branden
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden
2017-04-24Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvementsdavidcunado-arm
2017-04-21Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm
2017-04-21Merge pull request #898 from soby-mathew/sm/dcache-earlydavidcunado-arm
2017-04-20AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar
2017-04-20xlat lib: Use mmap_attr_t type consistentlySandrine Bailleux
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-04-20Remove build option `ASM_ASSERTION`Antonio Nino Diaz
2017-04-19Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz
2017-04-19PSCI: Build option to enable D-Caches early in warmbootSoby Mathew
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-31Remove dead loops in assert() in C and ASMAntonio Nino Diaz
2017-03-31Flush console where necessaryAntonio Nino Diaz
2017-03-29Merge pull request #880 from Summer-ARM/sq/tcr-memory-attributiondavidcunado-arm
2017-03-29Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_testdavidcunado-arm
2017-03-28Add support to change xlat_tables to non-cacheableSummer Qin
2017-03-20Add workaround for ARM Cortex-A53 erratum 855873Andre Przywara
2017-03-20Replace ASM signed tests with unsignedDouglas Raillard
2017-03-18Merge pull request #861 from soby-mathew/sm/aarch32_fixesdavidcunado-arm
2017-03-17Merge pull request #860 from jeenu-arm/hw-asstd-cohdavidcunado-arm
2017-03-16Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlatdavidcunado-arm
2017-03-08Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz
2017-03-08Add dynamic region support to xlat tables lib v2Antonio Nino Diaz
2017-03-08Improve debug output of the translation tablesAntonio Nino Diaz
2017-03-08Add version 2 of xlat tables libraryAntonio Nino Diaz
2017-03-02AArch32: Fix normal memory bakery compilationSoby Mathew
2017-03-02Merge pull request #853 from vwadekar/tegra-changes-from-downstream-v3davidcunado-arm
2017-03-02PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan
2017-03-02PSCI: Introduce cache and barrier wrappersJeenu Viswambharan
2017-02-28cpus: denver: remove barrier from denver_enable_dco()Varun Wadekar
2017-02-28Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_docdanh-arm
2017-02-23cpus: denver: disable DCO operations from platform codeVarun Wadekar
2017-02-23Clarify errata ERRATA_A53_836870 documentationDouglas Raillard
2017-02-22cpus: Add support for all Denver variantsVarun Wadekar
2017-02-20Merge pull request #843 from jeenu-arm/cas-lockdanh-arm
2017-02-16Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm
2017-02-14Introduce locking primitives using CAS instructionJeenu Viswambharan
2017-02-13PSCI: Do stat accounting for retention/standby statesdp-arm
2017-02-13PSCI: Decouple PSCI stat residency calculation from PMFdp-arm
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2017-01-24stdlib: Import timingsafe_bcmp() from FreeBSDAntonio Nino Diaz
2017-01-24Merge pull request #818 from sandrine-bailleux-arm/sb/strnlendanh-arm
2017-01-24Add strnlen() to local C librarySandrine Bailleux
2017-01-23Merge pull request #800 from masahir0y/ifdefdanh-arm
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada