coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc_util.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_UTIL_H_
4 #define _SOC_UTIL_H_
5 
6 #include <hob_iiouds.h>
7 #include <hob_memmap.h>
8 
9 const struct SystemMemoryMapHob *get_system_memory_map(void);
10 
12 
14 
15 #endif /* _SOC_UTIL_H_ */
port
Definition: i915.h:29
const struct SystemMemoryMapHob * get_system_memory_map(void)
Definition: soc_util.c:12
int soc_get_stack_for_port(int port)
Definition: soc_util.c:51
uint32_t get_socket_stack_busno(uint32_t socket, uint32_t stack)
Definition: soc_util.c:33
unsigned int uint32_t
Definition: stdint.h:14