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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
roda
/
rk9
/
blc.c
blob
c3ee099ca53e405e2743d08efbb8daf212821e6d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <northbridge/intel/gm45/gm45.h>
4
5
int
get_blc_values
(
const struct
blc_pwm_t
**
entries
)
6
{
7
return
0
;
8
}