aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/variant.h
blob: 380a373f2d7d1fe069dee01b2b8b32c3e3f0f5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef VARIANT_H
#define VARIANT_H

#include <device/device.h>
#include <soc/romstage.h>
#include <stdint.h>

int variant_smbios_data(struct device *dev, int *handle,
			unsigned long *current);
void lan_init(void);

void mainboard_fill_spd_data(struct pei_data *pei_data);
void fill_spd_for_index(uint8_t spd[], unsigned int index);

#define SPD_LEN			256

#endif