repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/mediatek/mt8196: Add PMIC MT6373 driver
[coreboot.git]
/
src
/
cpu
/
intel
/
fit
/
fit.c
blob
060023191aea087c485a29ab29dfb42fc9f682f5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <stdint.h>
4
5
/* This will get updated by ifittool later on to point to the cbfs 'intel_fit' file. */
6
__attribute__
((
used
,
__section__
(
".fit_pointer"
)))
const uint64_t
fit_ptr
=
0
;