This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
uniLoader
Watch
1
Star
0
Fork
0
You've already forked uniLoader
mirror of
https://github.com/ivoszbg/uniLoader.git
synced
2024-11-22 03:55:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0cf155f3f7
uniLoader
/
arch
/
Makefile
5 lines
59 B
Makefile
Raw
Normal View
History
Unescape
Escape
arch: aarch64: Set up Stack Pointer Introduce stack and bss memory regions, rename Start.S to start.S This commit should allow jumping out of assembly code for certain SoCs that had issues with SP like MTK and QCOM. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2024-08-06 16:21:46 +00:00
obj-y
+=
$(
ARCH
)
/start.o
lib: unic: Optimize memcpy and memset for aarch64 Move onto using asmdefs macros in assembly files. Implement an assembly-based memcpy for aarch64 and a C-optimized memset, while also making place for replacing functions with more optimized ones in the future. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2024-10-09 15:49:23 +00:00
# libs
obj-y
+=
$(
ARCH
)
/memcpy.o
Reference in New Issue
Copy Permalink