opensbi/docs/firmware/payload_linux.md
Atish Patra 0db43770b3 docs: Add a payload section describing different payloads.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
2019-02-19 18:22:26 +05:30

437 B

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 and HiFive Unleashed platform guide respectively.