riscv / configuration-structure

RISC-V Configuration Structure
https://jira.riscv.org/browse/RVG-50
Creative Commons Attribution 4.0 International
36 stars 16 forks source link

Universal Scalable Firmware #112

Closed xypron closed 1 year ago

xypron commented 1 year ago

Involving the EDK II and U-Boot community a Universal Scalable Firmware Specification has been developped. We should try to be conformant with that specification or to contribute to it. Cf. https://universalscalablefirmware.github.io/documentation/2_universal_payload.html#payload-interfaces

sqzsq commented 1 year ago

The payload interface described in the document is in fact the output of the parsing done by the boot-loader. It is not directly related to the configuration format we are defining here. In other words, if the boot-loader is conforming to the USFS, it will naturally generate the expected Hand Off Blocks (HOBs), such as device tree, after parsing the U/D configuration structure.

Closed after TG discussion.