← Documents Documentation/networking/devlink/zl3073x.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

zl3073x devlink support

zl3073x의 DPLL 식별자, ASIC·펌웨어 정보와 플래시 갱신 절차를 설명합니다.

Source pathDocumentation/networking/devlink/zl3073x.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =======================
4 zl3073x devlink support
5 =======================
6
7 This document describes the devlink features implemented by the ``zl3073x``
8 device driver.
9
10 Parameters
11 ==========
12
13 .. list-table:: Generic parameters implemented
14 :widths: 5 5 90
15
16 * - Name
17 - Mode
18 - Notes
19 * - ``clock_id``
20 - driverinit
21 - Set the clock ID that is used by the driver for registering DPLL devices
22 and pins.
23
24 Info versions
25 =============
26
27 The ``zl3073x`` driver reports the following versions
28
29 .. list-table:: devlink info versions implemented
30 :widths: 5 5 5 90
31
32 * - Name
33 - Type
34 - Example
35 - Description
36 * - ``asic.id``
37 - fixed
38 - 1E94
39 - Chip identification number
40 * - ``asic.rev``
41 - fixed
42 - 300
43 - Chip revision number
44 * - ``fw``
45 - running
46 - 7006
47 - Firmware version number
48 * - ``custom_cfg``
49 - running
50 - 1.3.0.1
51 - Device configuration version customized by OEM
52
53 Flash Update
54 ============
55
56 The ``zl3073x`` driver implements support for flash update using the
57 ``devlink-flash`` interface. It supports updating the device flash using a
58 combined flash image ("bundle") that contains multiple components (firmware
59 parts and configurations).
60
61 During the flash procedure, the standard firmware interface is not available,
62 so the driver unregisters all DPLLs and associated pins, and re-registers them
63 once the flash procedure is complete.
64
65 The driver does not support any overwrite mask flags.
66

3. 한국어 전문 번역

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