Re: [PATCH] riscv: Add Zbb support for building U-Boot

2023-10-19 Thread Leo Liang
On Tue, Oct 17, 2023 at 11:38:45AM -0400, Tom Rini wrote: > On Wed, Aug 09, 2023 at 06:49:30PM +0800, Yu Chien Peter Lin wrote: > > > This patch adds ISA string to the -march to generate zbb instructions > > for U-Boot binaries, along with optimized string functions introduced > > from Linux kerne

Re: [PATCH] riscv: Add Zbb support for building U-Boot

2023-10-17 Thread Tom Rini
On Wed, Aug 09, 2023 at 06:49:30PM +0800, Yu Chien Peter Lin wrote: > This patch adds ISA string to the -march to generate zbb instructions > for U-Boot binaries, along with optimized string functions introduced > from Linux kernel. > > Signed-off-by: Yu Chien Peter Lin [snip] > +config RISCV_IS

Re: [PATCH] riscv: Add Zbb support for building U-Boot

2023-10-17 Thread Leo Liang
On Wed, Aug 09, 2023 at 06:49:30PM +0800, Yu Chien Peter Lin wrote: > This patch adds ISA string to the -march to generate zbb instructions > for U-Boot binaries, along with optimized string functions introduced > from Linux kernel. > > Signed-off-by: Yu Chien Peter Lin > --- > arch/riscv/Kconfi