Add Broadcom's code for bcm63xx support
[project/bcm63xx/atf.git] / plat / bcm / include / bcm_map_part.h
1 /*
2 <:copyright-BRCM:2011:DUAL/GPL:standard
3
4 Copyright (c) 2011 Broadcom
5 All Rights Reserved
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License, version 2, as published by
9 the Free Software Foundation (the "GPL").
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16
17 A copy of the GPL is available at http://www.broadcom.com/licenses/GPLv2.php, or by
18 writing to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.
20
21 :>
22 */
23
24 #ifndef __BCM_MAP_H
25 #define __BCM_MAP_H
26
27 #if defined (_BCM963138_)
28 #include "63138_map_part.h"
29 #endif
30 #if defined (_BCM963148_)
31 #include "63148_map_part.h"
32 #endif
33 #if defined (_BCM94908_)
34 #include "4908_map_part.h"
35 #endif
36 #if defined (_BCM96858_)
37 #include "6858_map_part.h"
38 #endif
39 #if defined (_BCM947189_)
40 #include "47189_map_part.h"
41 #endif
42 #if defined (_BCM963158_)
43 #include "63158_map_part.h"
44 #endif
45 #if defined (_BCM96846_)
46 #include "6846_map_part.h"
47 #endif
48 #if defined (_BCM96856_)
49 #include "6856_map_part.h"
50 #endif
51 #if defined (_BCM963178_)
52 #include "63178_map_part.h"
53 #endif
54 #if defined (_BCM963146_)
55 #include "63146_map_part.h"
56 #endif
57 #if defined (_BCM947622_)
58 #include "47622_map_part.h"
59 #endif
60 #if defined (_BCM96878_)
61 #include "6878_map_part.h"
62 #endif
63 #if defined (_BCM94912_)
64 #include "4912_map_part.h"
65 #endif
66 #if defined (_BCM96756_)
67 #include "6756_map_part.h"
68 #endif
69 #endif