repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
lenovo
/
x220
/
early_init.c
blob
826796eddff3c2b581d47efb9ccb8b647ce86acc
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <stdint.h>
4
#include <northbridge/intel/sandybridge/raminit.h>
5
6
void
mainboard_fill_pei_data
(
struct
pei_data
*
pei_data
)
7
{
8
}