mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 11:30:06 +00:00
9c60b66f71
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>
22 lines
257 B
Plaintext
22 lines
257 B
Plaintext
uniLoader
|
|
*.o
|
|
main/*.o
|
|
arch/aarch64/linker.lds
|
|
board/*/*.o*
|
|
board/*.a*
|
|
soc/*/*.o*
|
|
soc/*.a*
|
|
lib/*/*.o*
|
|
lib/*.a*
|
|
.config*
|
|
*.cmd
|
|
*/*.cmd
|
|
include/config/auto.conf
|
|
include/generated/autoconf.h
|
|
include/config
|
|
boot.img
|
|
blob/Image
|
|
blob/dtb
|
|
drivers/*.a
|
|
blob/ramdisk
|