arm-trusted-firmware/include
Daniel Boulby d3775d46a4 Fix MISRA Rule 5.3 Part 1
Conflict with function name and variable name within that function.
Change the name of the function from image_size to get_image_size
to remove conflict and make the function fit the normal project
naming convention.

Rule 5.3:  An identifier declared in an inner scope shall not
           hide an identifier declared in an outer scope

Fixed For:
    make LOG_LEVEL=50 PLAT=fvp

Change-Id: I1a63d2730113e2741fffa79730459c584b0224d7
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
2018-06-12 13:21:36 +01:00
..
bl1 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2 Fix MISRA rule 8.5 in common code 2018-04-13 14:01:56 +01:00
bl2u Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl31 RAS: Allow individual interrupt registration 2018-05-04 08:33:17 +01:00
bl32 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
common Fix MISRA Rule 5.3 Part 1 2018-06-12 13:21:36 +01:00
drivers Ensure read and write of flags are 32 bit 2018-05-17 16:42:41 +01:00
lib SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled 2018-06-08 11:46:31 +01:00
plat Adjust BL2_AT_EL3 memory layout 2018-06-11 14:18:06 +01:00
services Merge pull request #1392 from dp-arm/dp/cve_2018_3639 2018-05-29 09:28:05 +01:00
tools_share Dynamic cfg: Enable support on CoT for other configs 2018-05-18 12:26:38 +01:00