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
/
prodrive
/
hermes
/
Makefile.inc
blob
63be66c655d3a9cc4230e991ab189f537779c03a
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
bootblock-y += bootblock.c
4
bootblock-y += gpio.c
5
6
romstage-y += eeprom.c
7
8
ramstage-y += gpio.c
9
ramstage-y += ramstage.c
10
ramstage-y += mainboard.c
11
ramstage-y += eeprom.c
12
ramstage-y += smbios.c
13
14
$(call add_vbt_to_cbfs, vbt-avalanche.bin, avalanche-data.vbt)