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

Go to the source code of this file.

Functions

void baytrail_init_pre_device (struct soc_intel_baytrail_config *config)
 
void southcluster_enable_dev (struct device *dev)
 
void baytrail_run_reference_code (void)
 
void baytrail_init_scc (void)
 
void scc_enable_acpi_mode (struct device *dev, int iosf_reg, int nvs_index)
 

Variables

struct pci_operations soc_pci_ops
 

Function Documentation

◆ baytrail_init_pre_device()

void baytrail_init_pre_device ( struct soc_intel_baytrail_config config)

Definition at line 170 of file ramstage.c.

References baytrail_enable_2x_refresh_rate(), baytrail_init_scc(), baytrail_run_reference_code(), config, CR4_OSFXSR, CR4_OSXMMEXCPT, fill_in_pattrs(), gpio_config, mainboard_get_gpios(), read_cr4(), setup_soc_gpios(), and write_cr4().

Referenced by soc_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ baytrail_init_scc()

void baytrail_init_scc ( void  )

Definition at line 54 of file scc.c.

References BIOS_DEBUG, iosf_score_read(), iosf_score_write(), printk, reg_script_run(), scc_after_dll, and scc_start_dll.

Referenced by baytrail_init_pre_device().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ baytrail_run_reference_code()

◆ scc_enable_acpi_mode()

◆ southcluster_enable_dev()

void southcluster_enable_dev ( struct device dev)

Definition at line 452 of file southcluster.c.

Referenced by byt_pcie_enable(), check_device_present(), enable_dev(), and sata_enable().

Here is the caller graph for this function:

Variable Documentation

◆ soc_pci_ops

struct pci_operations soc_pci_ops
extern

Definition at line 40 of file chip.c.