# # TOPPERS ATK2 # Toyohashi Open Platform for Embedded Real-Time Systems # Automotive Kernel Version 2 # # Copyright (C) 2014-2015 by Center for Embedded Computing Systems # Graduate School of Information Science, Nagoya Univ., JAPAN # # 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ # ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改 # 変・再配布(以下,利用と呼ぶ)することを無償で許諾する. # (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作 # 権表示,この利用条件および下記の無保証規定が,そのままの形でソー # スコード中に含まれていること. # (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使 # 用できる形で再配布する場合には,再配布に伴うドキュメント(利用 # 者マニュアルなど)に,上記の著作権表示,この利用条件および下記 # の無保証規定を掲載すること. # (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使 # 用できない形で再配布する場合には,次のいずれかの条件を満たすこ # と. # (a) 再配布に伴うドキュメント(利用者マニュアルなど)に,上記の著 # 作権表示,この利用条件および下記の無保証規定を掲載すること. # (b) 再配布の形態を,別に定める方法によって,TOPPERSプロジェクトに # 報告すること. # (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損 # 害からも,上記著作権者およびTOPPERSプロジェクトを免責すること. # また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理 # 由に基づく請求からも,上記著作権者およびTOPPERSプロジェクトを # 免責すること. # # AUTOSAR(AUTomotive Open System ARchitecture)は,AUTOSAR仕様に基づ # いたソフトウェアを商用目的で利用する者に対して,AUTOSARパートナーに # なることを求めている. # # 本ソフトウェアは,無保証で提供されているものである.上記著作権者お # よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的 # に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ # アの利用により直接的または間接的に生じたいかなる損害に関しても,そ # の責任を負わない. # # $Id: prc_mem.yaml 182 2015-06-24 07:14:37Z t_ishikawa $ # Ecuc: Os: kernel_text: DefinitionRef: OsMemorySection OsMemorySectionName: "kernel.text" OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH OsMemorySectionWritable: false OsMemorySectionReadable: true OsMemorySectionExecutable: true OsMemorySectionShort: false OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false kernel_const: DefinitionRef: OsMemorySection OsMemorySectionName: "kernel.const" OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH OsMemorySectionWritable: false OsMemorySectionReadable: true OsMemorySectionExecutable: true OsMemorySectionShort: false OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false kernel_data: DefinitionRef: OsMemorySection OsMemorySectionName: "kernel.data" OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM OsMemorySectionWritable: true OsMemorySectionReadable: true OsMemorySectionExecutable: false OsMemorySectionShort: false OsMemorySectionInitialize: DATA OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false kernel_bss: DefinitionRef: OsMemorySection OsMemorySectionName: "kernel.bss" OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM OsMemorySectionWritable: true OsMemorySectionReadable: true OsMemorySectionExecutable: false OsMemorySectionShort: false OsMemorySectionInitialize: BSS OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false kernel_srpw: DefinitionRef: OsMemorySection OsMemorySectionName: "kernel.srpw.bss" OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM OsMemorySectionWritable: true OsMemorySectionReadable: true OsMemorySectionExecutable: false OsMemorySectionShort: false OsMemorySectionInitialize: NO_INITIALIZE OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false prc_osap_kernel: DefinitionRef: OsApplication OsTrusted: true OsAppMemorySectionRef: - /Ecuc/Os/kernel_text - /Ecuc/Os/kernel_const - /Ecuc/Os/kernel_data - /Ecuc/Os/kernel_bss - /Ecuc/Os/kernel_srpw OsApplicationHooks: OsAppErrorHook: false OsAppShutdownHook: false OsAppStartupHook: false shared_text: DefinitionRef: OsMemorySection OsMemorySectionName: "shared.text" OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH OsMemorySectionWritable: false OsMemorySectionReadable: true OsMemorySectionExecutable: true OsMemorySectionShort: false OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false shared_const: DefinitionRef: OsMemorySection OsMemorySectionName: "shared.const" OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH OsMemorySectionWritable: false OsMemorySectionReadable: true OsMemorySectionExecutable: true OsMemorySectionShort: false OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: false shared_data: DefinitionRef: OsMemorySection OsMemorySectionName: "shared.data" OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM OsMemorySectionWritable: true OsMemorySectionReadable: true OsMemorySectionExecutable: false OsMemorySectionShort: false OsMemorySectionInitialize: DATA OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: true shared_bss: DefinitionRef: OsMemorySection OsMemorySectionName: "shared.bss" OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM OsMemorySectionWritable: true OsMemorySectionReadable: true OsMemorySectionExecutable: false OsMemorySectionShort: false OsMemorySectionInitialize: BSS OsMemorySectionCacheable: true OsMemorySectionDevice: false OsMemorySectionExport: true