Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 310 Bytes

opensbi.md

File metadata and controls

2 lines (2 loc) · 310 Bytes

The FW_PAYLOAD takes flat kernel image as payload (not vmlinux ELF). The BBL on other hand takes vmlinux ELF and converts it into flat kernel image before using as payload. In other words, OpenSBI FW_PAYLOAD and BBL deal with payload in same way.