mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 03:36:33 +00:00
rpi: Videocore cache definitions
This commit is contained in:
parent
435bdd5755
commit
c52b7d3076
@ -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 };
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user