aboutsummaryrefslogtreecommitdiff
path: root/docs/firmware/payload_linux.md
blob: ccbad31b0e83e84dc934b1937dfdcf0f66be51a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
Linux as a direct payload to OpenSBI
====================================

OpenSBI has the capability to load Linux kernel image directly in supervisor
mode. The flattened image generated by the Linux kernel build process can be
provided as payload to OpenSBI.

Detailed examples and platform guides can be found in both [QEMU](
../platform/qemu_virt.md) and [HiFive Unleashed](../platform/sifive_fu540.md)
platform guide respectively.