Add cache topology info to FVP DTBs
Antonio Nino Diaz authored
From version 4.0 onwards, the ARM64 Linux kernel expects the device
tree to indicate the cache hierarchy. Failing to provide this
information results in the following warning message to be printed by
the kernel:

    `Unable to detect cache hierarchy from DT for CPU x`

All the FVP device trees provided in the TF source tree have been
modified to add this information.

Fixes ARM-software/tf-issues#325

Change-Id: I0ff888992e602b81a0fe1744a86151d625727511
b1063d95
Name Last commit Last update
bl1 Merge pull request #470 from danh-arm/dh/fwu-done-fix
bl2 Remove dashes from image names: 'BL3-x' --> 'BL3x'
bl2u FWU: Add Generic BL2U FWU image support in BL2
bl31 Add support for %p in tf_printf()
bl32/tsp Remove dashes from image names: 'BL3-x' --> 'BL3x'
common Add support for %p in tf_printf()
docs Merge pull request #532 from soby-mathew/vk/configure_mmap_macros
drivers Merge pull request #518 from hzhuang1/pl061_gpio_v5
fdts Add cache topology info to FVP DTBs
include Merge pull request #532 from soby-mathew/vk/configure_mmap_macros
lib Cortex-Axx: Unconditionally apply CPU reset operations
make_helpers build system: allow overriding the build's timestamp
plat Merge pull request #532 from soby-mathew/vk/configure_mmap_macros
services PSCI: Resolve GCC static analysis false positive
tools Merge pull request #484 from jcastillo-arm/jc/tf-issues/337
.gitignore TBB: rework cert_create tool to follow a data driven approach
Makefile Disable non-temporal hint on Cortex-A53/57
acknowledgements.md TLK-D documentation and add NVIDIA to the Acknowledgements file
contributing.md Update `contributing.md` CLA instructions
license.md Update year in copyright text to 2014
readme.md Update `readme.md` for v1.2 release