| e97e413f | 30-Nov-2016 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
Check Trusty is present during the SPD's initialization
Add a debug assertion in the initialization function of Trusty's SPD to check for the presence of Trusty. If Trusty is absent then the SPD's s
Check Trusty is present during the SPD's initialization
Add a debug assertion in the initialization function of Trusty's SPD to check for the presence of Trusty. If Trusty is absent then the SPD's setup function already detects it and returns an error code so the init function will never been called. Therefore, a debug assertion is enough to catch this improbable error case.
Change-Id: Id20013e9291cdeef7827b919de2a22455f6cd9f9 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
show more ...
|
| 48c1c39f | 23-Nov-2016 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
Fix a coding style issue in trusty.c
This patch fixes the following coding style error reported by the checkpatch.pl script:
Bad function definition - void el3_exit() should probably be void el
Fix a coding style issue in trusty.c
This patch fixes the following coding style error reported by the checkpatch.pl script:
Bad function definition - void el3_exit() should probably be void el3_exit(void)
There is another one but it's a false positive so there's no point in fixing it:
space prohibited after that '&' (ctx:WxW) +#define SMC_NR(entity, fn, fastcall, smc64) ((((fastcall) & 0x1) << 31) | \ ^ Change-Id: I34de0337c7216dabd16395879f13845a60ee6df0
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
show more ...
|