← Documents Documentation/firmware-guide/acpi/index.rst GitHub 원문 ↗

Linux 6.18.37 · Firmware

ACPI Support

Linux ACPI namespace·_DSD·debug·APEI·resource·platform 문서 22개를 연결하는 목차의 전문 번역입니다.

Source pathDocumentation/firmware-guide/acpi/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약·해설

index.rst:1-31

ACPI Support index는 `Documentation/firmware-guide/acpi/` 아래 22개 문서를 연결하는 Sphinx 목차다. `:maxdepth: 1`로 직접 child만 표시하며 모든 path의 대소문자와 계층을 보존한다.

문서는 ACPI namespace·device 열거, `_DSD` graph와 property 규칙, debug·APEI, GPIO·I2C와 전원·video, Intel 및 ChromeOS platform 지원으로 나뉜다.

이 페이지의 전문 번역은 source path 자체를 바꾸지 않고 각 항목의 역할을 한국어로 해설해, 원문 링크 구조와 독자의 탐색성을 함께 유지한다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ============
4 ACPI Support
5 ============
6
7 .. toctree::
8 :maxdepth: 1
9
10 namespace
11 dsd/graph
12 dsd/data-node-references
13 dsd/leds
14 dsd/phy
15 enumeration
16 osi
17 method-tracing
18 DSD-properties-rules
19 debug
20 aml-debugger
21 apei/output_format
22 apei/einj
23 gpio-properties
24 i2c-muxes
25 acpi-lid
26 lpit
27 video_extension
28 non-d0-probe
29 extcon-intel-int3496
30 intel-pmc-mux
31 chromeos-acpi-device
32

3. 한국어 전문 번역

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

ACPI 지원 문서 목차

1-31

이 문서는 Linux firmware guide 안의 ACPI 지원 문서를 모으는 최상위 목차다. Sphinx `toctree` directive를 사용하며 `:maxdepth: 1`이므로 이 페이지에는 각 직접 child 문서만 한 단계 깊이로 표시한다.

목차의 문자열은 번역 대상 문장이 아니라 source document를 가리키는 상대 path다. 대소문자와 slash는 실제 파일 위치 및 생성되는 문서 링크에 영향을 주므로 `DSD-properties-rules`, `dsd/data-node-references`, `apei/output_format` 등을 원문 그대로 보존해야 한다.

ACPI 핵심·_DSD·추적 문서
Toctree path한국어 해설
namespaceACPI namespace와 Linux device model
dsd/graph_DSD data node graph
dsd/data-node-referencesData node 사이의 reference
dsd/ledsLED 관련 _DSD property
dsd/phyMDIO PHY와 MAC 연결
enumerationACPI 기반 device 열거
osi_OSI와 OS interface 동작
method-tracingACPI method tracing

Namespace, 열거, Device Specific Data 구조와 method tracing을 다루는 항목이다.

규칙·Debug·APEI·resource 문서
Toctree path한국어 해설
DSD-properties-rules_DSD property 유효성 규칙
debugACPI debug interface
aml-debuggerAML debugger
apei/output_formatACPI Platform Error Interface 출력 형식
apei/einjAPEI error injection
gpio-propertiesGPIO 관련 _DSD property
i2c-muxesACPI I2C mux hierarchy

_DSD 규칙과 debugging, 오류 주입, GPIO·I2C firmware resource를 설명한다.

Device·platform별 문서
Toctree path한국어 해설
acpi-lidACPI lid device
lpitLow Power Idle Table
video_extensionACPI video extension
non-d0-probeNon-D0 power state probe
extcon-intel-int3496Intel INT3496 extcon
intel-pmc-muxIntel PMC mux
chromeos-acpi-deviceChromeOS ACPI device

Lid, idle table, video와 특정 platform device 지원을 모은다.

전체 22개 direct child는 namespace·열거·`_DSD` 규칙, debugging, APEI, GPIO·I2C resource, 전원·video와 platform별 device 지원으로 구성된다. 이 index 자체는 동작 규칙을 새로 정의하지 않고 해당 전문 문서로 독자를 안내한다.

ACPI 문서 탐색 순서
namespace로 ACPI object model 이해enumeration으로 Linux device 생성 과정 확인DSD-properties-rules와 dsd/*로 property 규칙 학습gpio-properties·i2c-muxes로 resource 사례 확인method-tracing·debug·aml-debugger로 문제 분석APEI와 platform별 문서로 필요한 주제 확장

처음 읽는 독자가 목차를 활용하는 한 가지 실용적인 순서다.

.. SPDX-License-Identifier: GPL-2.0

============
ACPI Support
============

.. toctree::
   :maxdepth: 1

   namespace
   dsd/graph
   dsd/data-node-references
   dsd/leds
   dsd/phy
   enumeration
   osi
   method-tracing
   DSD-properties-rules
   debug
   aml-debugger
   apei/output_format
   apei/einj
   gpio-properties
   i2c-muxes
   acpi-lid
   lpit
   video_extension
   non-d0-probe
   extcon-intel-int3496
   intel-pmc-mux
   chromeos-acpi-device