coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
onboard.h File Reference
Include dependency graph for onboard.h:

Go to the source code of this file.

Macros

#define NINJA_NIC_VENDOR_ID   0x10EC
 
#define NINJA_NIC_DEVICE_ID   0x8168
 
#define NINJA_NIC_LED_MODE   0x00
 
#define BOARD_PCH_WAKE_GPIO   ACPI_ENABLE_WAKE_SUS_GPIO(0)
 
#define BOARD_CODEC_IRQ   GPIO_S5_DED_IRQ(CODEC_IRQ_OFFSET)
 

Functions

void lan_init (void)
 

Macro Definition Documentation

◆ BOARD_CODEC_IRQ

#define BOARD_CODEC_IRQ   GPIO_S5_DED_IRQ(CODEC_IRQ_OFFSET)

Definition at line 22 of file onboard.h.

◆ BOARD_PCH_WAKE_GPIO

#define BOARD_PCH_WAKE_GPIO   ACPI_ENABLE_WAKE_SUS_GPIO(0)

Definition at line 20 of file onboard.h.

◆ NINJA_NIC_DEVICE_ID

#define NINJA_NIC_DEVICE_ID   0x8168

Definition at line 14 of file onboard.h.

◆ NINJA_NIC_LED_MODE

#define NINJA_NIC_LED_MODE   0x00

Definition at line 17 of file onboard.h.

◆ NINJA_NIC_VENDOR_ID

#define NINJA_NIC_VENDOR_ID   0x10EC

Definition at line 13 of file onboard.h.

Function Documentation

◆ lan_init()

void lan_init ( void  )

Definition at line 8 of file mainboard.c.