coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vbnv_ec.c File Reference
#include <types.h>
#include <ec/google/chromeec/ec.h>
#include <security/vboot/vbnv.h>
#include <security/vboot/vbnv_layout.h>
Include dependency graph for vbnv_ec.c:

Go to the source code of this file.

Functions

void read_vbnv_ec (uint8_t *vbnv_copy)
 
void save_vbnv_ec (const uint8_t *vbnv_copy)
 

Function Documentation

◆ read_vbnv_ec()

void read_vbnv_ec ( uint8_t vbnv_copy)

Definition at line 8 of file vbnv_ec.c.

References google_chromeec_vbnv_context(), and VBOOT_VBNV_BLOCK_SIZE.

Referenced by read_vbnv().

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

◆ save_vbnv_ec()

void save_vbnv_ec ( const uint8_t vbnv_copy)

Definition at line 13 of file vbnv_ec.c.

References google_chromeec_vbnv_context(), and VBOOT_VBNV_BLOCK_SIZE.

Referenced by save_vbnv().

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