Skip to content

Configurations

Shawn Xu edited this page Aug 13, 2024 · 1 revision

config.mk

config.mk

FW_TEXT_START Operating address/entry address of OpenSBI
FW_JUMP y: Generate an OpenSBI image in the direct jump mode
FW_JUMP_ADDR The entry address of the image jumping to the next stage
FW_JUMP_FDT_ADDR The starting address of the device tree, which will be passed as the second parameter to the entry of the next stage image
FW_DYNAMIC n: Do not generate the OpenSBI image in the DYNAMIC mode
FW_PAYLOAD n: Do not generate the OpenSBI image in the PAYLOAD mode

platform.h

platform.h

This header file describes the periph base address including PLIC, MCHTMR, CONSOLE_UART, PLICSW, and PMP config definitions.

Clone this wiki locally