History log of /u-boot/arch/riscv/lib/strncmp_zbb.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# bc5a5045 09-Aug-2023 Yu Chien Peter Lin <peterlin@andestech.com>

riscv: Add Zbb support for building U-Boot

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 <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>