coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc_util.h File Reference
#include <hob_iiouds.h>
#include <hob_memmap.h>
Include dependency graph for soc_util.h:

Go to the source code of this file.

Functions

void config_reset_cpl3_csrs (void)
 
const struct SystemMemoryMapHob * get_system_memory_map (void)
 
uint32_t get_socket_stack_busno (uint32_t socket, uint32_t stack)
 
int soc_get_stack_for_port (int port)
 

Function Documentation

◆ config_reset_cpl3_csrs()

◆ get_socket_stack_busno()

uint32_t get_socket_stack_busno ( uint32_t  socket,
uint32_t  stack 
)

Definition at line 33 of file soc_util.c.

References assert, and get_iio_uds().

Referenced by config_reset_cpl3_csrs().

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

◆ get_system_memory_map()

const struct SystemMemoryMapHob* get_system_memory_map ( void  )

Definition at line 12 of file soc_util.c.

References assert, fsp_find_extension_hob_by_guid(), and NULL.

Here is the call graph for this function:

◆ soc_get_stack_for_port()

int soc_get_stack_for_port ( int  port)

Definition at line 51 of file soc_util.c.