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