1 ## SPDX-License-Identifier: GPL-2.0-only
5 config PAYLOAD_SPECIFIC_OPTIONS
7 select PAYLOAD_IS_FLAT_BINARY
8 select WANT_LINEAR_FRAMEBUFFER
10 config UBOOT_STABLE_COMMIT_ID
15 prompt "U-Boot version"
30 config PAYLOAD_CONFIGFILE
31 string "U-Boot config file"
34 This option allows a platform to set Kconfig options for a basic
35 U-Boot payload. In general, if the option is used, the default
36 would be "$(top)/src/mainboard/$(MAINBOARDDIR)/config_uboot"
37 for a config stored in the coreboot mainboard directory, or
38 "$(project_dir)/configs/coreboot-x86_defconfig" to use a config
39 from the U-Boot config directory
42 default "payloads/external/U-Boot/build/u-boot.bin"
44 config PAYLOAD_OPTIONS
45 default "-l 0x1110000 -e 0x1110000"