3a4511eb6c
Tested on qemu-riscv. Depends on OpenSBI integration and proper memory detection in qemu. Boots into Linux until initrd should be loaded. Tested on SiFive/unleashed: Boots into Linux until earlycon terminates. Change-Id: I5ebc6cc2cc9e328f36d70fba13555386bb8c29d6 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30292 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
23 lines
855 B
Text
23 lines
855 B
Text
## This file is part of the coreboot project.
|
|
##
|
|
## Copyright (C) 2017 Facebook Inc.
|
|
##
|
|
## This program is free software; you can redistribute it and/or modify
|
|
## it under the terms of the GNU General Public License as published by
|
|
## the Free Software Foundation; version 2 of the License.
|
|
##
|
|
## This program is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
|
|
config PAYLOAD_LINUXBOOT
|
|
bool "LinuxBoot"
|
|
depends on ARCH_X86 || ARCH_ARM64 || ARCH_RISCV
|
|
help
|
|
Select this option if you want to build a coreboot image
|
|
with a LinuxBoot payload. If you don't know what this is
|
|
about, just leave it enabled.
|
|
|
|
See https://coreboot.org/Payloads for more information.
|