arch/microblaze/Kconfig.platform v5.13-rc1


Menu: Platform options

OPT_LIB_FUNCTION

Optimalized lib function

Allows turn on optimalized library function (memcpy and memmove).
They are optimized by using word alignment. This will work
fine if both source and destination are aligned on the same
boundary. However, if they are aligned on different boundaries
shifts will be necessary. This might result in bad performance
on MicroBlaze systems without a barrel shifter.

OPT_LIB_ASM

Optimalized lib function ASM

Allows turn on optimalized library function (memcpy and memmove).
Function are written in asm code.

Definitions for MICROBLAZE0

KERNEL_BASE_ADDR

Physical address where Linux Kernel is

BASE Address for kernel