source: atk2-sc3-1.4.0-ntisr/arch/v850_ccrh/prc_mem.yaml

Last change on this file was 172, checked in by ertl-ishikawa, 8 years ago

ATK2-SC3 1.4.0 RH850依存部 非信頼C2ISR対応を追加

  • Property svn:executable set to *
File size: 6.9 KB
Line 
1#
2# TOPPERS ATK2
3# Toyohashi Open Platform for Embedded Real-Time Systems
4# Automotive Kernel Version 2
5#
6# Copyright (C) 2014-2015 by Center for Embedded Computing Systems
7# Graduate School of Information Science, Nagoya Univ., JAPAN
8#
9# 上記著作権者
10は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
11# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
12# 変・再é…
13å¸ƒï¼ˆä»¥ä¸‹ï¼Œåˆ©ç”¨ã¨å‘¼ã¶ï¼‰ã™ã‚‹ã“とを無償で許諾する.
14# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
15# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
16# スコード中に含まれていること.
17# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
18# 用できる形で再é…
19å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œå†é…
20å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨
21# 者
22マニュアルなど)に,上記の著作権表示,この利用条件および下記
23# の無保証規定を掲載すること.
24# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
25# 用できない形で再é…
26å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œæ¬¡ã®ã„ずれかの条件を満たすこ
27# と.
28# (a) 再é…
29å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨è€…
30マニュアルなど)に,上記の著
31# 作権表示,この利用条件および下記の無保証規定を掲載すること.
32# (b) 再é…
33å¸ƒã®å½¢æ…
34‹ã‚’,別に定める方法によって,TOPPERSプロジェクトに
35# 報告すること.
36# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
37# 害からも,上記著作権者
38およびTOPPERSプロジェクトをå…
39è²¬ã™ã‚‹ã“と.
40# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
41# 由に基づく請求からも,上記著作権者
42およびTOPPERSプロジェクトを
43# å…
44è²¬ã™ã‚‹ã“と.
45#
46# AUTOSAR(AUTomotive Open System ARchitecture)は,AUTOSAR仕様に基づ
47# いたソフトウェアを商用目的で利用する者
48に対して,AUTOSARパートナーに
49# なることを求めている.
50#
51# 本ソフトウェアは,無保証で提供されているものである.上記著作権者
52お
53# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
54# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
55# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
56# の責任を負わない.
57#
58# $Id: prc_mem.yaml 182 2015-06-24 07:14:37Z t_ishikawa $
59#
60
61Ecuc:
62 Os:
63 kernel_text:
64 DefinitionRef: OsMemorySection
65 OsMemorySectionName: "kernel.text"
66 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
67 OsMemorySectionWriteable: false
68 OsMemorySectionReadable: true
69 OsMemorySectionExecutable: true
70 OsMemorySectionShort: false
71 OsMemorySectionCacheable: true
72 OsMemorySectionDevice: false
73 OsMemorySectionExport: false
74 kernel_const:
75 DefinitionRef: OsMemorySection
76 OsMemorySectionName: "kernel.const"
77 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
78 OsMemorySectionWriteable: false
79 OsMemorySectionReadable: true
80 OsMemorySectionExecutable: true
81 OsMemorySectionShort: false
82 OsMemorySectionCacheable: true
83 OsMemorySectionDevice: false
84 OsMemorySectionExport: false
85 kernel_data:
86 DefinitionRef: OsMemorySection
87 OsMemorySectionName: "kernel.data"
88 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
89 OsMemorySectionWriteable: true
90 OsMemorySectionReadable: true
91 OsMemorySectionExecutable: false
92 OsMemorySectionShort: false
93 OsMemorySectionInitialize: DATA
94 OsMemorySectionCacheable: true
95 OsMemorySectionDevice: false
96 OsMemorySectionExport: false
97 kernel_bss:
98 DefinitionRef: OsMemorySection
99 OsMemorySectionName: "kernel.bss"
100 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
101 OsMemorySectionWriteable: true
102 OsMemorySectionReadable: true
103 OsMemorySectionExecutable: false
104 OsMemorySectionShort: false
105 OsMemorySectionInitialize: BSS
106 OsMemorySectionCacheable: true
107 OsMemorySectionDevice: false
108 OsMemorySectionExport: false
109 kernel_srpw:
110 DefinitionRef: OsMemorySection
111 OsMemorySectionName: "kernel.srpw.bss"
112 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
113 OsMemorySectionWriteable: true
114 OsMemorySectionReadable: true
115 OsMemorySectionExecutable: false
116 OsMemorySectionShort: false
117 OsMemorySectionInitialize: NO_INITIALIZE
118 OsMemorySectionCacheable: true
119 OsMemorySectionDevice: false
120 OsMemorySectionExport: false
121 prc_osap_kernel:
122 DefinitionRef: OsApplication
123 OsTrusted: true
124 OsAppMemorySectionRef:
125 - /Ecuc/Os/kernel_text
126 - /Ecuc/Os/kernel_const
127 - /Ecuc/Os/kernel_data
128 - /Ecuc/Os/kernel_bss
129 - /Ecuc/Os/kernel_srpw
130 OsApplicationHooks:
131 OsAppErrorHook: false
132 OsAppShutdownHook: false
133 OsAppStartupHook: false
134 shared_text:
135 DefinitionRef: OsMemorySection
136 OsMemorySectionName: "shared.text"
137 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
138 OsMemorySectionWriteable: false
139 OsMemorySectionReadable: true
140 OsMemorySectionExecutable: true
141 OsMemorySectionShort: false
142 OsMemorySectionCacheable: true
143 OsMemorySectionDevice: false
144 OsMemorySectionExport: false
145 shared_const:
146 DefinitionRef: OsMemorySection
147 OsMemorySectionName: "shared.const"
148 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
149 OsMemorySectionWriteable: false
150 OsMemorySectionReadable: true
151 OsMemorySectionExecutable: true
152 OsMemorySectionShort: false
153 OsMemorySectionCacheable: true
154 OsMemorySectionDevice: false
155 OsMemorySectionExport: false
156 shared_data:
157 DefinitionRef: OsMemorySection
158 OsMemorySectionName: "shared.data"
159 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
160 OsMemorySectionWriteable: true
161 OsMemorySectionReadable: true
162 OsMemorySectionExecutable: false
163 OsMemorySectionShort: false
164 OsMemorySectionInitialize: DATA
165 OsMemorySectionCacheable: true
166 OsMemorySectionDevice: false
167 OsMemorySectionExport: true
168 shared_bss:
169 DefinitionRef: OsMemorySection
170 OsMemorySectionName: "shared.bss"
171 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
172 OsMemorySectionWriteable: true
173 OsMemorySectionReadable: true
174 OsMemorySectionExecutable: false
175 OsMemorySectionShort: false
176 OsMemorySectionInitialize: BSS
177 OsMemorySectionCacheable: true
178 OsMemorySectionDevice: false
179 OsMemorySectionExport: true
180
Note: See TracBrowser for help on using the repository browser.