[PATCH v5 0/3] Add eager FP and RISC-V vector context switching support
Anup Patel
anup at brainfault.org
Fri May 15 00:57:06 PDT 2026
On Fri, May 15, 2026 at 11:12 AM <dave.patel at riscstar.com> wrote:
>
> Hi Anup,
> Thank you for taking out time and reviewing the patches.
> I have added new patch to add Extension V, F and D and their checks before
> context swtich
>
> The changes include:
> - Alter sbi_vector.c to use csr_read and csr_write
> - Added another patch for Extension check.
>
> I have covered all your comments, please can you have a look and let me know.
>
> Thanks and Regards,
> Dave
>
> Signed-off-by: Dave Patel <dave.patel at riscstar.com>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
You cover-letter is prefixed "[PATCH v5 0/3]" but you have
4 patches in your series.
Please use "git format-patch" to general cover-letter along
with the patches like below:
git format-patch -M -C --cover-letter --subject-prefix="PATCH v5" ...
Regards,
Anup
More information about the opensbi
mailing list