요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
Aeroflex Gaisler APBPS2 PS/2 Core, supporting Keyboard or Mouse.
The APBPS2 PS/2 core is available in the GRLIB VHDL IP core library.
Note: In the ordinary environment for the APBPS2 core, a LEON SPARC system,
these properties are built from information in the AMBA plug&play and from
bootloader settings.
Required properties:
- name : Should be "GAISLER_APBPS2" or "01_060"
- reg : Address and length of the register set for the device
- interrupts : Interrupt numbers for this device
For further information look in the documentation for the GLIB IP core library:
http://www.gaisler.com/products/grlib/grip.pdf
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
GRLIB APBPS2 keyboard/mouse core
1-16Aeroflex Gaisler APBPS2 PS/2 core는 keyboard 또는 mouse를 지원하며 GRLIB VHDL IP core library에 포함됩니다. 일반적인 APBPS2 환경인 LEON SPARC system에서는 이 property들을 AMBA plug-and-play 정보와 bootloader 설정으로 만듭니다.
필수 `name`은 `GAISLER_APBPS2` 또는 `01_060`, `reg`는 device register set의 address와 length, `interrupts`는 device interrupt number입니다. 추가 정보는 GRLIB IP core library 문서 `http://www.gaisler.com/products/grlib/grip.pdf`를 참조합니다.
LEON 환경에서 hardware discovery 정보로 PS/2 core node를 구성합니다.
요약과 해설
ps2keyb-mouse-apbps2.txt:1-16LEON SPARC discovery와 필수 device 자원을 설명합니다.