forked from website/openpower.foundation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
3 years ago
|
---
|
||
|
title: Field Replaceable Unit Service Interface Specification
|
||
|
group: hardwarearchitecture
|
||
|
publicreview: false
|
||
|
aliases:
|
||
|
- "openfsi/"
|
||
|
- "openfieldserviceinterface/"
|
||
|
- "fieldserviceinterface/"
|
||
|
tags:
|
||
|
- specification
|
||
|
- fsi
|
||
|
- fru
|
||
|
- openfsi
|
||
|
- hardware
|
||
|
date: 2016-10-13
|
||
|
draft: false
|
||
|
---
|
||
|
|
||
|
This document describes a Field Replaceable Unit (FRU) Support Interface (FSI) suited
|
||
|
to service all chips in a computer system via a common serial interface.
|
||
|
Key features are ease of use, easy scalability, robustness, and support for virtualization and
|
||
|
the tunneling of interrupts and DMA control signals across the interface.
|
||
|
FSI is superior to similar industry standard interfaces in these and many other features including speed, distance, data protection, and address range.
|
||
|
|
||
|
FSI is a point to point two wire interface operating in half duplex mode,
|
||
|
which is capable of supporting distances of up to 4 meters at up to 166 MHz bus frequency.
|
||
|
All operations are fully CRC checked to allow error recovery.
|
||
|
With its versatile architecture, the FSI is suited for a wide range of applications from service access to in-system test.
|