요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
=======================
SuperH Interfaces Guide
=======================
:Author: Paul Mundt
.. toctree::
:maxdepth: 1
booting
new-machine
register-banks
features
Memory Management
=================
SH-4
----
Store Queue API
~~~~~~~~~~~~~~~
.. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c
:export:
Machine Specific Interfaces
===========================
mach-dreamcast
--------------
.. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c
:internal:
mach-x3proto
------------
.. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
:export:
Busses
======
Maple
-----
.. kernel-doc:: drivers/sh/maple/maple.c
:export:
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
SuperH interface 문서 목차
1-15Paul Mundt가 작성한 SuperH interface 안내서입니다. Device Tree 부팅, 새 machine 추가, register bank 사용법과 SH feature 상태 문서를 연결합니다.
.. toctree::
:maxdepth: 1
booting
new-machine
register-banks
features
Memory Management와 Store Queue API
16-27SH-4 memory management 항목에서 Store Queue API를 다루며, `arch/sh/kernel/cpu/sh4/sq.c`의 export된 kernel-doc 내용을 포함합니다.
.. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c
:export:
machine별 interface
28-42`mach-dreamcast` 항목은 `arch/sh/boards/mach-dreamcast/rtc.c`의 internal kernel-doc을, `mach-x3proto` 항목은 `arch/sh/boards/mach-x3proto/ilsel.c`의 export된 kernel-doc을 포함합니다.
.. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c
:internal:
.. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
:export:
Bus와 Maple
43-50Bus 항목의 Maple 절은 `drivers/sh/maple/maple.c`에서 export된 kernel-doc API를 포함합니다.
.. kernel-doc:: drivers/sh/maple/maple.c
:export:
요약과 해설
index.rst:1-50이 색인은 SuperH architecture 사용자가 부팅 규약과 board porting 문서를 찾고, source에서 추출되는 SH-4 Store Queue 및 board·bus별 interface 문서를 한곳에서 탐색하도록 구성합니다.