Open feathertw opened 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
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 grepFW_TEXT_ADDR
in project, and I only can find it only appears one time. I think the word maybe should beFW_TEXT_START
instead ofFW_TEXT_ADDR
. I found thatFW_TEXT_START
that appears at many place like config.mk and the it corresponds the word description.