coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
f81865f.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define F81865F_FDC   0x00 /* Floppy */
 
#define F81865F_SP1   0x10 /* UART1 */
 
#define F81865F_SP2   0x11 /* UART2 */
 
#define F81865F_PP   0x03 /* Parallel Port */
 
#define F81865F_HWM   0x04 /* Hardware Monitor */
 
#define F81865F_KBC   0x05 /* Keyboard/Mouse */
 
#define F81865F_GPIO   0x06 /* General Purpose I/O (GPIO) */
 
#define F81865F_PME   0x0a /* Power Management Events (PME) */
 

Macro Definition Documentation

◆ F81865F_FDC

#define F81865F_FDC   0x00 /* Floppy */

Definition at line 11 of file f81865f.h.

◆ F81865F_GPIO

#define F81865F_GPIO   0x06 /* General Purpose I/O (GPIO) */

Definition at line 17 of file f81865f.h.

◆ F81865F_HWM

#define F81865F_HWM   0x04 /* Hardware Monitor */

Definition at line 15 of file f81865f.h.

◆ F81865F_KBC

#define F81865F_KBC   0x05 /* Keyboard/Mouse */

Definition at line 16 of file f81865f.h.

◆ F81865F_PME

#define F81865F_PME   0x0a /* Power Management Events (PME) */

Definition at line 18 of file f81865f.h.

◆ F81865F_PP

#define F81865F_PP   0x03 /* Parallel Port */

Definition at line 14 of file f81865f.h.

◆ F81865F_SP1

#define F81865F_SP1   0x10 /* UART1 */

Definition at line 12 of file f81865f.h.

◆ F81865F_SP2

#define F81865F_SP2   0x11 /* UART2 */

Definition at line 13 of file f81865f.h.