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
/
rv11
/
early_init.c
blob
34770be79101a54f520d7126d7ea70c1b6e58a28
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <northbridge/intel/sandybridge/sandybridge.h>
4
#include <southbridge/intel/bd82x6x/pch.h>
5
6
int
mainboard_should_reset_usb
(
int
s3resume
)
7
{
8
return
!
s3resume
;
9
}