summaryrefslogtreecommitdiff
path: root/include/lib/utils_def.h
AgeCommit message (Expand)Author
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-07-23Factor out cross-BL API into export headers suitable for 3rd party codeJulius Werner
2018-11-26Initial Spectre V1 mitigations (CVE-2017-5753).Joel Hutton
2018-11-26Synchronise arch.h and arch_helpers.h with TF-A-TestsAntonio Nino Diaz
2018-11-15utils_def: add an assembly version for GENMASKYann Gautier
2018-09-25Fix misra warnings in delay timer and console driversSathees Balya
2018-07-20Fix check_[uptr/u32]_overflow() macros MISRA defectsAntonio Nino Diaz
2018-07-20Introduce UL(), L() and LL() macrosAntonio Nino Diaz
2018-06-27xlat v2: Split MMU setup and enableJeenu Viswambharan
2018-06-14utils: Add BIT_32 and BIT_64 macrosYann Gautier
2018-06-14Add GENMASK macrosYann Gautier
2018-05-04RAS: Add helpers to access Standard Error RecordsJeenu Viswambharan
2018-03-27Clean usage of void pointers to access symbolsJoel Hutton
2018-02-27Update ULL() macro and instances of ull to comply with MISRADavid Cunado
2018-01-30Merge pull request #1235 from jwerner-chromium/JW_udelaydavidcunado-arm
2018-01-22Make div_round_up() correct for divisors that are not a power of 2Julius Werner
2017-12-12utils_def: Add REGSZ and make BIT() assembly-compatibleJulius Werner
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-09-21Fix type of `unsigned long` constantsAntonio Nino Diaz
2017-08-24Add macro to test for minimum architecture versionJeenu Viswambharan
2017-06-14Add U() macro to share constants between C and other sourcesVarun Wadekar
2017-05-03Use SPDX license identifiersdp-arm
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden