summaryrefslogtreecommitdiff
path: root/include/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify assert() to reduce memory usageAntonio Nino Diaz2017-05-161-3/+20
* Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2davidcunado-arm2017-05-121-8/+16
|\
| * Minor fixes to the xlat tables lib v2Antonio Nino Diaz2017-05-091-8/+16
* | Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-114-1/+17
|\ \ | |/ |/|
| * Introduce ARM SiP service to switch execution stateJeenu Viswambharan2017-05-043-1/+5
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-022-0/+12
* | Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bitdavidcunado-arm2017-05-051-0/+3
|\ \
| * | Fix execute-never permissions in xlat tables libsAntonio Nino Diaz2017-05-021-0/+3
| |/
* | Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-0446-1150/+46
|\ \
| * | Use SPDX license identifiersdp-arm2017-05-0346-1150/+46
| |/
* | Merge pull request #919 from davidcunado-arm/dc/smc_yielding_genericdavidcunado-arm2017-05-021-1/+4
|\ \ | |/ |/|
| * Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-261-1/+4
* | Merge branch 'integration' into tf_issue_461Scott Branden2017-04-2912-20/+352
|\ \
| * \ Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0davidcunado-arm2017-04-261-0/+1
| |\ \ | | |/ | |/|
| | * tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz2017-04-201-0/+1
| * | Merge pull request #901 from vwadekar/freebsd-stdbool-headerdavidcunado-arm2017-04-251-0/+43
| |\ \
| | * | lib: stdbool header from the FreeBSD projectVarun Wadekar2017-04-191-0/+43
| | |/
| * | Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvementsdavidcunado-arm2017-04-242-3/+3
| |\ \
| | * | xlat lib: Use mmap_attr_t type consistentlySandrine Bailleux2017-04-202-3/+3
| | |/
| * | Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm2017-04-216-0/+287
| |\ \
| | * | AArch32: Add SP_MIN support for JUNOYatharth Kochar2017-04-202-0/+3
| | * | Changes to support execution in AArch32 state for JUNOYatharth Kochar2017-04-201-0/+10
| | * | AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar2017-04-204-0/+274
| | |/
| * | Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-201-2/+2
| * | Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz2017-04-191-15/+12
| |/
| * Tegra: Add support for fake system suspendVignesh Radhakrishnan2017-04-131-0/+4
* | Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-296-65/+103
|/
* Merge pull request #886 from dp-arm/dp/stack-protectordavidcunado-arm2017-04-061-0/+14
|\
| * Introduce MIN()/MAX() macros in utils.hdp-arm2017-03-311-0/+14
* | Merge pull request #876 from soby-mathew/sm/refactor_headerdavidcunado-arm2017-04-053-77/+121
|\ \ | |/ |/|
| * Re-factor header files for easier PSCI library integrationSoby Mathew2017-03-273-77/+121
* | Merge pull request #880 from Summer-ARM/sq/tcr-memory-attributiondavidcunado-arm2017-03-291-0/+6
|\ \
| * | Add support to change xlat_tables to non-cacheableSummer Qin2017-03-281-0/+6
| |/
* | Merge pull request #879 from Summer-ARM/sq/mt-supportdavidcunado-arm2017-03-282-0/+2
|\ \ | |/ |/|
| * ARM platforms: Add support for MT bit in MPIDRSummer Qin2017-03-272-0/+2
* | Add workaround for ARM Cortex-A53 erratum 855873Andre Przywara2017-03-201-0/+1
* | Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlatdavidcunado-arm2017-03-168-102/+422
|\ \
| * | Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz2017-03-081-0/+37
| * | Add dynamic region support to xlat tables lib v2Antonio Nino Diaz2017-03-085-1/+74
| * | Add version 2 of xlat tables libraryAntonio Nino Diaz2017-03-084-101/+311
| |/
* | spd: trusty: pass VMID via X7Anthony Zhou2017-03-061-0/+16
* | stdlib: add memcpy16() to string.hVarun Wadekar2017-02-281-0/+1
* | Tegra: enable ECC/Parity protection for Cortex-A57 CPUsVarun Wadekar2017-02-281-0/+2
|/
* cpus: denver: disable DCO operations from platform codeVarun Wadekar2017-02-231-1/+8
* cpus: Add support for all Denver variantsVarun Wadekar2017-02-221-2/+9
* Merge pull request #841 from dp-arm/dp/debug-regsdanh-arm2017-02-202-0/+18
|\
| * Disable secure self-hosted debug via MDCR_EL3/SDCRdp-arm2017-02-152-0/+18
* | Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm2017-02-161-0/+31
|\ \ | |/ |/|
| * Introduce unified API to zero memoryDouglas Raillard2017-02-061-0/+31
* | PMF: Fixup PMF constantsdp-arm2017-02-021-2/+2
|/