← Documents Documentation/ABI/testing/sysfs-platform-intel-wmi-sbl-fw-update GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

Intel WMI Slim Bootloader firmware-update sysfs ABI

Userspace가 다음 reboot에서 Slim Bootloader firmware update를 건너뛰거나 시도하도록 요청합니다.

Source pathDocumentation/ABI/testing/sysfs-platform-intel-wmi-sbl-fw-update
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

다음 reboot의 update 요청

sysfs-platform-intel-wmi-sbl-fw-update:1-13

Persistent default 0은 update를 건너뛰고, userspace가 1을 쓰면 다음 reboot 한 번에 SBL firmware update를 시도하도록 신호합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/wmi/devices/44FADEB1-B204-40F2-8581-394BBDC1B651[-X]/firmware_update_request
2 Date: April 2020
3 KernelVersion: 5.7
4 Contact: "Jithu Joseph" <[email protected]>
5 Description:
6 Allow user space entities to trigger update of Slim
7 Bootloader (SBL). This attribute normally has a value
8 of 0 and userspace can signal SBL to update firmware,
9 on next reboot, by writing a value of 1.
10 There are two available states:
11
12 * 0 -> Skip firmware update while rebooting
13 * 1 -> Attempt firmware update on next reboot
14

3. 한국어 전문 번역

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

Intel WMI Slim Bootloader firmware-update sysfs ABI: firmware update request

1-13
항목한국어 전문 번역
What/sys/bus/wmi/devices/44FADEB1-B204-40F2-8581-394BBDC1B651[-X]/firmware_update_request
Date2020년 4월
KernelVersion5.7
Contact"Jithu Joseph" <[email protected]>
Description`/sys/bus/wmi/devices/44FADEB1-B204-40F2-8581-394BBDC1B651[-X]/firmware_update_request`는 userspace entities가 Slim Bootloader(SBL) update를 trigger할 수 있게 합니다. 이 attribute의 normal value는 `0`입니다. Userspace가 `1`을 쓰면 SBL에 다음 reboot 시 firmware를 update하도록 signal합니다. `0`은 reboot 동안 firmware update를 skip하고, `1`은 다음 reboot에서 firmware update를 attempt합니다.
SBL firmware-update request states
ValueNext reboot
0Skip firmware update
1Attempt firmware update

Attribute value가 다음 reboot의 update 동작을 선택합니다.