coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chipset.c File Reference
#include <bl_uapp/bl_syscall_public.h>
#include <console/console.h>
#include <psp_verstage.h>
Include dependency graph for chipset.c:

Go to the source code of this file.

Functions

uint32_t update_psp_bios_dir (uint32_t *psp_dir_offset, uint32_t *bios_dir_offset)
 
uint32_t save_uapp_data (void *address, uint32_t size)
 
uint32_t get_bios_dir_addr (struct embedded_firmware *ef_table)
 
int platform_set_sha_op (enum vb2_hash_algorithm hash_alg, struct sha_generic_data *sha_op)
 
void platform_report_mode (int developer_mode_enabled)
 

Function Documentation

◆ get_bios_dir_addr()

uint32_t get_bios_dir_addr ( struct embedded_firmware ef_table)

Definition at line 17 of file chipset.c.

References embedded_firmware::bios3_entry.

Referenced by update_boot_region().

Here is the caller graph for this function:

◆ platform_report_mode()

void platform_report_mode ( int  developer_mode_enabled)

Definition at line 37 of file chipset.c.

References BIOS_INFO, printk, and svc_set_platform_boot_mode().

Referenced by Main().

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

◆ platform_set_sha_op()

int platform_set_sha_op ( enum vb2_hash_algorithm  hash_alg,
struct sha_generic_data *  sha_op 
)

Definition at line 22 of file chipset.c.

References sha_op.

Referenced by vb2ex_hwcrypto_digest_init().

Here is the caller graph for this function:

◆ save_uapp_data()

uint32_t save_uapp_data ( void address,
uint32_t  size 
)

Definition at line 12 of file chipset.c.

References address, and svc_save_uapp_data().

Referenced by save_buffers().

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

◆ update_psp_bios_dir()

uint32_t update_psp_bios_dir ( uint32_t psp_dir_offset,
uint32_t bios_dir_offset 
)

Definition at line 7 of file chipset.c.

References svc_update_psp_bios_dir().

Referenced by update_boot_region().

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