1 ## SPDX-License-Identifier: GPL-2.0-only
6 default "payloads/external/skiboot/build/skiboot.elf"
8 config SKIBOOT_GIT_REPO
9 string "Git repository of skiboot payload"
10 default "https://github.com/open-power/skiboot"
12 Git repository which will be used to clone skiboot.
14 config SKIBOOT_REVISION
15 string "Revision of skiboot payload"
16 default "d93ddbd39b4eeac0bc11dacbdadea76df2996c13" if BOARD_EMULATION_QEMU_POWER9
18 Revision, that skiboot repository will be checked out to, before building
21 endif # PAYLOAD_SKIBOOT