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

Go to the source code of this file.

Macros

#define F71869AD_FDC   0x00 /* Floppy */
 
#define F71869AD_SP1   0x01 /* UART1 */
 
#define F71869AD_SP2   0x02 /* UART2 */
 
#define F71869AD_PP   0x03 /* Parallel port */
 
#define F71869AD_HWM   0x04 /* Hardware monitor */
 
#define F71869AD_KBC   0x05 /* PS/2 keyboard and mouse */
 
#define F71869AD_GPIO   0x06 /* General Purpose I/O (GPIO) */
 
#define F71869AD_WDT   0x07 /* WDT */
 
#define F71869AD_CIR   0x08 /* CIR */
 
#define F71869AD_PME   0x0a /* Power Management Events (PME) and ACPI */
 

Macro Definition Documentation

◆ F71869AD_CIR

#define F71869AD_CIR   0x08 /* CIR */

Definition at line 15 of file f71869ad.h.

◆ F71869AD_FDC

#define F71869AD_FDC   0x00 /* Floppy */

Definition at line 7 of file f71869ad.h.

◆ F71869AD_GPIO

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

Definition at line 13 of file f71869ad.h.

◆ F71869AD_HWM

#define F71869AD_HWM   0x04 /* Hardware monitor */

Definition at line 11 of file f71869ad.h.

◆ F71869AD_KBC

#define F71869AD_KBC   0x05 /* PS/2 keyboard and mouse */

Definition at line 12 of file f71869ad.h.

◆ F71869AD_PME

#define F71869AD_PME   0x0a /* Power Management Events (PME) and ACPI */

Definition at line 16 of file f71869ad.h.

◆ F71869AD_PP

#define F71869AD_PP   0x03 /* Parallel port */

Definition at line 10 of file f71869ad.h.

◆ F71869AD_SP1

#define F71869AD_SP1   0x01 /* UART1 */

Definition at line 8 of file f71869ad.h.

◆ F71869AD_SP2

#define F71869AD_SP2   0x02 /* UART2 */

Definition at line 9 of file f71869ad.h.

◆ F71869AD_WDT

#define F71869AD_WDT   0x07 /* WDT */

Definition at line 14 of file f71869ad.h.