aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | backtrace: Print backtrace in assert() and panic()Antonio Nino Diaz2018-08-301-2/+6
|/ /
* | DSU erratum 936184 workaround: bug fixJohn Tsichritzis2018-08-231-7/+17
* | libc: armclang: Implement compiler printf symbolsAntonio Nino Diaz2018-08-222-0/+38
* | libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-225-37/+38
* | libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz2018-08-223-2/+317
* | libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-227-10/+10
* | libc: Add AArch32 and AArch64 headersAntonio Nino Diaz2018-08-221-1/+1
* | libc: Cleanup FreeBSD filesAntonio Nino Diaz2018-08-224-19/+16
* | libc: Import files from FreeBSDAntonio Nino Diaz2018-08-224-0/+207
* | libc: Introduce cdefs.h, assert.h and strlen.cAntonio Nino Diaz2018-08-221-0/+17
* | libc: Cleanup remaining filesAntonio Nino Diaz2018-08-2211-116/+123
* | libc: Remove printf-like functionsAntonio Nino Diaz2018-08-222-584/+0
* | libc: Remove sscanf() and timingsafe_bcmp()Antonio Nino Diaz2018-08-223-67/+2
* | libc: Remove non-Arm filesAntonio Nino Diaz2018-08-225-259/+0
* | Merge pull request #1532 from jeenu-arm/misra-fixesDimitris Papastamos2018-08-222-25/+28
|\ \
| * | RAS: MISRA fixesJeenu Viswambharan2018-08-202-25/+28
* | | Merge pull request #1533 from jeenu-arm/mpamDimitris Papastamos2018-08-222-0/+45
|\ \ \
| * | | AArch64: Enable MPAM for lower ELsJeenu Viswambharan2018-08-202-0/+45
| |/ /
* | | Merge pull request #1388 from vwadekar/report-cve-2017-5715Dimitris Papastamos2018-08-201-5/+55
|\ \ \
| * | | cpus: denver: report CVE_2017_5715 mitigation to higher layersVarun Wadekar2018-08-171-5/+55
| |/ /
* / / DSU erratum 936184 workaroundJohn Tsichritzis2018-08-175-5/+114
|/ /
* | Merge pull request #1510 from robertovargas-arm/romlibDimitris Papastamos2018-08-1325-17/+339
|\ \
| * | Add support for romlib in the build systemRoberto Vargas2018-08-037-0/+308
| * | Add atexit function to libcRoberto Vargas2018-08-031-4/+16
| * | Create a library file for libcRoberto Vargas2018-08-0316-3/+3
| * | Create a library file for libfdtRoberto Vargas2018-08-031-0/+2
* | | xlat v2: Support the EL2 translation regimeAntonio Nino Diaz2018-08-108-47/+204
* | | xlat v2: Flush xlat tables after being modifiedAntonio Nino Diaz2018-08-077-50/+60
* | | xlat v2: Cleanup get/change mem attr helpersAntonio Nino Diaz2018-08-062-11/+19
|/ /
* | psci: Use bool in internal interfacesAntonio Nino Diaz2018-08-022-4/+5
* | xlat: Use bool instead of intAntonio Nino Diaz2018-08-026-58/+60
* | Merge pull request #1498 from glneo/cache-early-fixesDimitris Papastamos2018-07-301-2/+2
|\ \
| * | PSCI: Fix logic error to skip cache flushingAndrew F. Davis2018-07-261-2/+2
* | | Merge pull request #1493 from antonio-nino-diaz-arm/an/xlat-misraDimitris Papastamos2018-07-3010-385/+421
|\ \ \
| * | | xlat: Fix MISRA defectsAntonio Nino Diaz2018-07-3010-385/+421
| |/ /
* / / RAS: ras_common: Add null pointer check for error record probe functionSughosh Ganu2018-07-261-3/+4
|/ /
* | PSCI: Fix MISRA defects in common and setup codeAntonio Nino Diaz2018-07-244-160/+210
* | PSCI: Fix MISRA defects in stat codeAntonio Nino Diaz2018-07-241-22/+25
* | PSCI: Fix MISRA defects in MEM_PROTECTAntonio Nino Diaz2018-07-242-14/+15
* | PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz2018-07-245-73/+76
* | PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-1/+1
* | PSCI: Refactor lock macros to comply with MISRAAntonio Nino Diaz2018-07-201-57/+90
* | PSCI: Replace macros by static inline functionsAntonio Nino Diaz2018-07-203-40/+87
* | xlat: Remove references to the Trusted FirmwareAntonio Nino Diaz2018-07-153-11/+19
* | xlat v2: Make setup_mmu_config publicAntonio Nino Diaz2018-07-154-23/+24
* | xlat v2: Turn MMU parameters into 64-bit valuesAntonio Nino Diaz2018-07-134-39/+35
* | xlat v2: Remove IMAGE_EL defineAntonio Nino Diaz2018-07-134-24/+37
* | xlat v2: Remove unused tlbi helperAntonio Nino Diaz2018-07-135-35/+9
* | xlat v2: Remove architectural headersAntonio Nino Diaz2018-07-138-54/+20
|/
* Add initial CPU support for Cortex-HeliosJoel Hutton2018-07-111-0/+34