summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-08-31AArch32: Fix SCTLR context initializationSoby Mathew
2016-08-23Automatically select initial xlation lookup levelAntonio Nino Diaz
2016-08-10AArch32: Add support to PSCI libSoby Mathew
2016-08-10AArch32: Add support in TF librariesSoby Mathew
2016-08-10AArch32: Add translation table library supportSoby Mathew
2016-08-10AArch32: Add assembly helpersSoby Mathew
2016-08-09Move spinlock library code to AArch64 folderSoby Mathew
2016-08-09Fix the translation table library for wraparound casesSoby Mathew
2016-07-26Merge pull request #670 from achingupta/ag/psci_retention_fixdanh-arm
2016-07-25Fix use of stale power states in PSCI standby finisherAchin Gupta
2016-07-25Validate psci_find_target_suspend_lvl() resultSandrine Bailleux
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-15Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xndanh-arm
2016-07-12bl31: Add error reporting registersNaga Sureshkumar Relli
2016-07-08Introduce utils.h header fileSandrine Bailleux
2016-07-08xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributesSandrine Bailleux
2016-07-08xlat lib: Refactor mmap_desc() functionSandrine Bailleux
2016-06-16Add Performance Measurement Framework(PMF)Yatharth Kochar
2016-06-08Merge pull request #639 from danh-arm/dh/import-libfdtdanh-arm
2016-06-03Minor libfdt changes to enable TF integrationDan Handley
2016-06-03Import libfdt v1.4.1Dan Handley
2016-06-03Move stdlib header files to include/lib/stdlibDan Handley
2016-06-01Add support for ARM Cortex-A73 MPCore ProcessorYatharth Kochar
2016-04-26Fix computation of L1 bitmask in the translation table libSandrine Bailleux
2016-04-22Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workaroundsdanh-arm
2016-04-21Add support for Cortex-A57 erratum 833471 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 826977 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 829520 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 828024 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 826974 workaroundSandrine Bailleux
2016-04-21Fix wording in cpu-ops.mk commentsSandrine Bailleux
2016-04-15Limit support for region overlaps in xlat_tablesAntonio Nino Diaz
2016-04-13Refactor the xlat_tables library codeSoby Mathew
2016-03-31Remove xlat_helpers.cAntonio Nino Diaz
2016-03-22Make cpu operations warning a VERBOSE printSoby Mathew
2016-03-11Merge pull request #542 from sandrine-bailleux-arm/km/pt-zerodanh-arm
2016-03-11Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-typesdanh-arm
2016-03-07Initialize all translation table entriesKristina Martsenko
2016-03-03Extend memory attributes to map non-cacheable memorySandrine Bailleux
2016-02-26Compile stdlib C files individuallyAntonio Nino Diaz
2016-02-08Cortex-Axx: Unconditionally apply CPU reset operationsSandrine Bailleux
2016-02-08Disable non-temporal hint on Cortex-A53/57Sandrine Bailleux
2016-02-01Use tf_printf() for debug logs from xlat_tables.cSoby Mathew
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2016-01-12Add support for ARM Cortex-A35 processorSandrine Bailleux
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-08-17Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta