Files
opensbi/docs/platform/shakti_cclass.md
Anup Patel 9c07c513aa firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
The FW_PAYLOAD_FDT_PATH compile-time option is replaced by
FW_FDT_PATH compile-time option which is more flexible and
common across all OpenSBI firmwares.

This patch removes FW_PAYLOAD_FDT_PATH and updates related
documentation to use FW_FDT_PATH.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
2020-10-18 10:29:59 +05:30

865 B

Shakti C-class SoC Platform

C-Class is a member of the SHAKTI family of processors from Indian Institute of Technology - Madras (IIT-M).

It is an extremely configurable and commercial-grade 5-stage in-order core supporting the standard RV64GCSUN ISA extensions.

For more details, refer:

Platform Options

The Shakti C-class SoC platform does not have any platform-specific options.

Building Shakti C-class Platform

Linux Kernel Payload

make PLATFORM=generic FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image FW_FDT_PATH=<shakti.dtb path>

Test Payload

make PLATFORM=generic FW_FDT_PATH=<shakti.dtb path>