1 ## SPDX-License-Identifier: GPL-2.0-only
5 select ARCH_BOOTBLOCK_PPC64
6 select ARCH_VERSTAGE_PPC64
7 select ARCH_ROMSTAGE_PPC64
8 select ARCH_RAMSTAGE_PPC64
10 This SoC is the minimal template working on POWER9 Talos II platform.
14 config SIGNING_KEYS_DIR
15 string "Directory with OpenPower signing keys"
18 Specifies path to directory containing hw_key_{a,b,c}.key
19 and sw_key_p.key files (all in PEM format). Key name suffixes
20 correspond to options of create-container from OpenPower
21 Signing Utils. By default, test keys are used.