uniLoader/arch/aarch64
Ivaylo Ivanov 9c60b66f71 AARCH64: Allow for embedding an initramfs
This actually breaks the armv7 port. It has to be revisited in the
future, since it not only is not compilable right now, but also
cannot boot linux properly. TODO

Also introduce a new C-based __memcpy_optimized that does not
cause an exception on some devices when copying the initramfs.
This issue has to be debugged further.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2024-10-12 19:43:05 +03:00
..
asmdefs.h lib: unic: Optimize memcpy and memset for aarch64 2024-10-09 18:49:23 +03:00
linker.lds.S AARCH64: Allow for embedding an initramfs 2024-10-12 19:43:05 +03:00
macros.h arch: aarch64: Set up Stack Pointer 2024-08-06 19:23:47 +03:00
memcpy.S lib: unic: Optimize memcpy and memset for aarch64 2024-10-09 18:49:23 +03:00
start.S AARCH64: Allow for embedding an initramfs 2024-10-12 19:43:05 +03:00