Documentation/driver-api/mei/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

Intel Management Engine Interface

Intel MEI driver API 문서군의 목차를 보존한 전문 번역입니다.

Source pathDocumentation/driver-api/mei/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-18

MEI character interface, client bus와 Intel AMT 문서의 상위 목차입니다.

문서 구성
원문 줄내용
1-18Intel MEI documentation toctree

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 .. include:: <isonum.txt>
4
5 ===================================================
6 Intel(R) Management Engine Interface (Intel(R) MEI)
7 ===================================================
8
9 **Copyright** |copy| 2019 Intel Corporation
10
11
12 .. toctree::
13 :caption: Table of Contents
14 :maxdepth: 3
15
16 mei
17 mei-client-bus
18 iamt
19

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Intel Management Engine Interface 문서

1-18

이 `GPL-2.0` 문서는 Intel Management Engine Interface driver API 문서의 상위 목차이며 2019 Intel Corporation 저작권 표기를 포함합니다.

목차는 MEI character interface, MEI client bus와 Intel AMT 문서를 연결합니다.

MEI 문서 구성
문서내용
`mei`Host application용 MEI character interface
`mei-client-bus`Kernel MEI client driver bus
`iamt`Intel AMT와 OS Health Watchdog

.. SPDX-License-Identifier: GPL-2.0

.. include:: <isonum.txt>

===================================================
Intel(R) Management Engine Interface (Intel(R) MEI)
===================================================

**Copyright** |copy| 2019 Intel Corporation


.. toctree::
   :caption: Table of Contents
   :maxdepth: 3

   mei
   mei-client-bus
   iamt