arm-trusted-firmware/drivers/console/aarch64
Daniel Boulby 8abcdf921a Ensure read and write of flags are 32 bit
In 'console_set_scope' and when registering a console, field 'flags' of
'console_t' is assigned a 32-bit value. However, when it is actually
used, the functions perform 64-bit reads to access its value. This patch
changes all 64-bit reads to 32-bit reads.

Change-Id: I181349371409e60065335f078857946fa3c32dc1
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
2018-05-17 16:42:41 +01:00
..
console.S Add new function-pointer-based console API 2017-12-12 15:00:34 -08:00
deprecated_console.S Improve MULTI_CONSOLE_API deprecation warnings 2018-03-01 16:14:29 +00:00
multi_console.S Ensure read and write of flags are 32 bit 2018-05-17 16:42:41 +01:00
skeleton_console.S Add new function-pointer-based console API 2017-12-12 15:00:34 -08:00