|
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 |
|---|
|
|
| fusee/fusee-primary/Makefile |
|---|
| fusee/fusee-primary/linker.ld |
|---|
| fusee/fusee-primary/src/chainloader.c 0 → 100644 |
|---|
| fusee/fusee-primary/src/chainloader.h 0 → 100644 |
|---|
| fusee/fusee-primary/src/hwinit.h |
|---|
| fusee/fusee-primary/src/hwinit/di.c |
|---|
| fusee/fusee-primary/src/hwinit/di.h |
|---|
| fusee/fusee-primary/src/init.c 0 → 100644 |
|---|
| fusee/fusee-primary/src/lib/fatfs/ffconf.h |
|---|
| fusee/fusee-primary/src/main.c |
|---|
| fusee/fusee-primary/src/stage2.c |
|---|
| fusee/fusee-primary/src/stage2.h |
|---|
| fusee/fusee-primary/src/start.s |
|---|
| fusee/fusee-primary/src/utils.h |
|---|
| fusee/fusee-secondary/Makefile |
|---|
| fusee/fusee-secondary/linker.ld |
|---|
| fusee/fusee-secondary/src/chainloader.c |
|---|
| fusee/fusee-secondary/src/chainloader.h |
|---|
| fusee/fusee-secondary/src/hwinit.h |
|---|
| fusee/fusee-secondary/src/hwinit/di.c |
|---|
| fusee/fusee-secondary/src/hwinit/di.h |
|---|
| fusee/fusee-secondary/src/init.c 0 → 100644 |
|---|
| fusee/fusee-secondary/src/loader.c |
|---|
| fusee/fusee-secondary/src/loader.h |
|---|
| fusee/fusee-secondary/src/main.c |
|---|
| fusee/fusee-secondary/src/stage2.h |
|---|
| fusee/fusee-secondary/src/start.s |
|---|
| fusee/fusee-secondary/src/stratosphere.c |
|---|
| fusee/fusee-secondary/src/utils.h |
|---|