blob: da9c155917f9a11ceb9cfc9c1c45fb3e42308411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
config ARCH_PPC64
bool
select RAMSTAGE_CBMEM_TOP_ARG
config ARCH_BOOTBLOCK_PPC64
bool
select ARCH_PPC64
select BOOTBLOCK_CUSTOM
select C_ENVIRONMENT_BOOTBLOCK
config ARCH_VERSTAGE_PPC64
bool
select ARCH_PPC64
config ARCH_ROMSTAGE_PPC64
bool
select ARCH_PPC64
config ARCH_RAMSTAGE_PPC64
bool
select ARCH_PPC64
|