mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
committed by
Christian Helmuth
parent
4c74f4792c
commit
4800bcf5a0
@ -26,6 +26,11 @@ namespace Board {
|
||||
using L2_cache = Hw::Pl310;
|
||||
|
||||
L2_cache & l2_cache();
|
||||
|
||||
enum {
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = 396000000, /* timer clk runs half the CPU freq */
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* _CORE__SPEC__WAND_QUAD__BOARD_H_ */
|
||||
|
@ -25,6 +25,11 @@ namespace Board {
|
||||
using L2_cache = Hw::Pl310;
|
||||
|
||||
L2_cache & l2_cache();
|
||||
|
||||
enum {
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = 500000000, /* timer clk runs half the CPU freq */
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* _CORE__SPEC__NIT6_SOLOX__BOARD_H_ */
|
||||
|
@ -26,6 +26,11 @@ namespace Board {
|
||||
using Pic = Hw::Gicv2;
|
||||
|
||||
L2_cache & l2_cache();
|
||||
|
||||
enum {
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = 500000000, /* timer clk runs half the CPU freq */
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* _CORE__SPEC__WAND_QUAD__BOARD_H_ */
|
||||
|
Reference in New Issue
Block a user