← Documents Documentation/ABI/stable/sysfs-bus-fsl-mc GitHub 원문 ↗

Linux 6.18.37 · ABI / stable

FSL Management Complex bus ABI

fsl-mc object와 firmware를 수동 동기화하는 rescan, DPRC IRQ 기반 자동 탐색을 제어하는 autorescan을 설명합니다.

Source pathDocumentation/ABI/stable/sysfs-bus-fsl-mc
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

수동·자동 rescan

sysfs-bus-fsl-mc:1-19

Userspace driver와 management tool이 Management Complex firmware의 object 변화를 반영하도록 bus scan을 제어합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/fsl-mc/rescan
2 Date: January 2021
3 KernelVersion: 5.12
4 Contact: Ioana Ciornei <[email protected]>
5 Description: Writing a non-zero value to this attribute will
6 force a rescan of fsl-mc bus in the system and
7 synchronize the objects under fsl-mc bus and the
8 Management Complex firmware.
9 Users: Userspace drivers and management tools
10
11 What: /sys/bus/fsl-mc/autorescan
12 Date: January 2021
13 KernelVersion: 5.12
14 Contact: Ioana Ciornei <[email protected]>
15 Description: Writing a zero value to this attribute will
16 disable the DPRC IRQs on which automatic rescan
17 of the fsl-mc bus is performed. A non-zero value
18 will enable the DPRC IRQs.
19 Users: Userspace drivers and management tools
20

3. 한국어 전문 번역

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

FSL Management Complex rescan

1-19

두 attribute는 2021년 1월 kernel 5.12에 도입됐고 담당자는 Ioana Ciornei <[email protected]>다. Userspace driver와 management tool이 사용한다.

경로쓰기 동작
/sys/bus/fsl-mc/rescan0이 아닌 값을 쓰면 system의 fsl-mc bus를 강제로 다시 scan하고 bus 아래 object를 Management Complex firmware와 동기화한다.
/sys/bus/fsl-mc/autorescan0을 쓰면 fsl-mc bus 자동 rescan에 쓰는 DPRC IRQ를 비활성화하고, 0이 아닌 값을 쓰면 DPRC IRQ를 활성화한다.