coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
header.c File Reference
#include <commonlib/bsd/helpers.h>
#include <stdint.h>
#include <symbols.h>
#include "header.h"
Include dependency graph for header.c:

Go to the source code of this file.

Variables

char header_load_size
 
struct omap_image_headers headers
 

Variable Documentation

◆ header_load_size

char header_load_size
extern

◆ headers

struct omap_image_headers headers
Initial value:
= {
.config_headers = {
.toc_chsettings = {
.start = offsetof(struct omap_image_headers,
.size = sizeof(struct configuration_header_settings),
.reserved = { 0, 0, 0 },
.filename = "CHSETTINGS\0"
},
.toc_end = {
.start = 0xffffffff,
.size = 0xffffffff,
.reserved = { 0xffffffff, 0xffffffff, 0xffffffff },
.filename = { 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff }
},
.chsettings = {
.key = 0xc0c0c0c1,
.valid = 0,
.version = 1,
.reserved = 0,
.flags = 0
}
},
.image_header = {
.destination = (uintptr_t)_sram
}
}
#define offsetof(TYPE, MEMBER)
Definition: helpers.h:84
char header_load_size
unsigned long uintptr_t
Definition: stdint.h:21
struct configuration_header_settings chsettings
Definition: header.h:56

Definition at line 10 of file header.c.

Referenced by tegra_i2c_request(), and tegra_i2c_send_recv().