Attention is currently required from: Julius Werner.
Hello Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79106?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: arch/arm64: Extend cache helper functions ......................................................................
arch/arm64: Extend cache helper functions
This patch extends the cpu_get_cache_info function, so that additional information like size of cache lines can be retrieved.
Furthermore, static functions were grouped and moved to the top and non-static functions to the bottom, in order to provide a better structure to the file.
Patch was tested against the qemu-sbsa mainboard.
Change-Id: If6fe731dc67ffeaff9344d2bd2627f45185c27de Signed-off-by: David Milosevic David.Milosevic@9elements.com --- M src/arch/arm64/armv8/cache.c M src/arch/arm64/include/armv8/arch/cache.h 2 files changed, 91 insertions(+), 52 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/79106/2