repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya/var/uldrenite: Generate RAM ID and SPD file
[coreboot2.git]
/
src
/
arch
/
ppc64
/
Kconfig
blob
25a0f500ef3a48719825d49ef108318b2f38db23
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config ARCH_PPC64
4
bool
5
6
config ARCH_BOOTBLOCK_PPC64
7
bool
8
select ARCH_PPC64
9
select BOOTBLOCK_CUSTOM
10
11
config ARCH_VERSTAGE_PPC64
12
bool
13
select ARCH_PPC64
14
15
config ARCH_ROMSTAGE_PPC64
16
bool
17
select ARCH_PPC64
18
19
config ARCH_RAMSTAGE_PPC64
20
bool
21
select ARCH_PPC64