rpi: Videocore cache definitions

This commit is contained in:
Norman Feske 2013-09-15 17:40:27 +02:00
parent 435bdd5755
commit c52b7d3076
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ namespace Genode
/* CPU cache */
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
};
enum Videocore_cache_policy { NON_COHERENT = 0,
COHERENT = 1,
L2_ONLY = 2,
UNCACHED = 3 };
};
}