blob: 476de2b3a6849c96c0d4c89496ea135f94e7a87d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
config ARCH_POWER8
bool
default n
config ARCH_BOOTBLOCK_POWER8
bool
default n
select ARCH_POWER8
select BOOTBLOCK_CUSTOM
select C_ENVIRONMENT_BOOTBLOCK
select ARCH_VERSTAGE_POWER8
select ARCH_ROMSTAGE_POWER8
select ARCH_RAMSTAGE_POWER8
config ARCH_VERSTAGE_POWER8
bool
default n
config ARCH_ROMSTAGE_POWER8
bool
default n
config ARCH_RAMSTAGE_POWER8
bool
default n
|