opensbi icon indicating copy to clipboard operation
opensbi copied to clipboard

"FW_TEXT_ADDR" in docs/firmware/fw.md

Open feathertw opened this issue 3 years ago • 1 comments

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.

feathertw avatar Mar 11 '22 03:03 feathertw

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

avpatel avatar Jun 13 '22 07:06 avpatel