summaryrefslogtreecommitdiffstats
path: root/crypto/armv4cpuid.S
AgeCommit message (Collapse)Author
2015-01-06Remove inconsistency in ARM support.Andy Polyakov
This facilitates "universal" builds, ones that target multiple architectures, e.g. ARMv5 through ARMv7. See commentary in Configure for details. Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit c1669e1c205dc8e695fb0c10a655f434e758b9f7)
2014-10-30armv4cpuid.S: fix compilation error in pre-ARMv7 build.Andy Polyakov
PR: 3474 Reviewed-by: Kurt Roeckx <kurt@openssl.org> (cherry picked from commit 6696203963ba209fbbef12098e6eb6f364379c65)
2014-06-10ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov
Pointer out and suggested by: Ard Biesheuvel. (cherry picked from commit 5dcf70a1c57c2019bfad640fe14fd4a73212860a)
2014-06-10armv4cpuid.S: switch to CNTVCT tick counter.Andy Polyakov
(cherry picked from commit 723463282fab13a686a30779c401b98b82134a62)
2014-06-10crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
(cherry picked from commit 4afa9f033dd58465b4c2d119a9d8cd737edeba26)
2011-11-14ARM assembler pack update from HEAD.Andy Polyakov