riscv-software-src / opensbi

RISC-V Open Source Supervisor Binary Interface
Other
1.04k stars 513 forks source link

"FW_TEXT_ADDR" in docs/firmware/fw.md #248

Open feathertw opened 2 years ago

feathertw commented 2 years ago

I am studying opensbi recently, and reading the firmware document. When I read the docs/firmware/fw.md and its line FW_TEXT_ADDR - Defines the execution address of the OpenSBI firmware. This configuration parameter is mandatory. I try to grep FW_TEXT_ADDR in project, and I only can find it only appears one time. I think the word maybe should be FW_TEXT_START instead of FW_TEXT_ADDR. I found that FW_TEXT_START that appears at many place like config.mk and the it corresponds the word description.

avpatel commented 2 years ago

Ahh, this seems to be a typo. Please send a patch for this.

We have mailing list based patch review so it would be great if you can send these patchs to OpenSBI mailing list.

You need to join OpenSBI mailing list using following link http://lists.infradead.org/mailman/listinfo/opensbi

Make sure you use "git send-email" to send the patches.

Regards, Anup