]> git.saurik.com Git - apple/xnu.git/blob - pexpert/pexpert/arm/board_config.h
a6d930e414771d487b17dda6c44121151ce76abb
[apple/xnu.git] / pexpert / pexpert / arm / board_config.h
1 /*
2 * Copyright (c) 2007-2014 Apple Inc. All rights reserved.
3 * Copyright (c) 2005-2006 Apple Computer, Inc. All rights reserved.
4 */
5 #ifndef _PEXPERT_ARM_BOARD_CONFIG_H
6 #define _PEXPERT_ARM_BOARD_CONFIG_H
7
8 #ifdef ARM_BOARD_CONFIG_S7002
9 #define ARMA7
10 #define __XNU_UP__
11 #include <pexpert/arm/S7002.h>
12
13 #define ARM_BOARD_WFE_TIMEOUT_NS 1000
14 #define __ARM_L2CACHE_SIZE_LOG__ 18
15
16 #define ARM_BOARD_CLASS_S7002
17 #endif /* ARM_BOARD_CONFIG_S7002 */
18
19 #ifdef ARM_BOARD_CONFIG_T8002
20 #define ARMA7
21 #include <pexpert/arm/T8002.h>
22
23 #define ARM_BOARD_WFE_TIMEOUT_NS 1000
24 #define __ARM_L2CACHE_SIZE_LOG__ 19
25
26 #define ARM_BOARD_CLASS_T8002
27 #endif /* ARM_BOARD_CONFIG_T8002 */
28
29 #ifdef ARM_BOARD_CONFIG_T8004
30 #define ARMA7
31 #include <pexpert/arm/T8002.h>
32
33 #define ARM_BOARD_WFE_TIMEOUT_NS 1000
34 #define __ARM_L2CACHE_SIZE_LOG__ 20
35
36 #define ARM_BOARD_CLASS_T8002
37 #endif /* ARM_BOARD_CONFIG_T8004 */
38
39
40 #endif /* ! _PEXPERT_ARM_BOARD_CONFIG_H */