Rewrote crt0, init, and chainloading code
start.s, init.c, linker.ld and linker.specs are meant
to be re-used by user applications, should they remove the defines
from init.c and the .chainloader* sections from the linker script
1 parent 699ddfc commit e8306361f06132fc1ecc14070bd77c2b4e564dcd
@TuxSH TuxSH authored on 7 May 2018
Showing 29 changed files
View
fusee/fusee-primary/Makefile
View
fusee/fusee-primary/linker.ld
View
fusee/fusee-primary/src/chainloader.c 0 → 100644
View
fusee/fusee-primary/src/chainloader.h 0 → 100644
View
fusee/fusee-primary/src/hwinit.h
View
fusee/fusee-primary/src/hwinit/di.c
View
fusee/fusee-primary/src/hwinit/di.h
View
fusee/fusee-primary/src/init.c 0 → 100644
View
fusee/fusee-primary/src/lib/fatfs/ffconf.h
View
fusee/fusee-primary/src/main.c
View
fusee/fusee-primary/src/stage2.c
View
fusee/fusee-primary/src/stage2.h
View
fusee/fusee-primary/src/start.s
View
fusee/fusee-primary/src/utils.h
View
fusee/fusee-secondary/Makefile
View
fusee/fusee-secondary/linker.ld
View
fusee/fusee-secondary/src/chainloader.c
View
fusee/fusee-secondary/src/chainloader.h
View
fusee/fusee-secondary/src/hwinit.h
View
fusee/fusee-secondary/src/hwinit/di.c
View
fusee/fusee-secondary/src/hwinit/di.h
View
fusee/fusee-secondary/src/init.c 0 → 100644
View
fusee/fusee-secondary/src/loader.c
View
fusee/fusee-secondary/src/loader.h
View
fusee/fusee-secondary/src/main.c
View
fusee/fusee-secondary/src/stage2.h
View
fusee/fusee-secondary/src/start.s
View
fusee/fusee-secondary/src/stratosphere.c
View
fusee/fusee-secondary/src/utils.h