source: atk2-sc3_fl850f1l/arch/v850_ccrh/prc_mem.yaml@ 117

Last change on this file since 117 was 117, checked in by ertl-ishikawa, 9 years ago

ATK2-SC3 1.3.2 FL850F1L(RH850F1L)依存部(GCC/GHS/CCRH)を追加

File size: 6.2 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# 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
10# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
11# 変・再配布(以下,利用と呼ぶ)することを無償で許諾する.
12# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
13# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
14# スコード中に含まれていること.
15# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
16# 用できる形で再配布する場合には,再配布に伴うドキュメント(利用
17# 者マニュアルなど)に,上記の著作権表示,この利用条件および下記
18# の無保証規定を掲載すること.
19# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
20# 用できない形で再配布する場合には,次のいずれかの条件を満たすこ
21# と.
22# (a) 再配布に伴うドキュメント(利用者マニュアルなど)に,上記の著
23# 作権表示,この利用条件および下記の無保証規定を掲載すること.
24# (b) 再配布の形態を,別に定める方法によって,TOPPERSプロジェクトに
25# 報告すること.
26# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
27# 害からも,上記著作権者およびTOPPERSプロジェクトを免責すること.
28# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
29# 由に基づく請求からも,上記著作権者およびTOPPERSプロジェクトを
30# 免責すること.
31#
32# AUTOSAR(AUTomotive Open System ARchitecture)は,AUTOSAR仕様に基づ
33# いたソフトウェアを商用目的で利用する者に対して,AUTOSARパートナーに
34# なることを求めている.
35#
36# 本ソフトウェアは,無保証で提供されているものである.上記著作権者お
37# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
38# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
39# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
40# の責任を負わない.
41#
42# $Id: prc_mem.yaml 182 2015-06-24 07:14:37Z t_ishikawa $
43#
44
45Ecuc:
46 Os:
47 kernel_text:
48 DefinitionRef: OsMemorySection
49 OsMemorySectionName: "kernel.text"
50 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
51 OsMemorySectionWritable: false
52 OsMemorySectionReadable: true
53 OsMemorySectionExecutable: true
54 OsMemorySectionShort: false
55 OsMemorySectionCacheable: true
56 OsMemorySectionDevice: false
57 OsMemorySectionExport: false
58 kernel_const:
59 DefinitionRef: OsMemorySection
60 OsMemorySectionName: "kernel.const"
61 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
62 OsMemorySectionWritable: false
63 OsMemorySectionReadable: true
64 OsMemorySectionExecutable: true
65 OsMemorySectionShort: false
66 OsMemorySectionCacheable: true
67 OsMemorySectionDevice: false
68 OsMemorySectionExport: false
69 kernel_data:
70 DefinitionRef: OsMemorySection
71 OsMemorySectionName: "kernel.data"
72 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
73 OsMemorySectionWritable: true
74 OsMemorySectionReadable: true
75 OsMemorySectionExecutable: false
76 OsMemorySectionShort: false
77 OsMemorySectionInitialize: DATA
78 OsMemorySectionCacheable: true
79 OsMemorySectionDevice: false
80 OsMemorySectionExport: false
81 kernel_bss:
82 DefinitionRef: OsMemorySection
83 OsMemorySectionName: "kernel.bss"
84 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
85 OsMemorySectionWritable: true
86 OsMemorySectionReadable: true
87 OsMemorySectionExecutable: false
88 OsMemorySectionShort: false
89 OsMemorySectionInitialize: BSS
90 OsMemorySectionCacheable: true
91 OsMemorySectionDevice: false
92 OsMemorySectionExport: false
93 kernel_srpw:
94 DefinitionRef: OsMemorySection
95 OsMemorySectionName: "kernel.srpw.bss"
96 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
97 OsMemorySectionWritable: true
98 OsMemorySectionReadable: true
99 OsMemorySectionExecutable: false
100 OsMemorySectionShort: false
101 OsMemorySectionInitialize: NO_INITIALIZE
102 OsMemorySectionCacheable: true
103 OsMemorySectionDevice: false
104 OsMemorySectionExport: false
105 prc_osap_kernel:
106 DefinitionRef: OsApplication
107 OsTrusted: true
108 OsAppMemorySectionRef:
109 - /Ecuc/Os/kernel_text
110 - /Ecuc/Os/kernel_const
111 - /Ecuc/Os/kernel_data
112 - /Ecuc/Os/kernel_bss
113 - /Ecuc/Os/kernel_srpw
114 OsApplicationHooks:
115 OsAppErrorHook: false
116 OsAppShutdownHook: false
117 OsAppStartupHook: false
118 shared_text:
119 DefinitionRef: OsMemorySection
120 OsMemorySectionName: "shared.text"
121 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
122 OsMemorySectionWritable: false
123 OsMemorySectionReadable: true
124 OsMemorySectionExecutable: true
125 OsMemorySectionShort: false
126 OsMemorySectionCacheable: true
127 OsMemorySectionDevice: false
128 OsMemorySectionExport: false
129 shared_const:
130 DefinitionRef: OsMemorySection
131 OsMemorySectionName: "shared.const"
132 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
133 OsMemorySectionWritable: false
134 OsMemorySectionReadable: true
135 OsMemorySectionExecutable: true
136 OsMemorySectionShort: false
137 OsMemorySectionCacheable: true
138 OsMemorySectionDevice: false
139 OsMemorySectionExport: false
140 shared_data:
141 DefinitionRef: OsMemorySection
142 OsMemorySectionName: "shared.data"
143 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
144 OsMemorySectionWritable: true
145 OsMemorySectionReadable: true
146 OsMemorySectionExecutable: false
147 OsMemorySectionShort: false
148 OsMemorySectionInitialize: DATA
149 OsMemorySectionCacheable: true
150 OsMemorySectionDevice: false
151 OsMemorySectionExport: true
152 shared_bss:
153 DefinitionRef: OsMemorySection
154 OsMemorySectionName: "shared.bss"
155 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
156 OsMemorySectionWritable: true
157 OsMemorySectionReadable: true
158 OsMemorySectionExecutable: false
159 OsMemorySectionShort: false
160 OsMemorySectionInitialize: BSS
161 OsMemorySectionCacheable: true
162 OsMemorySectionDevice: false
163 OsMemorySectionExport: true
164
Note: See TracBrowser for help on using the repository browser.