summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce TF_LDFLAGSDouglas Raillard2017-06-281-2/+2
* Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53danh-arm2017-06-282-1/+52
|\
| * Apply workarounds for A53 Cat A Errata 835769 and 843419Douglas Raillard2017-06-222-1/+52
* | Merge pull request #1001 from davidcunado-arm/dc/fix-signed-comparisonsdanh-arm2017-06-283-10/+10
|\ \
| * | Resolve signed-unsigned comparison issuesDavid Cunado2017-06-273-10/+10
* | | Merge pull request #978 from etienne-lms/minor-builddanh-arm2017-06-281-2/+2
|\ \ \
| * | | PSCI: use same function prototype as in header fileEtienne Carriere2017-06-231-2/+2
* | | | Merge pull request #994 from soby-mathew/sm/fwu_fixdavidcunado-arm2017-06-262-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Exit early if size zero for cache helpersSoby Mathew2017-06-212-0/+7
| |/ /
* | | Merge pull request #976 from etienne-lms/minor-pscidavidcunado-arm2017-06-232-8/+9
|\ \ \
| * | | psci: minor fixes in libEtienne Carriere2017-06-222-8/+9
| |/ /
* | | Merge pull request #997 from dp-arm/dp/spedavidcunado-arm2017-06-232-4/+62
|\ \ \
| * | | aarch64: Enable Statistical Profiling Extensions for lower ELsdp-arm2017-06-222-4/+62
* | | | Merge pull request #995 from davidcunado-arm/dc/init_regdavidcunado-arm2017-06-232-122/+285
|\ \ \ \ | |/ / /
| * | | Fully initialise essential control registersDavid Cunado2017-06-212-122/+285
| |/ /
* | | aarch32: Apply workaround for errata 813419 of Cortex-A57Dimitris Papastamos2017-06-222-2/+2
* | | Merge pull request #983 from dp-arm/dp/aarch32-erratadavidcunado-arm2017-06-203-2/+496
|\ \ \ | |/ / |/| |
| * | aarch32: Implement errata workarounds for Cortex A57Dimitris Papastamos2017-06-201-1/+332
| * | aarch32: Implement errata workarounds for Cortex A53Dimitris Papastamos2017-06-201-1/+151
| * | aarch32: Implement cpu_rev_var_hs()Dimitris Papastamos2017-06-201-0/+13
| |/
* | xlat_tables_v2: fix signed/unsigned comparisonsVarun Wadekar2017-06-201-1/+1
|/
* Unique names for defines in the CPU librariesVarun Wadekar2017-06-146-107/+108
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-146-18/+18
* Add support for Cortex-A75 and Cortex-A55 CPUsDavid Wang2017-06-012-0/+102
* compiler-rt: Remove unused int_util.[ch] filesdp-arm2017-05-243-97/+0
* Use a callee-saved register to be AAPCS-compliantdp-arm2017-05-241-4/+4
* Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependencydanh-arm2017-05-222-0/+2
|\
| * xlat: Fix missing header file dependencyAntonio Nino Diaz2017-05-182-0/+2
* | Merge pull request #939 from dp-arm/dp/AArch32_tbbrdanh-arm2017-05-2211-0/+1191
|\ \
| * | Hook up LLVM compiler-rt in the build systemdp-arm2017-05-122-9/+40
| * | Import builtins from LLVM compiler-rt projectdp-arm2017-05-1210-0/+1160
* | | Simplify assert() to reduce memory usageAntonio Nino Diaz2017-05-161-11/+22
| |/ |/|
* | Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2davidcunado-arm2017-05-123-4/+10
|\ \ | |/ |/|
| * Minor fixes to the xlat tables lib v2Antonio Nino Diaz2017-05-093-4/+10
* | Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-112-2/+22
|\ \ | |/ |/|
| * Introduce ARM SiP service to switch execution stateJeenu Viswambharan2017-05-041-0/+21
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-021-2/+1
* | Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bitdavidcunado-arm2017-05-059-17/+121
|\ \
| * | Fix execute-never permissions in xlat tables libsAntonio Nino Diaz2017-05-029-17/+121
* | | Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-0475-1875/+75
|\ \ \ | |/ / |/| |
| * | Use SPDX license identifiersdp-arm2017-05-0375-1875/+75
| |/
* | Merge pull request #923 from nmenon/fix_xlat_1davidcunado-arm2017-05-021-13/+20
|\ \ | |/ |/|
| * xlat lib: Don't set mmap_attr_t enum to be -1Nishanth Menon2017-05-021-13/+20
* | Merge branch 'integration' into tf_issue_461Scott Branden2017-04-2920-47/+610
|\ \ | |/
| * Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvementsdavidcunado-arm2017-04-243-9/+10
| |\
| | * xlat lib: Use mmap_attr_t type consistentlySandrine Bailleux2017-04-203-9/+10
| * | Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm2017-04-213-0/+549
| |\ \
| | * | AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar2017-04-203-0/+549
| | |/
| * | Merge pull request #898 from soby-mathew/sm/dcache-earlydavidcunado-arm2017-04-212-2/+2
| |\ \
| | * | PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-192-2/+2
| | |/