Re: [PATCH rtems-libbsd 3/3] freebsd/cgem: Add weak symbol for riscv

2023-03-01 Thread Padmarao.Begari
Hi will, > On Wed, 2023-03-01 at 08:27 -0600, Will wrote: > > This functionality is ideally implemented in a platform-specific > system level control register (SLCR) driver similar to ZynqMP and > Versal. You could also just leave it as-is since the default does > exactly the same thing. Th

Re: [PATCH rtems-libbsd 3/3] freebsd/cgem: Add weak symbol for riscv

2023-03-01 Thread Will
This functionality is ideally implemented in a platform-specific system level control register (SLCR) driver similar to ZynqMP and Versal. You could also just leave it as-is since the default does exactly the same thing. This patch should be dropped unless you're going to define an implementation t