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/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot.git]
/
src
/
soc
/
example
/
min86
/
Makefile.mk
blob
01f1a94bc4860267e4d750f04346e2f2373b07a5
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_SOC_EXAMPLE_MIN86
),
y
)
3
4
bootblock-y
+=
cache_as_ram.S
5
bootblock-y
+=
..
/
..
/
..
/
cpu
/
intel
/
car
/
bootblock.c
6
7
postcar-y
+=
exit_car.S
8
9
romstage-y
+=
romstage.c
10
11
ramstage-y
+=
chip.c
12
ramstage-y
+=
timer.c
13
14
endif