Re: [PATCH v2 08/18] x86: Tidy up availability of string functions

2023-05-04 Thread Bin Meng
On Tue, Apr 18, 2023 at 11:31 PM Simon Glass wrote: > > For now, just enable the fast-but-large string functions in 32-boot 32-bit > U-Boot proper only. Avoid using them in SPL. We cannot use then in 64-bit > builds since we only have 32-bit assembly. > > Signed-off-by: Simon Glass > --- > > (n

[PATCH v2 08/18] x86: Tidy up availability of string functions

2023-04-18 Thread Simon Glass
For now, just enable the fast-but-large string functions in 32-boot U-Boot proper only. Avoid using them in SPL. We cannot use then in 64-bit builds since we only have 32-bit assembly. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/include/asm/string.h | 6 +- arch/x86/lib/M