1302 lines
66 KiB
Markdown
1302 lines
66 KiB
Markdown
# AUTOSAR 操作系统需求规范 (SRS OS)
|
||||
|
|
|
|||
|
|
> **文档元信息**
|
|||
|
|
|
|||
|
|
| 项目 | 内容 |
|
|||
|
|
|------|------|
|
|||
|
|
| 文档标题 | Requirements on Operating System(操作系统需求) |
|
|||
|
|
| 文档所有者 | AUTOSAR |
|
|||
|
|
| 文档责任方 | AUTOSAR |
|
|||
|
|
| 文档标识号 | 008 |
|
|||
|
|
| 文档状态 | Final(最终版) |
|
|||
|
|
| AUTOSAR 标准分类 | Classic Platform(经典平台) |
|
|||
|
|
| 标准发布版本 | 4.4.0 |
|
|||
|
|
| 原文文档号 | AUTOSAR_SRS_OS |
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 文档变更历史
|
|||
|
|
|
|||
|
|
| 日期 | 发布版本 | 变更人 | 变更说明 |
|
|||
|
|
|------|---------|--------|----------|
|
|||
|
|
| 2018-10-31 | 4.4.0 | AUTOSAR Release Management | 引入 "AUTOSAR Run-Time Interface" 概念 |
|
|||
|
|
| 2017-12-08 | 4.3.1 | AUTOSAR Release Management | 次要更正 / 澄清 / 编辑性修改;详情请参见 ChangeDocumentation |
|
|||
|
|
| 2016-11-30 | 4.3.0 | AUTOSAR Release Management | 次要更正 / 澄清 / 编辑性修改;详情请参见 ChangeDocumentation |
|
|||
|
|
| 2014-10-31 | 4.2.1 | AUTOSAR Release Management | 引入 "保护 ASIL BSW 免受 QM BSW 影响的机制与约束" 概念 |
|
|||
|
|
| 2013-10-31 | 4.1.2 | AUTOSAR Release Management | 编辑性修改 |
|
|||
|
|
| 2013-03-15 | 4.1.1 | AUTOSAR Administration | - 新增支持省电模式的需求<br>- 对需求追溯进行正式重构<br>- 按 TPS_standardization 模板更新(次要变更) |
|
|||
|
|
| 2011-12-22 | 4.0.3 | AUTOSAR Administration | 合并 AUTOSAR_SRS_MultiCoreOS |
|
|||
|
|
| 2010-09-30 | 3.1.5 | AUTOSAR Administration | - 移除 OS 应确保中断优先级寄存器与 OS 配置一致的要求<br>- 描述的多项次要修改以助理解<br>- 法律免责声明修订 |
|
|||
|
|
| 2008-08-13 | 3.1.1 | AUTOSAR Administration | 法律免责声明修订 |
|
|||
|
|
| 2007-12-21 | 3.0.1 | AUTOSAR Administration | - 扩展文档元信息<br>- 进行小幅布局调整 |
|
|||
|
|
| 2007-01-24 | 2.1.15 | AUTOSAR Administration | - 修订 "用户建议" 章节<br>- 新增 "修订信息" |
|
|||
|
|
| 2006-11-28 | 2.1 | AUTOSAR Administration | 法律免责声明修订 |
|
|||
|
|
| 2006-05-16 | 2.0 | AUTOSAR Administration | 次要正式修改 |
|
|||
|
|
| 2005-05-31 | 1.0 | AUTOSAR Administration | 初始发布 |
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 目录
|
|||
|
|
|
|||
|
|
1. [本文档范围](#1-本文档范围)
|
|||
|
|
2. [如何阅读本文档](#2-如何阅读本文档)
|
|||
|
|
- 2.1 使用的约定
|
|||
|
|
- 2.2 缩略语和缩写
|
|||
|
|
3. [需求指南](#3-需求指南)
|
|||
|
|
- 3.1 需求质量
|
|||
|
|
- 3.2 需求标识
|
|||
|
|
- 3.3 需求状态
|
|||
|
|
4. [需求规范](#4-需求规范)
|
|||
|
|
- 4.1 追溯性
|
|||
|
|
- 4.2 实时操作系统
|
|||
|
|
- 4.3 静态定义调度
|
|||
|
|
- 4.4 监控设施
|
|||
|
|
- 4.5 保护设施
|
|||
|
|
- 4.6 定时器服务
|
|||
|
|
- 4.7 可扩展性
|
|||
|
|
- 4.8 应用错误处理
|
|||
|
|
- 4.9 多核总体问题
|
|||
|
|
- 4.10 运行时对象到核的分配
|
|||
|
|
- 4.11 多核系统的启动
|
|||
|
|
- 4.12 多核系统的关闭
|
|||
|
|
- 4.13 多核系统的配置
|
|||
|
|
- 4.14 多核系统中的服务
|
|||
|
|
- 4.15 调试与跟踪
|
|||
|
|
5. [需求追溯](#5-需求追溯)
|
|||
|
|
6. [参考文献](#6-参考文献)
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 免责声明
|
|||
|
|
|
|||
|
|
> 本节保留原文,不进行翻译。
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 1. 本文档范围
|
|||
|
|
|
|||
|
|
本文档旨在定义 AUTOSAR 操作系统(OS)的高层级需求。
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 2. 如何阅读本文档
|
|||
|
|
|
|||
|
|
### 2.1 使用的约定
|
|||
|
|
|
|||
|
|
- AUTOSAR 文档中需求的表示遵循 [TPS_STDT_0078] 指定的表格。
|
|||
|
|
- 在需求中,应使用以下特定语义(基于互联网工程任务组 IETF 的语义):
|
|||
|
|
- **SHALL(应当)**:该词表示相关定义是规范的绝对要求。
|
|||
|
|
- **SHALL NOT(不得)**:该短语表示相关定义是规范的绝对禁止。
|
|||
|
|
- **MUST(必须)**:该词表示相关定义是出于法律问题的绝对要求。
|
|||
|
|
- **MUST NOT(不应)**:该短语表示相关定义是出于法律约束的绝对禁止。
|
|||
|
|
- **SHOULD(建议)**:该词或形容词 "RECOMMENDED" 表示在特定环境下可能存在忽略某一项目的有效理由,但在选择不同方案之前必须充分理解并仔细权衡其影响。
|
|||
|
|
- **SHOULD NOT(不建议)**:该短语或短语 "NOT RECOMMENDED" 表示在特定环境下某种行为可能是可接受的或甚至有用,但在实施任何带有此标签的行为之前应充分理解其影响并仔细权衡。
|
|||
|
|
- **MAY(可以)**:该词或形容词 "OPTIONAL" 表示该项目是真正可选的。一个供应商可能因为特定市场需要而选择包含该项目,或因为供应商认为其能增强产品而包含;另一个供应商则可能省略同一项。
|
|||
|
|
|
|||
|
|
### 2.2 缩略语和缩写
|
|||
|
|
|
|||
|
|
| 缩写 | 描述 |
|
|||
|
|
|------|------|
|
|||
|
|
| API | Application Programming Interface(应用程序编程接口) |
|
|||
|
|
| BSW | Basic Software(基础软件) |
|
|||
|
|
| COM | Communications(通信) |
|
|||
|
|
| ECU | Electronic Control Unit(电子控制单元) |
|
|||
|
|
| HW | Hardware(硬件) |
|
|||
|
|
| ISR | Interrupt Service Routine(中断服务例程) |
|
|||
|
|
| MC | Multi-Core(多核) |
|
|||
|
|
| MCU | Microcontroller Unit(微控制器单元) |
|
|||
|
|
| MPU | Memory Protection Unit(内存保护单元) |
|
|||
|
|
| NM | Network Management(网络管理) |
|
|||
|
|
| OIL | OSEK Implementation Language(OSEK 实现语言) |
|
|||
|
|
| OS | Operating System(操作系统) |
|
|||
|
|
| OSEK/VDX | Offene Systeme und deren Schnittstellen für die Elektonik im Kraftfahrzeug(汽车电子开放系统及其接口) |
|
|||
|
|
| SC | Single-Core(单核) |
|
|||
|
|
| SW | Software(软件) |
|
|||
|
|
| SWC | Software Component(软件组件) |
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 3. 需求指南
|
|||
|
|
|
|||
|
|
应引用已有的规范(以单一需求的形式)。与这些规范的差异被定义为附加需求。
|
|||
|
|
|
|||
|
|
### 3.1 需求质量
|
|||
|
|
|
|||
|
|
所有需求应具备以下属性:
|
|||
|
|
|
|||
|
|
- **无冗余**:需求在一个需求内或其他需求中不得重复。
|
|||
|
|
- **清晰性**:所有需求应仅有一种解释的可能性。仅可使用词汇表中的技术术语。此外,需求中必须清楚地表明该陈述是针对哪个对象的。例如:
|
|||
|
|
- `<...>` 模块应当/建议/可以 ...
|
|||
|
|
- `<...>` 模块的环境应当 ...
|
|||
|
|
- `<...>` 配置应当 ...
|
|||
|
|
- 函数 `<...>` 应当 ...
|
|||
|
|
- `<...>` SWS 应当 ...
|
|||
|
|
- 硬件应当 ...
|
|||
|
|
- **原子性**:每个需求应仅包含一个需求。如果一个需求不能再被拆分为更小的需求,则该需求是原子的。
|
|||
|
|
- **可测试性**:需求应能通过分析、评审或测试进行验证。
|
|||
|
|
- **可追溯性**:需求的来源和状态应始终可见。
|
|||
|
|
- **表述**:所有需求的表述应能在不依赖上下文的情况下进行解释(例如:"函数 Xyz..." 而非 "此函数...")。
|
|||
|
|
|
|||
|
|
### 3.2 需求标识
|
|||
|
|
|
|||
|
|
每个需求都有其唯一标识符,以 `BSW` 作为前缀。对于任何评审意见、备注和/或问题,请引用此唯一 ID 而非章节或页码。
|
|||
|
|
|
|||
|
|
### 3.3 需求状态
|
|||
|
|
|
|||
|
|
此外,每个需求都包含状态信息。状态可为以下之一:
|
|||
|
|
|
|||
|
|
| 状态 | 描述 |
|
|||
|
|
|------|------|
|
|||
|
|
| Open(开放) | 需求已由 WP 成员创建,但尚未在 WP 会议中讨论。 |
|
|||
|
|
| Proposed(提议) | 需求已在 WP 会议中评审。已被接受,但仍存在未决的开放问题。 |
|
|||
|
|
| Approved(已批准) | 需求已由所有 WP 参与方评审并批准。 |
|
|||
|
|
| Conflict(冲突) | 需求已评审,但存在冲突(例如与其他需求矛盾),尚未解决。 |
|
|||
|
|
| Rejected(已拒绝) | 需求已评审并被拒绝。 |
|
|||
|
|
|
|||
|
|
因此,最终确定的所有需求都处于 "Approved" 状态。
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 4. 需求规范
|
|||
|
|
|
|||
|
|
### 4.1 追溯性
|
|||
|
|
|
|||
|
|
| 特性编号 | 特性名称 |
|
|||
|
|
|---------|----------|
|
|||
|
|
| RS_BRF_01200 | AUTOSAR OS 应当向后兼容 OSEK OS |
|
|||
|
|
| RS_BRF_01232 | AUTOSAR OS 应当支持应用软件的隔离和保护 |
|
|||
|
|
| RS_BRF_01096 | AUTOSAR 应当支持 ECU 的启动和关闭 |
|
|||
|
|
| RS_BRF_01208 | AUTOSAR OS 应当支持定期启动任务列表 |
|
|||
|
|
| RS_BRF_01216 | AUTOSAR OS 应当支持将 ScheduleTable 与外部时间源同步 |
|
|||
|
|
| RS_BRF_01240 | AUTOSAR OS 应当支持 OSApplication 间的通信 |
|
|||
|
|
| RS_BRF_02008 | AUTOSAR 应提供保护系统免受未授权读访问的机制 |
|
|||
|
|
| RS_BRF_01224 | AUTOSAR OS 应当支持时间保护 |
|
|||
|
|
| RS_BRF_01248 | AUTOSAR OS 应当支持终止和重启 OSApplication |
|
|||
|
|
| RS_BRF_01256 | AUTOSAR OS 应当提供关闭核的支持 |
|
|||
|
|
| RS_BRF_01264 | AUTOSAR OS 应当支持多核无死锁互斥 |
|
|||
|
|
| RS_BRF_01184 | AUTOSAR 应当支持不同的降级方法 |
|
|||
|
|
| RS_BRF_00206 | AUTOSAR 应当支持多核 MCU |
|
|||
|
|
|
|||
|
|
### 4.2 实时操作系统
|
|||
|
|
|
|||
|
|
#### 4.2.1 功能描述
|
|||
|
|
|
|||
|
|
嵌入式汽车 ECU 中的实时操作系统是软件动态行为的基础。它管理任务和事件的调度、不同任务间的数据流,并提供监控和错误处理的特性。
|
|||
|
|
|
|||
|
|
然而,在汽车系统中,对操作系统的需求高度依赖于具体领域。例如,在车身、动力总成和底盘领域,重点是高效的任务和闹钟调度、共享资源处理和截止时间监控。所使用的操作系统必须在运行时非常高效,并具有较小的内存占用。
|
|||
|
|
|
|||
|
|
在多媒体和远程信息处理应用中,操作系统所提供的功能集以及可用计算资源也显著不同。除了纯粹的任务管理之外,还包括复杂的数据处理(例如流、闪存文件系统等)、内存管理以及通常甚至图形用户界面。
|
|||
|
|
|
|||
|
|
汽车 OS 的经典领域仅涵盖调度和同步的核心功能。在 AUTOSAR 架构中,上面讨论的其他功能不在 OS 范围之内。这些功能由其他 AUTOSAR 基础软件模块覆盖(例如 COM 提供通信抽象)。在 AUTOSAR 架构约束下,无法将其他 OS(例如 QNX、VxWorks 和 Windows CE 等)的功能集集成到单一的 OS/通信/驱动结构中。因此,AUTOSAR OS 应仅考虑核心功能。
|
|||
|
|
|
|||
|
|
#### 4.2.2 核心操作系统需求
|
|||
|
|
|
|||
|
|
##### 4.2.2.1 [SRS_Os_00097] OS 应提供与 OSEK OS 的 API 向后兼容的 API
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide an API that is backward compatible to the API of
|
|||
|
|
OSEK OS. Valid requirements shall be integrated as an extension of the
|
|||
|
|
functionality provided by OSEK OS.
|
|||
|
|
Rationale: Guarantee migration progress
|
|||
|
|
Use Case: Existing driver software can be reused as its interface to the OS is not
|
|||
|
|
changed.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: [STD_OSEK_OS]
|
|||
|
|
⌋(RS_BRF_01200)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.2.2.2 [SRS_Os_11001] OS 应提供允许故障隔离和故障恢复能力的分区
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide partitions (Fault Containment Regions) which allow
|
|||
|
|
for fault isolation and fault recovery capabilities.
|
|||
|
|
Rationale: AUTOSAR permits multiple logical applications to co-exist on the same
|
|||
|
|
processor. The existing specification of OSEK OS is not aware of multiple
|
|||
|
|
logical applications residing on a single processor. There is therefore no
|
|||
|
|
facility for the containment of faults. A fault in one application could
|
|||
|
|
propagate to another application resident on the same processor. For
|
|||
|
|
example, an error in one software component or basic software module may
|
|||
|
|
result in a fault being detected in another software component and/or basic
|
|||
|
|
software module whose only relation to the faulty part is that it is resident
|
|||
|
|
on the same processor.
|
|||
|
|
|
|||
|
|
OSEK OS has the following rules OS object manipulation:
|
|||
|
|
• Tasks and ISRs are the executable objects managed by the OS.
|
|||
|
|
• Standard resources can be manipulated by only those task/ISRs that
|
|||
|
|
declare this at configuration time.
|
|||
|
|
• Events can be set by any task or ISR. Events can only be waited on
|
|||
|
|
or cleared by those tasks that declare this at configuration time.
|
|||
|
|
• Alarms can be manipulated by any task or ISR.
|
|||
|
|
|
|||
|
|
In AUTOSAR:
|
|||
|
|
• Extending this general scheme to table-based schedules
|
|||
|
|
(SRS_Os_00098) means that Schedule Tables can be manipulated
|
|||
|
|
by any task or ISR.
|
|||
|
|
|
|||
|
|
This loose ownership of OS objects (tasks, ISRs, alarms, events, schedule
|
|||
|
|
tables, resources) makes it difficult to contain certain classes of faults at
|
|||
|
|
runtime, for example one software component incorrectly cancelling an
|
|||
|
|
alarm belonging to another software component. It is therefore necessary to
|
|||
|
|
define the relationship between OS objects and the software components or
|
|||
|
|
basic software module to which they belong so that fault containment can
|
|||
|
|
be achieved at runtime.
|
|||
|
|
|
|||
|
|
The OS shall provide a higher-level abstraction to allow the user to group
|
|||
|
|
existing OS objects (tasks, ISRs etc.) so that objects in the group can be
|
|||
|
|
manipulated only by objects in the same group. Such a group is called an
|
|||
|
|
OS-Application.
|
|||
|
|
|
|||
|
|
Furthermore, defining an OS-Application allows a memory protection
|
|||
|
|
domain to be provided (see [SRS_Os_11005]).
|
|||
|
|
Use Case: Under a failure condition the fault handling mechanism needs to stop all
|
|||
|
|
objects associated with a software component from executing.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232,RS_BRF_01234)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.2.2.3 [SRS_Os_11018] OS 应提供中断屏蔽函数
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide interrupt mask functions before calling StartOS()
|
|||
|
|
and after a ShutdownOS() call. These functions are already defined in
|
|||
|
|
OSEK OS and the usage is now extended.
|
|||
|
|
Rationale: Needed by SPAL.
|
|||
|
|
Use Case: The SPAL drivers are required to manipulate the interrupt mask before,
|
|||
|
|
during and after normal OS operation.
|
|||
|
|
Dependencies: C initialization has to be performed before these functions can be used.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01096)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.2.2.4 [SRS_Os_11019] AUTOSAR OS 生成工具应创建中断向量表
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The AUTOSAR OS generation tool shall create the interrupt vector table.
|
|||
|
|
Rationale: Each ECU will need to have an interrupt vector table. The operating
|
|||
|
|
system configuration already contains details about all interrupts used
|
|||
|
|
by the system. The AUTOSAR OS generation tool shall be the final tool
|
|||
|
|
in the development process that generates the interrupt vector table.
|
|||
|
|
Use Case: Integration of other modules.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋()
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.3 静态定义调度
|
|||
|
|
|
|||
|
|
#### 4.3.1 功能概述
|
|||
|
|
|
|||
|
|
在许多应用中,有必要静态地定义一组相互关联的任务的激活。这可以用于保证基于数据流的设计中的数据一致性、与时间触发的网络同步、保证正确的运行时间相位等。
|
|||
|
|
|
|||
|
|
时间触发的操作系统经常被提出作为此问题的解决方案。然而,时间只是一种事件,因此任何事件触发的 OS(包括 OSEK OS)都可以为汽车电子控制单元中的静态调度实时软件实现调度器。
|
|||
|
|
|
|||
|
|
调度表的需求提供了 OSEK OS 对象,可以以与 OSEKtime 调度表相同的方式进行操作。
|
|||
|
|
|
|||
|
|
#### 4.3.2 需求
|
|||
|
|
|
|||
|
|
##### 4.3.2.1 [SRS_Os_00098] 操作系统应提供基于时间表的可静态配置的调度表作为可选服务
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The Operating System shall provide statically configurable schedule
|
|||
|
|
tables based on time tables as an optional service.
|
|||
|
|
Rationale: Requirement of Standard Core users. Table based schedules are more
|
|||
|
|
efficient and easier to understand than tasks activated by OSEK alarm
|
|||
|
|
services.
|
|||
|
|
Adding a table-based scheduling mechanism approach as an extension to
|
|||
|
|
OSEK OS provides users with the ability to construct an OSEKtime-like
|
|||
|
|
dispatcher table without needing to introduce the unnecessary
|
|||
|
|
restrictions of the stack-based scheduling policy or an additional OS
|
|||
|
|
specification.
|
|||
|
|
Use Case: Release a number of tasks synchronously with a statically defined inter-
|
|||
|
|
arrival time.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01208)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.3.2.2 [SRS_Os_00099] 操作系统应提供允许在不同调度表之间切换的机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The Operating System shall provide a mechanism which allows switching
|
|||
|
|
between different schedule tables.
|
|||
|
|
Rationale: For different application states (e.g. init, start-up, pre-start, normal
|
|||
|
|
operation, diagnosis, pre-sleep, shut down) different schedules are
|
|||
|
|
necessary.
|
|||
|
|
Use Case: ECU modes controlled by ECU State Manager
|
|||
|
|
Dependencies: SRS_OS_00098
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01208)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.3.2.3 [SRS_Os_11002] 操作系统应提供将调度表的处理与全局系统时基同步的能力
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall provide the ability to synchronize the
|
|||
|
|
processing of schedule tables with a global system time base. It shall
|
|||
|
|
support immediate (hard) synchronization and gradually adapting
|
|||
|
|
(smooth) synchronization.
|
|||
|
|
Rationale: It is necessary for some distributed applications to be synchronized to a
|
|||
|
|
global (to the relevant applications) timebase. This type of feature is
|
|||
|
|
needed for users coming to the AUTOSAR OS from OSEKtime.
|
|||
|
|
Use Case: Users migrating from OSEKtime dispatcher tables can replicate the
|
|||
|
|
similar functionality with schedule tables without needing to introduce
|
|||
|
|
an additional OS specification.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01216)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.4 监控设施
|
|||
|
|
|
|||
|
|
#### 4.4.1 功能概述
|
|||
|
|
|
|||
|
|
监控功能在执行的适当阶段检测错误,而不是错误发生的瞬间。因此,任何监控功能都是在运行时检测故障而非防止故障。
|
|||
|
|
|
|||
|
|
#### 4.4.2 需求
|
|||
|
|
|
|||
|
|
##### 4.4.2.1 [SRS_Os_11003] 操作系统应能够按可执行对象监控栈使用并检查栈溢出
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall be able to monitor stack usage and check
|
|||
|
|
for a stack overflow on a per executable object basis (task/ISR).
|
|||
|
|
Rationale: On some hardware it will not be possible to implement any sophisticated
|
|||
|
|
memory protection. Stack monitoring provides an alternative (but less
|
|||
|
|
secure) solution where some protection is deemed better than none.
|
|||
|
|
Use Case: If a system where an application could overflow its stack is implemented
|
|||
|
|
on hardware that cannot support true memory protection, stack monitoring
|
|||
|
|
is a useful alternative.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.5 保护设施
|
|||
|
|
|
|||
|
|
#### 4.5.1 功能概述
|
|||
|
|
|
|||
|
|
AUTOSAR 概念要求多个来源的 OS-Application 共存于同一处理器上。为防止这些 OS-Application 之间出现意外交互,必须提供相互保护的机制。主要有两个用例:
|
|||
|
|
|
|||
|
|
1. 对于安全关键系统,如果单个 OS-Application 安全用例能够集成到整体安全用例中,则安全案例的开发会容易得多。只有在能够证明至少一个 OS-Application 中的故障不能传播超出其自身边界并导致另一个不相关 OS-Application 中的故障时,这才可行。
|
|||
|
|
|
|||
|
|
2. 只有在能够保证其软件不会被错误地归咎于处理器范围的故障时,供应商才能对其软件组件和/或基础软件模块承担责任(以及一定的责任)。
|
|||
|
|
|
|||
|
|
这两种用例都可以通过向 OSEK OS 添加保护机制来满足。以下各节概述了保护的领域。
|
|||
|
|
|
|||
|
|
#### 4.5.2 内存保护需求
|
|||
|
|
|
|||
|
|
##### 4.5.2.1 [SRS_Os_11005] 操作系统应防止 OS-Application 修改其他 OS-Application 的内存
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall provide the ability of partitioning OS-
|
|||
|
|
Applications with respect to memory and prevent an OS-Application
|
|||
|
|
from modifying the memory of other OS-Applications.
|
|||
|
|
Rationale: Where multiple OS-Applications (of different software integrity) are
|
|||
|
|
resident on the same processor, their memory will be globally writable
|
|||
|
|
by any code. This means that the data of one OS–Application could be
|
|||
|
|
corrupted by another unrelated OS-Application (i.e. there is fault
|
|||
|
|
propagation between OS-Applications). For example a task of an OS-
|
|||
|
|
Application may overflow its stack, causing static data of an unrelated
|
|||
|
|
OS-Application to be corrupted, causing it to fail.
|
|||
|
|
To permit reasoning about adequate independence between the functions
|
|||
|
|
of different integrity levels, it is essential that this is prevented at
|
|||
|
|
runtime.
|
|||
|
|
Note that SRS_Os_11003 is different: It only detects fault rather than
|
|||
|
|
preventing a memory access error from generating a fault.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: Note that satisfying this requirement implies the satisfaction of the
|
|||
|
|
stack monitoring requirement as a stack overflow cannot occur if the
|
|||
|
|
stack is bounded by memory write access control.
|
|||
|
|
The write access protection needs appropriate hardware support.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.2.2 [SRS_Os_11006] 操作系统应允许 OS-Application 内的任务和 ISR 交换数据
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall allow tasks and ISRs within an OS-
|
|||
|
|
Application to exchange data using direct access to shared memory.
|
|||
|
|
Rationale: It is common to exchange data using shared memory for performance
|
|||
|
|
reasons at runtime (e.g. using global variables). However, in AUTOSAR
|
|||
|
|
multiple OS-Applications will share a processor and therefore any data
|
|||
|
|
communication that happens through shared memory breaks the memory
|
|||
|
|
protection scheme.
|
|||
|
|
Therefore, it is necessary to provide OS-Applications with the ability to
|
|||
|
|
share data using memory which is globally accessible to tasks and ISRs
|
|||
|
|
within the application but which is not accessible to other OS-
|
|||
|
|
Applications i.e. shared memory local to scope of an OS-Application.
|
|||
|
|
Use Case: An OS-Application implements communication and uses an ISR to handle
|
|||
|
|
the reception of CAN frames from the vehicle network but uses a task to
|
|||
|
|
process the contents of the CAN frame to reduce ISR level blocking.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: [DOC_WP112_REQ]
|
|||
|
|
⌋(RS_BRF_01240)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.2.3 [SRS_Os_11007] 操作系统应允许 OS-Application 执行共享代码
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall allow OS-Applications to execute shared
|
|||
|
|
code.
|
|||
|
|
Rationale: If code cannot be shared then any piece of software that is common to
|
|||
|
|
a number of software components/basic software modules will have to
|
|||
|
|
be included multiple times in a software build. This has two
|
|||
|
|
implications:
|
|||
|
|
1. a large increase in code space
|
|||
|
|
2. a problem is introduced for software maintenance as a
|
|||
|
|
modification to logically shared code will have to be made to
|
|||
|
|
every instance of the code in a build of an ECU (a single change
|
|||
|
|
has become multiple changes)
|
|||
|
|
Use Case: Using shared libraries.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01240)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.2.4 [SRS_Os_11000] OS 可以提供支持以保护 OS-Application 的内存段免受所有其他 OS-Application 的读访问
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS may offer support to protect the memory sections of an OS-
|
|||
|
|
Application against read accesses by all other OS-Applications.
|
|||
|
|
Rationale: If a task/ISR can read from any memory then it may operate on
|
|||
|
|
incorrect data. This could result in failures at runtime. Preventing
|
|||
|
|
read accesses provides a way of trapping such faults as soon as they
|
|||
|
|
occur.
|
|||
|
|
A secondary issue is security. While it is not anticipated that there
|
|||
|
|
are any security implications between OS-Applications on the same
|
|||
|
|
processor, read accesses does provide protection if required.
|
|||
|
|
Use Case: Security: protect secret keys; Debugging support
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_02008)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
#### 4.5.3 时间保护需求
|
|||
|
|
|
|||
|
|
##### 4.5.3.1 [SRS_Os_11008] OS 不应允许任何 OS-Application 中的时间故障传播
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall not allow a timing fault in any OS-Application to
|
|||
|
|
propagate to a different application resident on the same processor. A
|
|||
|
|
timing fault is defined as:
|
|||
|
|
• exceeding a specified execution time
|
|||
|
|
• exceeding a specified arrival rate
|
|||
|
|
Rationale: When these parameters are specified for every task/Category 2 ISR in
|
|||
|
|
the system it is possible to determine whether or not each task/
|
|||
|
|
Category 2 ISR always meets its deadline.
|
|||
|
|
|
|||
|
|
Timing correctness on an ECU running any fixed-priority pre-emptive
|
|||
|
|
OS, including OSEK OS, can only be guaranteed using schedulability
|
|||
|
|
analysis. This uses information about the tasks and interrupts (how
|
|||
|
|
often they run, how long they run for, which resources they access,
|
|||
|
|
how long they hold them for) and then calculates that the system will
|
|||
|
|
meet its real-time performance deadlines.
|
|||
|
|
|
|||
|
|
The scope of timing protection is to ensure that an AUTOSAR system
|
|||
|
|
that has been shown to meet its deadlines does not violate the model
|
|||
|
|
used for analysis at runtime due to failures in the functional
|
|||
|
|
behavior of applications (or their constituent parts).
|
|||
|
|
|
|||
|
|
Strict enforcement of the assumptions of the real-time performance
|
|||
|
|
analysis means two important things:
|
|||
|
|
|
|||
|
|
1. A timing fault is detected early, and hence can be picked up
|
|||
|
|
earlier in the software life cycle. For example, a faulty software
|
|||
|
|
component from a supplier can be rejected prior to full integration
|
|||
|
|
test. The costs of remedying a fault are therefore reduced.
|
|||
|
|
2. A timing fault is not propagated. By detecting the fault as it
|
|||
|
|
occurs the effects of the fault are confined to the OS-Application
|
|||
|
|
where the fault occurred. Thus the problems of real-time failures
|
|||
|
|
induced in the wrong sub-system (or even the wrong ECU in a
|
|||
|
|
network) are eliminated.
|
|||
|
|
Use Case: An object in one OS-Application executing for too long, causes an
|
|||
|
|
object in another OS-Application to miss its deadline as a result.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01224)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
#### 4.5.4 服务保护需求
|
|||
|
|
|
|||
|
|
OS 必须在运行时保护其自身的完整性以及由其调度的 OS-Application 的完整性。
|
|||
|
|
|
|||
|
|
##### 4.5.4.1 [SRS_Os_11009] 操作系统应防止通过任何系统服务调用破坏 OS
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall prevent the corruption of the OS by any
|
|||
|
|
call of a system service.
|
|||
|
|
Rationale: If it was possible to place the OS into an unknown state, or corrupt
|
|||
|
|
OS data structures at runtime then this would damage every OS-
|
|||
|
|
Application resident on the same processor. This means that either:
|
|||
|
|
• every OS service call must have defined behavior in all cases;
|
|||
|
|
or
|
|||
|
|
• the OS must not allow service calls to be made from contexts
|
|||
|
|
that would potentially result in the OS being placed into an
|
|||
|
|
undefined state.
|
|||
|
|
This increases the integrity of the OS itself.
|
|||
|
|
Use Case: Avoid undefined behavior from e.g. calling services from wrong context.
|
|||
|
|
Dependencies: In case the current specification of OSEK OS allows configurations
|
|||
|
|
which do not protect the OS the AUTOSAR configuration has to make
|
|||
|
|
sure that these configurations can not be selected.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.4.2 [SRS_Os_11010] 操作系统应防止 OS-Application 修改不属于该 OS-Application 的 OS 对象
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The operating system shall prevent an OS-Application modifying OS
|
|||
|
|
objects that are not owned by that OS-Application.
|
|||
|
|
Rationale: An OS-Application could manipulate objects in another OS-Application
|
|||
|
|
that cause it to behave outside the scope of its design at runtime.
|
|||
|
|
Protecting the integrity of OS-Applications means that one OS-
|
|||
|
|
Application cannot manipulate an object owned by another OS-
|
|||
|
|
Application, for example through OS service calls, causing potential
|
|||
|
|
failure in another OS-Application, unless access to the object
|
|||
|
|
expressly granted at configuration time. This increases the ability to
|
|||
|
|
trace faults arising from OS-Application coupling by restricting the
|
|||
|
|
possible sources of the fault.
|
|||
|
|
Use Case: Canceling an alarm that activates a task in another OS-Application
|
|||
|
|
Dependencies: In the case where the current specification of OSEK OS allows
|
|||
|
|
configurations which do not protect OS-Applications, the AUTOSAR
|
|||
|
|
configuration has to make sure that these configurations can not be
|
|||
|
|
selected.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.4.3 [SRS_Os_11011] OS 应保护自身免受 OS-Application 直接修改由 OS 管理的控制寄存器的尝试
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall protect itself against OS-Applications attempting to
|
|||
|
|
modify control registers directly which are managed by the OS.
|
|||
|
|
Rationale: The OS must be protected against OS-Applications attempting
|
|||
|
|
(directly or indirectly) to circumvent the protection mechanisms.
|
|||
|
|
Typically this means that OS-Applications should be prevented from
|
|||
|
|
accessing the MCU status registers and memory protection registers
|
|||
|
|
that might be in use.
|
|||
|
|
Use Case: OS uses the processor status word for managing interrupts and the
|
|||
|
|
register is written by a rogue OS-Application at runtime, corrupting
|
|||
|
|
the internal data structures of the OS.
|
|||
|
|
Dependencies: The target hardware must support privileged/non-privileged modes
|
|||
|
|
and a MPU for this protection to be possible. This feature will
|
|||
|
|
therefore not be available on those targets that do not provide
|
|||
|
|
sufficient hardware support.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.4.4 [SRS_Os_11012] OS 应为其保护功能提供可扩展性
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide scalability for its protection features.
|
|||
|
|
Rationale: Take full advantage of the processor's hardware features: The key
|
|||
|
|
protection features may not be available on all hardware (e.g. some
|
|||
|
|
types of memory protection are not possible when the processor has
|
|||
|
|
no MPU), but this should not prevent users for using the other
|
|||
|
|
protection features that can be supported.
|
|||
|
|
Customize to specific user's needs: Protection may only be necessary
|
|||
|
|
around some applications (ones where we cannot be sure of their run-
|
|||
|
|
time behavior) and protection can be applied selectively based on
|
|||
|
|
assessment of the risk of failure.
|
|||
|
|
Use Case: Implementing an AUTOSAR compliant OS on a microcontroller without
|
|||
|
|
hardware memory protection.
|
|||
|
|
Where an ECU is engineered using a process that can statically
|
|||
|
|
guarantee that no protection violations will occur at runtime it does
|
|||
|
|
not need to dedicate resources to check for violations. For example,
|
|||
|
|
if worst-case execution times are statically analyzed then timing
|
|||
|
|
protection is not needed at runtime. Furthermore, because the
|
|||
|
|
analysis shows that the conditions that trigger execution of the
|
|||
|
|
code will never occur, the code is "dead code" and should be
|
|||
|
|
removed because of the potential safety risk it brings.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
#### 4.5.5 保护错误
|
|||
|
|
|
|||
|
|
OS 必须能够识别何时发生了违反保护方案的事件,并且必须提供设施以采取行动来纠正故障。然而,定义错误处理方案并非 OS 的任务。
|
|||
|
|
|
|||
|
|
##### 4.5.5.1 [SRS_Os_11013] OS 应能够在运行时通知保护错误的发生
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall be capable of notifying the occurrence of a protection
|
|||
|
|
error at runtime.
|
|||
|
|
A protection error is any memory access violation, timing fault,
|
|||
|
|
unauthorized call to OS service or software trap (for example
|
|||
|
|
division by zero, illegal instruction).
|
|||
|
|
Rationale: If protection errors are notified at runtime this provides scope to
|
|||
|
|
potentially correct or handle the error according to a predefined
|
|||
|
|
fault handling strategy.
|
|||
|
|
Use Case: The application needs to provide some kind of runtime fault tolerance
|
|||
|
|
that needs to take action on the type and/or number of errors that
|
|||
|
|
occur to improve availability at runtime.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.5.5.2 [SRS_Os_11014] 在发生保护错误时,OS 应在 OS、OS-Application 和 task/ISR 级别提供恢复操作
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: In case of a protection error, the OS shall provide an action for
|
|||
|
|
recovery on OS-, OS-Application and task/ISR-level. The user shall be
|
|||
|
|
able to select the action.
|
|||
|
|
Rationale: The action taken on the occurrence of an error is a function of the
|
|||
|
|
failure modes of the system as a whole. For example, in some cases it
|
|||
|
|
will be appropriate to simply terminate the faulty task, in others this
|
|||
|
|
may pose more of a risk to safety than allowing it to continue to
|
|||
|
|
execute.
|
|||
|
|
Therefore, the decision which action is appropriate is up to the
|
|||
|
|
application.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01248)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.6 定时器服务
|
|||
|
|
|
|||
|
|
#### 4.6.1 功能概述
|
|||
|
|
|
|||
|
|
定时器服务为应用和基础软件提供软件定时器。
|
|||
|
|
|
|||
|
|
定时机制的核心已由 OSEK OS 中的计数器和闹钟提供。因此,以定时器服务的形式引入几乎相同的机制是不必要的。
|
|||
|
|
|
|||
|
|
然而,为了提供通用软件定时,需要向 AUTOSAR OS 添加一些补充功能。这些功能在 SRS_Os_11020 和 SRS_Os_11021 中描述。
|
|||
|
|
|
|||
|
|
#### 4.6.2 功能需求
|
|||
|
|
|
|||
|
|
##### 4.6.2.1 [SRS_Os_11020] OS 应提供对软件计数器进行 tick 操作的标准接口
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide a standard interface to tick a software counter.
|
|||
|
|
Rationale: OSEK OS does not define the interface between counters and alarms.
|
|||
|
|
This creates a problem when porting applications between different
|
|||
|
|
vendors' implementations. Defining this interface in AUTOSAR OS
|
|||
|
|
removes this portability problem.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋()
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.6.2.2 [SRS_Os_11021] OS 应提供从单个硬件计数器级联多个软件计数器的机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide a mechanism to cascade multiple software
|
|||
|
|
counters from a single hardware counter.
|
|||
|
|
Rationale: If counters with different resolutions are required it may not be
|
|||
|
|
possible (e.g. because of limited hardware timers) or desirable (e.g.
|
|||
|
|
because of interrupt interference) to use multiple hardware timer
|
|||
|
|
sources. In many cases a lower resolution software counter can be
|
|||
|
|
driven from a higher resolution counter by ticking the lower resolution
|
|||
|
|
counter from the higher resolution counter.
|
|||
|
|
Use Case: Drive a 1ms software counter by a 1ms timer interrupt and a 100ms
|
|||
|
|
counter from the 1ms counter.
|
|||
|
|
Dependencies: This requirement implies that an implementation must support more
|
|||
|
|
than one counter (otherwise cascading would not be possible).
|
|||
|
|
Specification of the lower limit on the number of counters that must
|
|||
|
|
be supported by an implementation is provided in the AUTOSAR OS SWS.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋()
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.7 可扩展性
|
|||
|
|
|
|||
|
|
#### 4.7.1 功能概述
|
|||
|
|
|
|||
|
|
对于特定应用,可以配置操作系统,使其仅包含此应用所需的服务。因此,操作系统的资源需求尽可能小。
|
|||
|
|
|
|||
|
|
核心 OS 的可扩展性由 OSEK OS 的符合类(conformance class)提供。有关 AUTOSAR OS 功能的可扩展性在此定义。
|
|||
|
|
|
|||
|
|
#### 4.7.2 功能需求
|
|||
|
|
|
|||
|
|
##### 4.7.2.1 [SRS_Os_11016] OS 实现应提供由生成工具配置的可扩展性
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide the following configurations with at least the
|
|||
|
|
specified features (additional features may be included):
|
|||
|
|
Class1 : OSEK OS + Planned Schedules
|
|||
|
|
Class2 : Class1 + Timing Protection
|
|||
|
|
Class3 : Class1 + Memory Protection
|
|||
|
|
Class4 : Class1+ Class2 + Class3
|
|||
|
|
Rationale: Hardware support is required for Classes 3 and 4. Mandating this
|
|||
|
|
functionality would prevent AUTOSAR OS from being implemented on
|
|||
|
|
many commonly used microcontrollers.
|
|||
|
|
Implementations may choose different strategies for implementation,
|
|||
|
|
with a corresponding increase in performance, if some features are
|
|||
|
|
not required.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: SRS_Os_11012
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01232)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.8 应用错误处理
|
|||
|
|
|
|||
|
|
#### 4.8.1 功能概述
|
|||
|
|
|
|||
|
|
一些影响应用程序的错误可能不会导致 OS 可检测到的保护违规,但应用程序仍可能进入一种无法自行恢复并继续执行的状态。检测此类错误是应用程序自身的责任,但从此类错误中恢复需要与由 OS 管理的控制线程进行交互。因此,OS 需要提供一种机制,应用可以在此基础上构建内部恢复机制。
|
|||
|
|
|
|||
|
|
核心 OSEK OS 提供了一些支持:任务可以检测内部错误并自行终止;系统可以使用闹钟机制来编程超时,实现基于阈值的错误检测;可以检测内部错误并可以关闭系统等。但是,核心 OS 不提供为由 OS-Application 定义的逻辑应用实现错误恢复的机制(见 SRS_Os_11001)。
|
|||
|
|
|
|||
|
|
本节介绍为 OS-Application 提供应用级别和系统级别控制框架的需求。
|
|||
|
|
|
|||
|
|
#### 4.8.2 功能需求
|
|||
|
|
|
|||
|
|
##### 4.8.2.1 [SRS_Os_11022] OS 应提供终止 OS-Application 的机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide a mechanism by which an OS-Application can be
|
|||
|
|
terminated as a single unit and all resources held by the OS-
|
|||
|
|
Application and managed by the OS are released.
|
|||
|
|
Termination shall prevent any task owned by the OS-Application from
|
|||
|
|
running and any interrupt handled by an ISR owned by the OS-
|
|||
|
|
Application from occurring.
|
|||
|
|
Rationale: Error handling for AUTOSAR software components requires that the OS
|
|||
|
|
can terminate an OS-Application.
|
|||
|
|
When an application comprises multiple tasks/ISRs it is not possible
|
|||
|
|
in the core OS to stop the application atomically unless the OS itself
|
|||
|
|
is shut down. Shutdown is not practical when there are other OS-
|
|||
|
|
Applications for which termination is not required.
|
|||
|
|
Therefore, the OS must provide a mechanism to terminate an OS-
|
|||
|
|
Application that does not affect other OS-Applications.
|
|||
|
|
Use Case: Error recovery in an OS-Application in response to the detection of
|
|||
|
|
an internal error.
|
|||
|
|
Dependencies: SRS_Os_11023
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01248)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.8.2.2 [SRS_Os_11023] OS 应提供可重启已终止 OS-Application 的机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall provide a mechanism by which a terminated OS-
|
|||
|
|
Application can be restarted.
|
|||
|
|
Rationale: Error handling for AUTOSAR software components requires that the OS
|
|||
|
|
can restart a terminated OS-Application in a controlled way so that
|
|||
|
|
the internal state of the software component can be re-initialized.
|
|||
|
|
Use Case: Error recovery in OS-Application in response to the detection of an
|
|||
|
|
internal error.
|
|||
|
|
Dependencies: SRS_Os_11022
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01248)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.9 多核总体问题
|
|||
|
|
|
|||
|
|
#### 4.9.1 概述
|
|||
|
|
|
|||
|
|
本节中的需求非常通用。它们定义了 AUTOSAR 环境将支持的多核(MC)能力的精神。从架构的角度来看,多核硬件可以以各种不同的方式管理。一方面,核可以被理解为几乎独立的 ECU;另一方面,它们可以以几乎像单核(SC)系统(具有真正的并行性能力)的方式呈现给用户。
|
|||
|
|
|
|||
|
|
在汽车系统中,对多核支持的需求非常具体。高效调度、低资源消耗和短响应时间是必要的。
|
|||
|
|
|
|||
|
|
需求设计的方式是:引入多核不会改变整体的 AUTOSAR 理念。
|
|||
|
|
|
|||
|
|
多核概念允许像 SC 系统一样处理多个核,但允许在概念之外自由使用核,例如作为专用 I/O 控制器。
|
|||
|
|
|
|||
|
|
#### 4.9.2 功能需求
|
|||
|
|
|
|||
|
|
##### 4.9.2.1 [SRS_Os_80001] OS 应能够管理多个紧密耦合的 CPU 核
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: The OS shall be able to manage multiple closely coupled CPU Cores.
|
|||
|
|
That does not imply that all cores on a µC are controlled by the OS.
|
|||
|
|
Rationale: Reasons to provide a solution with one OS that controls multiple cores
|
|||
|
|
are:
|
|||
|
|
• Enables efficient parallelization of functions.
|
|||
|
|
• Upward and downward scalability in number of cores.
|
|||
|
|
• Allows the restriction of the AUTOSAR Multi-Core extensions to
|
|||
|
|
a subset of available cores to run other OS instances on
|
|||
|
|
uncontrolled cores.
|
|||
|
|
Use Case: • Applications (e.g. signal processing applications) with the need to
|
|||
|
|
achieve high performance computing via algorithm parallelization.
|
|||
|
|
• Multi core systems with common BSW.
|
|||
|
|
• Applications that grow beyond the boundary of the given number of
|
|||
|
|
cores (e.g. one) can easily utilize a higher number of cores
|
|||
|
|
(upward scalability).
|
|||
|
|
• Applications designed for multiple cores can be stripped down
|
|||
|
|
(e.g. for low cost systems) to fewer (e.g. one) cores (downward
|
|||
|
|
scalability).
|
|||
|
|
• Migration of engine control systems to Multi-Core.
|
|||
|
|
• Integration of formerly separated applications into one Multi-Core
|
|||
|
|
ECU.
|
|||
|
|
Dependencies: SRS_Os_80008
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.9.2.2 [SRS_Os_80003] 多核扩展应提供与单核相同程度的可预测性
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: The multi core extension shall provide the same degree of
|
|||
|
|
predictability as the single core. This covers deadlock free execution
|
|||
|
|
and freedom from unbounded blocking.
|
|||
|
|
Rationale: Real-time capability is a key requirement of the automotive domain.
|
|||
|
|
The existing SC solution is designed in a way that their usage cannot
|
|||
|
|
cause unbounded blocking and guarantees deadlock free execution. The
|
|||
|
|
MC solution shall behave in a similar manner.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: SRS_Os_80005
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
#### 4.9.3 术语 "一个 AUTOSAR 系统控制多个核" 的附加描述
|
|||
|
|
|
|||
|
|
当讨论像 [SRS_Os_80001] 中那样的控制多个核的 AUTOSAR 系统时,存在以下含义:
|
|||
|
|
|
|||
|
|
- 系统应感知多个核的存在。
|
|||
|
|
- 系统应负责在多个核上调度任务。
|
|||
|
|
- 系统代码的部分应能够并发执行(例如通过使用可重入代码)。
|
|||
|
|
- 所有 BSW ID(例如任务、事件、闹钟等的 ID)在核之间应唯一。
|
|||
|
|
- 应允许从任何核访问共享对象(例如数据、外围单元...),除非受保护机制限制。
|
|||
|
|
|
|||
|
|
#### 4.9.4 术语 "无界阻塞" 的附加描述
|
|||
|
|
|
|||
|
|
阻塞是指由于低优先级运行时对象阻止高优先级运行时对象执行的情况(例如通过占用所需资源)。意外的阻塞可能是由优先级反转引起的。
|
|||
|
|
|
|||
|
|
术语 "无界阻塞" 意味着潜在的阻塞持续时间不受限制,因此无法保证所需的实时行为。
|
|||
|
|
|
|||
|
|
### 4.10 运行时对象到核的分配
|
|||
|
|
|
|||
|
|
#### 4.10.1 概述
|
|||
|
|
|
|||
|
|
定义多核系统时的一个主要问题是运行时对象(任务和 ISR)是否可以在核之间动态切换。动态分配运行时对象到不同核的能力将对系统的所有效率方面(代码大小/数据大小/速度/响应时间/实时能力)产生巨大影响。
|
|||
|
|
|
|||
|
|
可以考虑将 OsApplications 绑定到核,或者在 TASKS 和 ISRs 级别定义核绑定。为了最小化 AUTOSAR 中多核支持的影响和复杂性,已决定在 OsApplications 级别定义核绑定。
|
|||
|
|
|
|||
|
|
本节定义了一些需求,声明核绑定是在 MC AUTOSAR 环境中处理运行时对象的方式。
|
|||
|
|
|
|||
|
|
#### 4.10.2 需求
|
|||
|
|
|
|||
|
|
##### 4.10.2.1 [SRS_Os_80005] OsApplications 以及最终的 TASKS 和 OsISRs 应静态分配到核
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: OsApplications and as a result TASKS and OsISRs shall be assigned
|
|||
|
|
statically to cores.
|
|||
|
|
Rationale: • If TASKS or OsISRs can change the core during runtime, the real-
|
|||
|
|
time capability might be violated.
|
|||
|
|
• If tasks of a single OsApplication can be bound to different cores
|
|||
|
|
the shutdown of an OsApplication becomes hard. Valid mechanisms
|
|||
|
|
would be required.
|
|||
|
|
• To fulfill requirement [BSW00009] and [BSW00010] it shall be
|
|||
|
|
possible to access EVENTS and TASKS of different OsApplications.
|
|||
|
|
• In case of Multi-Core OSApplications shall be used irrespective of
|
|||
|
|
the scalability class. (see AUTOSAR_SWS_OS).
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: OS specification; SRS_Os_80003, SRS_Os_80015, SRS_Os_80016
|
|||
|
|
Supporting Material: AUTOSAR_SWS_OS
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.11 多核系统的启动
|
|||
|
|
|
|||
|
|
#### 4.11.1 概述
|
|||
|
|
|
|||
|
|
本节包含一些关于启动的高层级需求。
|
|||
|
|
|
|||
|
|
根据使用的微控制器,微控制器的启动或复位行为可能不同。复位后最常见的行为如下:
|
|||
|
|
|
|||
|
|
- 只有所谓的 master 核开始执行,而所有其他核(slave 核)保持停止状态。Slave 核需要由 master 核启动。
|
|||
|
|
- 另一种可设想的方法是所有核在复位后并发开始执行。在这种情况下不存在 master 核。
|
|||
|
|
|
|||
|
|
唤醒机制和引导加载要求因不同的微控制器和微控制器衍生品而异。
|
|||
|
|
|
|||
|
|
不同核上启动代码的进度不可重现;这是因为加载和存储操作的时间长度取决于总线仲裁和硬件的其他非常时间敏感的影响。因此启动代码的设计方式必须不依赖于对其他核上启动进度的了解。需要同步不同核在启动期间的进度。
|
|||
|
|
|
|||
|
|
#### 4.11.2 需求
|
|||
|
|
|
|||
|
|
##### 4.11.2.1 [SRS_Os_80026] 在多核系统中应能启动任何核
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: It shall be possible to start any of the cores in a multi core system.
|
|||
|
|
Rationale: If cores can not be activated the flexibility is very low.
|
|||
|
|
Use Case: Boot strapping of a MC system.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01256)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.11.2.2 [SRS_Os_80027] 在多核系统中应能初始化任何核
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: It shall be possible to initialize any of the cores in a multi core
|
|||
|
|
system which are configured to run an AUTOSAR system.
|
|||
|
|
Rationale: --
|
|||
|
|
Use Case: Boot strapping of a MC system.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01256)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.11.2.3 [SRS_Os_80006] 系统的初始化/启动应同步
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: Initialization/Start-up of the system shall be synchronized.
|
|||
|
|
Rationale: To support a wide spectrum of hardware it is necessary to synchronize
|
|||
|
|
the software of the different cores at certain points. Otherwise one
|
|||
|
|
cannot rely on the state of the other core. (While one core already
|
|||
|
|
executes a task, the other is still in the initialization phase.)
|
|||
|
|
Use Case: Boot strapping of a MC system.
|
|||
|
|
Dependencies: • OS specification
|
|||
|
|
• ECU State Manager
|
|||
|
|
• HW
|
|||
|
|
• Applies to NonAUTOSAR cores and AUTOSAR cores.
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.12 多核系统的关闭
|
|||
|
|
|
|||
|
|
#### 4.12.1 概述
|
|||
|
|
|
|||
|
|
与启动类似,多核系统的关闭行为与单核系统的行为不同。
|
|||
|
|
|
|||
|
|
如果具有适当权限的运行时对象调用 "ShutdownOS",则整个系统(由 MC-OS 控制的所有核)都必须关闭。一旦关闭过程开始,有效任务就不能被激活。开发人员/系统集成商有责任确保在调用 "ShutdownOS" 之前完成应用和基础软件级别的所有关闭准备工作。
|
|||
|
|
|
|||
|
|
#### 4.12.2 需求
|
|||
|
|
|
|||
|
|
##### 4.12.2.1 [SRS_Os_80007] 关闭过程应由任何核触发
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: The shutdown procedure can be triggered from any core.
|
|||
|
|
Rationale: In case of an error, the related handler may require system shutdown.
|
|||
|
|
This must be possible by any core.
|
|||
|
|
Use Case: Protection hook returns PRO_SHUTDOWN
|
|||
|
|
Dependencies: OS specification
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.13 多核系统的配置
|
|||
|
|
|
|||
|
|
#### 4.13.1 概述
|
|||
|
|
|
|||
|
|
本节包含关于多核系统配置的高层级需求。
|
|||
|
|
|
|||
|
|
#### 4.13.2 需求
|
|||
|
|
|
|||
|
|
##### 4.13.2.1 [SRS_Os_80008] 应在多核之间共享一个通用 OS 配置
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: Disjunctive object IDs have to be generated, if objects are to be
|
|||
|
|
addressed across cores.
|
|||
|
|
Rationale: If, e.g. tasks are activated across cores, IDs have to be unique across
|
|||
|
|
cores. This results in a common configuration and affects flashing/
|
|||
|
|
programming strategies.
|
|||
|
|
Use Case: Activating tasks or setting events across cores
|
|||
|
|
Dependencies: OS specification
|
|||
|
|
SRS_Os_80001
|
|||
|
|
SRS_Os_80015
|
|||
|
|
SRS_Os_80016
|
|||
|
|
Supporting Material: Multi-Core Concept document
|
|||
|
|
⌋( RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.13.2.2 [SRS_Os_80011] 操作系统管理的核数应可离线配置
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: valid
|
|||
|
|
Description: The number of cores that the operating system manages shall be
|
|||
|
|
configurable offline.
|
|||
|
|
Rationale: The operating system specification shall not be limited to a certain
|
|||
|
|
number of cores.
|
|||
|
|
Use Case: Use of the operating system in projects with different numbers of cores.
|
|||
|
|
Dependencies: • Configuration specification (e.g. System template)
|
|||
|
|
• Boot procedure (e.g. ECU State manager)
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.14 多核系统中的服务
|
|||
|
|
|
|||
|
|
#### 4.14.1 概述
|
|||
|
|
|
|||
|
|
以下章节定义了一组机制/服务,允许最佳地使用多核环境。这些服务可能由不同的 AUTOSAR BSW 模块提供。AUTOSAR_SWS_Multi-Core 定义了从哪个模块可以访问哪些服务。
|
|||
|
|
|
|||
|
|
#### 4.14.2 需求
|
|||
|
|
|
|||
|
|
##### 4.14.2.1 [SRS_Os_80013] 服务行为应与单核系统相同
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The behaviour of services (e.g. task activation) should be identical
|
|||
|
|
to single core systems when the originating and the manipulated
|
|||
|
|
object (e.g. a task) reside on the same core.
|
|||
|
|
Rationale: Known services for SC systems should behave identically on a MC
|
|||
|
|
system when used locally, i.e. without crossing core boundaries.
|
|||
|
|
Use Case: --
|
|||
|
|
Dependencies: OS Specification, BSW Specifications
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.2 [SRS_Os_80015] MC 扩展应提供在不同核上激活任务的机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The MC extensions shall provide a mechanism to activate tasks on
|
|||
|
|
different cores, in different OsApplications.
|
|||
|
|
Rationale: The offline relocation of tasks between cores in different projects
|
|||
|
|
(e.g. low cost and high-end vehicles) shall be possible without
|
|||
|
|
reprogramming all task activations. Moreover, it shall be possible
|
|||
|
|
for the system integrator to assign sub-functionality to a core with
|
|||
|
|
free processing power.
|
|||
|
|
Use Case: Usage of third-party SW delivered as object code.
|
|||
|
|
Dependencies: OS Specification
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.3 [SRS_Os_80016] 事件机制应跨核工作
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The MC extensions shall provide a mechanism to send an event to a
|
|||
|
|
task on a different core, in different OsApplications.
|
|||
|
|
Rationale: If events are used and a task is moved to a different core (offline),
|
|||
|
|
it shall still be possible to use events.
|
|||
|
|
Use Case: Monitoring/safety concept.
|
|||
|
|
Dependencies: OS specification
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.4 [SRS_Os_80018] 应提供跨多个核同步任务的方法
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: A method to synchronize tasks on more than one core shall be provided.
|
|||
|
|
Rationale: Necessity to synchronize tasks across cores in time. This can be
|
|||
|
|
done by several means, e.g. alarms activating tasks across cores, by
|
|||
|
|
synchronizing counters or by using shared hardware timers.
|
|||
|
|
Use Case: Synchronized applications
|
|||
|
|
Dependencies: OS specification
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_00206)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.5 [SRS_Os_80020] 应提供数据交换机制
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: A data exchange mechanism shall be provided that guaranties data
|
|||
|
|
consistency independent from the HW.
|
|||
|
|
Rationale: To minimize the HW dependency of the RTE a exchange mechanism is
|
|||
|
|
required that can be used by the RTE.
|
|||
|
|
Use Case: Data exchange in a MC system.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01240)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.6 [SRS_Os_80021] AUTOSAR 环境的 MC 扩展应支持核之间的互斥机制且不应引起死锁
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The MC extension of the AUTOSAR environment shall support a
|
|||
|
|
mutual exclusion mechanism between cores that shall not cause
|
|||
|
|
deadlocks, if configured and used properly.
|
|||
|
|
The mechanism shall be usable from task and ISR level.
|
|||
|
|
Rationale: In a MC system, a mutual exclusion mechanism is needed, to
|
|||
|
|
synchronize different cores. This mutual exclusion mechanism shall
|
|||
|
|
support the user to prevent from building deadlocks.
|
|||
|
|
Use Case: Concurrent access to shared resources
|
|||
|
|
Dependencies: • OS specification
|
|||
|
|
• HW support required
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋(RS_BRF_01264)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.7 [SRS_Os_80022] 在特定核上没有任务被调度的情况下,OS 应执行用户可选的操作
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: In case no task is going to be scheduled on a specific core, the OS
|
|||
|
|
shall execute a user selectable operation.
|
|||
|
|
Rationale: In order to set a core in a low power mode independently from the
|
|||
|
|
others, an indirect approach is used. Instead of explicitly requesting
|
|||
|
|
a core to HALT, a mechanism similar to the rubber band principle
|
|||
|
|
implemented in some modules such as ECUM is considered: the core
|
|||
|
|
remains in normal mode as long as its activity is required by some
|
|||
|
|
task allocated on it and is halted as soon as no task is in RUNNING or
|
|||
|
|
READY state. The core can be woken up by a SW interrupt (managed
|
|||
|
|
by OS) or by a HW interrupt.
|
|||
|
|
Use Case: Reduction of energy consumption by setting unused cores temporarily
|
|||
|
|
in a power saving mode
|
|||
|
|
Dependencies: • OS specification
|
|||
|
|
• HW support required
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01184)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
##### 4.14.2.8 [SRS_Os_80023] 在特定核上没有任务被调度的情况下,OS 应执行可在运行时选择的操作
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Valid
|
|||
|
|
Description: The OS shall execute an operation which can be selected at runtime,
|
|||
|
|
in case no task is going to be scheduled on a specific core.
|
|||
|
|
Rationale: OS shall offer different options as for the actions to be taken when
|
|||
|
|
the conditions at SRS_Os_80022 are met. It shall be possible to define
|
|||
|
|
different actions, ranging from the predefined NO_HALT mode (no
|
|||
|
|
action taken, the core is left to run) to a number of OS and HW
|
|||
|
|
specific options, defined by the OS-vendor, which set the core in a
|
|||
|
|
HALT state.
|
|||
|
|
Use Case: Reduction of energy consumption by setting unused cores temporarily
|
|||
|
|
in a power saving mode
|
|||
|
|
Dependencies: • OS specification
|
|||
|
|
• HW support required
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋( RS_BRF_01184)
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 4.15 调试与跟踪
|
|||
|
|
|
|||
|
|
#### 4.15.1 ARTI 支持
|
|||
|
|
|
|||
|
|
##### 4.15.1.1 [SRS_Os_12001] OS 应创建 ARTI 模块描述文件
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Draft
|
|||
|
|
Description: If the OS configuration is set to use ARTI, the OS generator shall
|
|||
|
|
create an ARTI module description file.
|
|||
|
|
Rationale: Debugging tools need internal information to visualize the state of
|
|||
|
|
the software. Components and modules implementing this requirement
|
|||
|
|
shall provide the necessary state information that can be used by
|
|||
|
|
internal and external tools.
|
|||
|
|
Use Case: Debugging the software.
|
|||
|
|
Dependencies: --
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋()
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
#### 4.15.2 跟踪支持
|
|||
|
|
|
|||
|
|
##### 4.15.2.1 [SRS_Os_12002] OS 代码应包含 ARTI 钩子
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
Type: Draft
|
|||
|
|
Description: If the OS configuration is set to use ARTI, its code shall incorporate
|
|||
|
|
ARTI hooks. The OS generator shall expose the hooks and the
|
|||
|
|
traceable variables in an ARTI module description.
|
|||
|
|
Rationale: Tracing and timing analysis tools need internal information to
|
|||
|
|
visualize and inspect the run-time behavior of the software.
|
|||
|
|
Components and modules implementing this requirement shall provide
|
|||
|
|
the necessary details and hooks that can be used by tools.
|
|||
|
|
Use Case: Run-time tracing the software, profiling, timing measurement.
|
|||
|
|
Dependencies: This requirement depends on the Requirement "The generator of a
|
|||
|
|
module shall create an ARTI module description file".
|
|||
|
|
Supporting Material: --
|
|||
|
|
⌋()
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 5. 需求追溯
|
|||
|
|
|
|||
|
|
> **摘要标记**:完整需求追溯表包含 13 行,下表为完整内容。
|
|||
|
|
|
|||
|
|
| 需求 | 描述 | 满足于 |
|
|||
|
|
|------|------|--------|
|
|||
|
|
| RS_BRF_00206 | AUTOSAR 应当支持多核 MCU | SRS_Os_80001, SRS_Os_80003, SRS_Os_80005, SRS_Os_80006, SRS_Os_80007, SRS_Os_80008, SRS_Os_80011, SRS_Os_80013, SRS_Os_80015, SRS_Os_80016, SRS_Os_80018 |
|
|||
|
|
| RS_BRF_01096 | AUTOSAR 应当支持 ECU 的启动和关闭 | SRS_Os_11018 |
|
|||
|
|
| RS_BRF_01184 | AUTOSAR 应当支持不同的降级方法 | SRS_Os_80022, SRS_Os_80023 |
|
|||
|
|
| RS_BRF_01200 | AUTOSAR OS 应当向后兼容 OSEK OS | SRS_Os_00097 |
|
|||
|
|
| RS_BRF_01208 | AUTOSAR OS 应当支持定期启动任务列表 | SRS_Os_00098, SRS_Os_00099 |
|
|||
|
|
| RS_BRF_01216 | AUTOSAR OS 应当支持将 ScheduleTable 与外部时间源同步 | SRS_Os_11002 |
|
|||
|
|
| RS_BRF_01224 | AUTOSAR OS 应当支持时间保护 | SRS_Os_11008 |
|
|||
|
|
| RS_BRF_01232 | AUTOSAR OS 应当支持应用软件的隔离和保护 | SRS_Os_11001, SRS_Os_11003, SRS_Os_11005, SRS_Os_11009, SRS_Os_11010, SRS_Os_11011, SRS_Os_11012, SRS_Os_11013, SRS_Os_11016 |
|
|||
|
|
| RS_BRF_01234 | AUTOSAR OS 应当支持 BSW 模块之间的隔离和保护 | SRS_Os_11001 |
|
|||
|
|
| RS_BRF_01240 | AUTOSAR OS 应当支持 OSApplication 之间的通信 | SRS_Os_11006, SRS_Os_11007, SRS_Os_80020 |
|
|||
|
|
| RS_BRF_01248 | AUTOSAR OS 应当支持终止和重启 OSApplication | SRS_Os_11014, SRS_Os_11022, SRS_Os_11023 |
|
|||
|
|
| RS_BRF_01256 | AUTOSAR OS 应当提供关闭核的支持 | SRS_Os_80026, SRS_Os_80027 |
|
|||
|
|
| RS_BRF_01264 | AUTOSAR OS 应当支持多核无死锁互斥 | SRS_Os_80021 |
|
|||
|
|
| RS_BRF_02008 | AUTOSAR 应提供保护系统免受未授权读访问的机制 | SRS_Os_11000 |
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 6. 参考文献
|
|||
|
|
|
|||
|
|
### 6.1 AUTOSAR 交付物
|
|||
|
|
|
|||
|
|
- **[AUTOSAR_GLOSSARY]** Glossary, AUTOSAR_TR_Glossary.pdf
|
|||
|
|
- **[DOC_LAYERED_ARCH]** Layered Software Architecture, AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
|
|||
|
|
- **[DOC_VFB]** Virtual Function Bus, AUTOSAR_EXP_VFB.pdf
|
|||
|
|
- **[DOC_WP112_REQ]** General Requirements on Basic Software Modules, AUTOSAR_SRS_BSWGeneral.pdf
|
|||
|
|
- **[TPS_STDT_0078]** Software Standardization Template, AUTOSAR_TPS_StandardizationTemplate.pdf
|
|||
|
|
|
|||
|
|
### 6.2 相关标准和规范
|
|||
|
|
|
|||
|
|
#### 6.2.1 OSEK
|
|||
|
|
|
|||
|
|
- **[STD_OSEK_OS]** ISO 17356-3: OS
|
|||
|
|
- **[STD_OSEK_OIL]** ISO 17356-6: OIL
|
|||
|
|
|
|||
|
|
#### 6.2.2 公司报告、学术著作等
|
|||
|
|
|
|||
|
|
- **[REP_DC_PROTECTED_OS]** Extensions of OSEK OS for Protected Applications, OSEK Support Project, DC058_02, Daimler-Chrysler AG
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## 翻译说明
|
|||
|
|
|
|||
|
|
- **文档类型**:AUTOSAR SRS(Software Requirements Specification,软件需求规范)
|
|||
|
|
- **翻译策略**:本 SRS 文档(39 页)规模适中,已进行完整翻译,包括所有需求章节、需求追溯表和参考文献。
|
|||
|
|
- **摘要标记位置**:
|
|||
|
|
- 章节 5 需求追溯:表格已完整翻译并展示(13 行)
|
|||
|
|
- **保留内容**:
|
|||
|
|
- 需求 ID(如 `SRS_Os_00097`、`SRS_Os_11001`、`SRS_Os_80001` 等)
|
|||
|
|
- AUTOSAR 方框符 `⌈⌋`
|
|||
|
|
- 所有 API 标识符、模块缩写
|
|||
|
|
- 文档间交叉引用
|
|||
|
|
- **术语对照表**:
|
|||
|
|
- Operating System → 操作系统
|
|||
|
|
- Schedule Table → 调度表
|
|||
|
|
- OS-Application → OS-应用
|
|||
|
|
- Memory Protection → 内存保护
|
|||
|
|
- Timing Protection → 时间保护
|
|||
|
|
- Protection Hook → 保护钩子
|
|||
|
|
- Service Protection → 服务保护
|
|||
|
|
- Multi-Core → 多核
|
|||
|
|
- Single-Core → 单核
|
|||
|
|
- Partition → 分区
|
|||
|
|
- Conformance Class → 符合类
|
|||
|
|
- Shutdown → 关闭
|
|||
|
|
- Start-up → 启动
|