Jiafei Pan | 46367ad | 2018-03-02 07:23:30 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __LAYERSCAPE_SOC_H__ | ||||
8 | #define __LAYERSCAPE_SOC_H__ | ||||
9 | |||||
10 | #include <stdint.h> | ||||
11 | |||||
12 | #define SVR_WO_E 0xFFFFFE | ||||
13 | #define SVR_LS1043A 0x879204 | ||||
14 | #define SVR_LS1043AE 0x879200 | ||||
15 | |||||
16 | void get_gic_offset(uint32_t *gicc_base, uint32_t *gicd_base); | ||||
17 | |||||
18 | #endif /* __LAYERSCAPE_SOC_H__ */ |