]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/boot/sbl/soc/a15/sbl_a15.h
Removed stale IPC examples
[processor-sdk/pdk.git] / packages / ti / boot / sbl / soc / a15 / sbl_a15.h
1 /*\r
2  * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/\r
3  *\r
4  * Redistribution and use in source and binary forms, with or without\r
5  * modification, are permitted provided that the following conditions\r
6  * are met:\r
7  *\r
8  * Redistributions of source code must retain the above copyright\r
9  * notice, this list of conditions and the following disclaimer.\r
10  *\r
11  * Redistributions in binary form must reproduce the above copyright\r
12  * notice, this list of conditions and the following disclaimer in the\r
13  * documentation and/or other materials provided with the\r
14  * distribution.\r
15  *\r
16  * Neither the name of Texas Instruments Incorporated nor the names of\r
17  * its contributors may be used to endorse or promote products derived\r
18  * from this software without specific prior written permission.\r
19  *\r
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
31  *\r
32  */\r
33 \r
34 #ifndef SBL_A15_\r
35 #define SBL_A15_\r
36  /**\r
37  * @brief - SBL_setNSMode()\r
38  *  internal function to set non-secure mode\r
39  *\r
40  * @param   none\r
41  *\r
42  * @return  none\r
43  *\r
44  */\r
45 void SBL_setNSMode();\r
46 \r
47 /**\r
48  * @brief - SBL_a15EnableNeon()\r
49  *  internal function to enable NEON coprocessor\r
50  *\r
51  * @param   none\r
52  *\r
53  * @return  none\r
54  *\r
55  */\r
56 void SBL_a15EnableNeon();\r
57 \r
58 /**\r
59  * @brief - SBL_a15EnableSMP()\r
60  *  internal function to enable SMP bit in ACTLR\r
61  *\r
62  * @param   none\r
63  *\r
64  * @return  none\r
65  *\r
66  */\r
67 void SBL_a15EnableSMP();\r
68 \r
69 /**\r
70  * @brief - SBL_a15EnableVFP11co()\r
71  *  internal function to enable VFP11 coprocessor\r
72  *\r
73  * @param   none\r
74  *\r
75  * @return  none\r
76  *\r
77  */\r
78 void SBL_a15EnableVFP11co();\r
79 \r
80 #endif\r