aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib/utils.h
Commit message (Expand)AuthorAgeFilesLines
* arm: gicv3: Fix compiler dependent behaviorAmbroise Vincent2019-12-101-8/+6
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-0/+1
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* Add helper to return reference to a symbolSoby Mathew2018-10-291-0/+23
* Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-281-4/+0
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* Fix MISRA rule 8.3Roberto Vargas2018-07-101-2/+2
* ARM platforms: Demonstrate mem_protect from el3_runtimeRoberto Vargas2018-05-011-1/+13
* utils: rename struct mem_region_t to struct mem_regionMasahiro Yamada2018-01-161-1/+1
* Add mem_region utility functionsRoberto Vargas2017-09-251-0/+19
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-291-61/+2
* Introduce MIN()/MAX() macros in utils.hdp-arm2017-03-311-0/+14
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-0/+31
* Resolve build errors flagged by GCC 6.2David Cunado2017-01-261-1/+15
* utils: move BIT(n) macro to utils.hMasahiro Yamada2017-01-131-0/+2
* Move SIZE_FROM_LOG2_WORDS macro to utils.hSoby Mathew2016-08-091-0/+2
* Ensure addresses in is_mem_free() don't overflowSandrine Bailleux2016-07-251-0/+7
* Introduce round_up/down() macrosSandrine Bailleux2016-07-081-0/+17
* Introduce utils.h header fileSandrine Bailleux2016-07-081-0/+41