coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
eeprom_board_settings Struct Reference

#include <eeprom.h>

Collaboration diagram for eeprom_board_settings:
Collaboration graph

Data Fields

uint32_t signature
 
union {
   struct __packed {
      uint8_t   secureboot
 
      uint8_t   primary_video
 
      uint8_t   deep_sx_enabled
 
      uint8_t   wake_on_usb
 
      uint8_t   usb_powered_in_s5
 
      uint8_t   power_state_after_g3
 
      uint8_t   blue_rear_vref
 
      uint8_t   front_panel_audio
 
      uint8_t   pxe_boot_capability
 
      uint8_t   pink_rear_vref
 
      uint8_t   vtx_disabled
 
   } 
 
   uint8_t   raw_settings [11]
 
}; 
 

Detailed Description

Definition at line 41 of file eeprom.h.

Field Documentation

◆ 

union { ... }

◆ blue_rear_vref

uint8_t eeprom_board_settings::blue_rear_vref

Definition at line 51 of file eeprom.h.

◆ deep_sx_enabled

uint8_t eeprom_board_settings::deep_sx_enabled

Definition at line 47 of file eeprom.h.

◆ front_panel_audio

uint8_t eeprom_board_settings::front_panel_audio

Definition at line 52 of file eeprom.h.

◆ pink_rear_vref

uint8_t eeprom_board_settings::pink_rear_vref

Definition at line 54 of file eeprom.h.

◆ power_state_after_g3

uint8_t eeprom_board_settings::power_state_after_g3

Definition at line 50 of file eeprom.h.

◆ primary_video

uint8_t eeprom_board_settings::primary_video

Definition at line 46 of file eeprom.h.

◆ pxe_boot_capability

uint8_t eeprom_board_settings::pxe_boot_capability

Definition at line 53 of file eeprom.h.

◆ raw_settings

uint8_t eeprom_board_settings::raw_settings[11]

Definition at line 57 of file eeprom.h.

◆ secureboot

uint8_t eeprom_board_settings::secureboot

Definition at line 45 of file eeprom.h.

◆ signature

uint32_t eeprom_board_settings::signature

Definition at line 42 of file eeprom.h.

◆ usb_powered_in_s5

uint8_t eeprom_board_settings::usb_powered_in_s5

Definition at line 49 of file eeprom.h.

◆ vtx_disabled

uint8_t eeprom_board_settings::vtx_disabled

Definition at line 55 of file eeprom.h.

◆ wake_on_usb

uint8_t eeprom_board_settings::wake_on_usb

Definition at line 48 of file eeprom.h.


The documentation for this struct was generated from the following file: