arm-trusted-firmware/include/lib/aarch64
Dan Handley ce4c820d8c Remove use of PLATFORM_CACHE_LINE_SIZE
The required platform constant PLATFORM_CACHE_LINE_SIZE is
unnecessary since CACHE_WRITEBACK_GRANULE effectively provides the
same information. CACHE_WRITEBACK_GRANULE is preferred since this
is an architecturally defined term and allows comparison with the
corresponding hardware register value.

Replace all usage of PLATFORM_CACHE_LINE_SIZE with
CACHE_WRITEBACK_GRANULE.

Also, add a runtime assert in BL1 to check that the provided
CACHE_WRITEBACK_GRANULE matches the value provided in CTR_EL0.

Change-Id: If87286be78068424217b9f3689be358356500dcd
2015-04-27 18:05:06 +01:00
..
arch.h Remove use of PLATFORM_CACHE_LINE_SIZE 2015-04-27 18:05:06 +01:00
arch_helpers.h Remove use of PLATFORM_CACHE_LINE_SIZE 2015-04-27 18:05:06 +01:00
xlat_tables.h Create BL stage specific translation tables 2014-09-25 11:43:47 +01:00