Difference between revisions of "Bindings"
From OpenBIOS
m (→Bindings and Supplements for CPU Architectures) |
(→Recommended Practice) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
== Device Bindings == | == Device Bindings == | ||
− | * [http://www.openbios.org/docs/8042-1_0d.ps 8042] - ISA Keyboard/Mouse Controller | + | * [http://www.openbios.org/data/docs/8042-1_0d.ps 8042] - ISA Keyboard/Mouse Controller |
− | * [http://www.openbios.org/docs/audio-1_0d.ps Audio] - ISA Audio | + | * [http://www.openbios.org/data/docs/audio-1_0d.ps Audio] - ISA Audio |
− | * [http://www.openbios.org/docs/fdc-1_0d.ps Floppy] - ISA Floppy Controller | + | * [http://www.openbios.org/data/docs/fdc-1_0d.ps Floppy] - ISA Floppy Controller |
− | * [http://www.openbios.org/docs/isa-dma-1_0d.ps ISA DMA] - ISA DMA Controller | + | * [http://www.openbios.org/data/docs/isa-dma-1_0d.ps ISA DMA] - ISA DMA Controller |
− | * [http://www.openbios.org/docs/isa-pic-1_1d.ps ISA PIC] - ISA Interrupt Controller | + | * [http://www.openbios.org/data/docs/isa-pic-1_1d.ps ISA PIC] - ISA Interrupt Controller |
− | * [http://www.openbios.org/docs/lfb-1_0d.ps Linear Framebuffer] | + | * [http://www.openbios.org/data/docs/lfb-1_0d.ps Linear Framebuffer] |
− | * [http://www.openbios.org/docs/parallel-1_0d.ps Parallel] - ISA Parallel Port | + | * [http://www.openbios.org/data/docs/parallel-1_0d.ps Parallel] - ISA Parallel Port |
− | * [http://www.openbios.org/docs/serial-1_0d.ps Serial] - ISA Serial Port | + | * [http://www.openbios.org/data/docs/serial-1_0d.ps Serial] - ISA Serial Port |
− | * [http://www.openbios.org/docs/vga-1_0d.ps VGA] - VGA Display | + | * [http://www.openbios.org/data/docs/vga-1_0d.ps VGA] - VGA Display |
== Recommended Practice == | == Recommended Practice == | ||
− | * [http://www.openbios.org/docs/rec.16color.d12.pdf 16 Color Text Extension] - Draft 1.2 | + | * [http://www.openbios.org/data/docs/rec.16color.d12.pdf 16 Color Text Extension] - Draft 1.2 |
− | * [http://www.openbios.org/docs/rec.8bgraph.d12.pdf 8 Bit Graphics Extension] - Draft 1.2 | + | * [http://www.openbios.org/data/docs/rec.8bgraph.d12.pdf 8 Bit Graphics Extension] - Draft 1.2 |
− | * [http://www.openbios.org/docs/rec.dse.app10.pdf Device Support Extensions] - Approved Version 1.0 | + | * [http://www.openbios.org/data/docs/rec.dse.app10.pdf Device Support Extensions] - Approved Version 1.0 |
− | * [http://www.openbios.org/docs/rec.gennames.app14.pdf Generic Names] - Approved Version 1.4 | + | * [http://www.openbios.org/data/docs/rec.gennames.app14.pdf Generic Names] - Approved Version 1.4 |
− | * [http://www.openbios.org/docs/rec.intmap.d09.pdf Interrupt Mapping] - Draft 0.9 | + | * [http://www.openbios.org/data/docs/rec.intmap.d09.pdf Interrupt Mapping] - Draft 0.9 |
− | * [http://www.openbios.org/docs/rec.intpos.d02.pdf Interposition] - Draft 0.2 | + | * [http://www.openbios.org/data/docs/rec.intpos.d02.pdf Interposition] - Draft 0.2 |
− | * [http://www.openbios.org/docs/rec.scsi3pi.10.pdf SCSI-3 Parallel Interface] - Version 1.0 - bug: last page first!! | + | * [http://www.openbios.org/data/docs/rec.scsi3pi.10.pdf SCSI-3 Parallel Interface] - Version 1.0 - bug: last page first!! |
− | * [http://www.openbios.org/docs/rec.tftp.10.pdf TFTP Booting Extension] - Version 1.0 | + | * [http://www.openbios.org/data/docs/rec.tftp.10.pdf TFTP Booting Extension] - Version 1.0 |
+ | * [http://playground.sun.com/1275/proposals/Closed/Accepted/410-it.txt dma-ranges] |
Latest revision as of 14:10, 5 April 2007
Bindings and Supplements for Bus Systems
Bindings and Supplements for CPU Architectures
- Open Firmware 64bit extensions
- ARM bindings
- PPC bindings
- PPC PREP bindings
- PPC CHRP bindings
- Sparc 32bit Supplement - IEEE 1754 ISA
Device Bindings
- 8042 - ISA Keyboard/Mouse Controller
- Audio - ISA Audio
- Floppy - ISA Floppy Controller
- ISA DMA - ISA DMA Controller
- ISA PIC - ISA Interrupt Controller
- Linear Framebuffer
- Parallel - ISA Parallel Port
- Serial - ISA Serial Port
- VGA - VGA Display
Recommended Practice
- 16 Color Text Extension - Draft 1.2
- 8 Bit Graphics Extension - Draft 1.2
- Device Support Extensions - Approved Version 1.0
- Generic Names - Approved Version 1.4
- Interrupt Mapping - Draft 0.9
- Interposition - Draft 0.2
- SCSI-3 Parallel Interface - Version 1.0 - bug: last page first!!
- TFTP Booting Extension - Version 1.0
- dma-ranges