|
Big refactor. Updated fatfs, changed the dir structure, added MMU support to the ARM11 side and lots of small changes.
|
|---|
|
|
| Makefile |
|---|
| Makefile.arm9 |
|---|
| arm11.ld |
|---|
| include/arm11/loader_init.h 0 → 100644 |
|---|
| include/arm9/fatfs/diskio.h 100644 → 0 |
|---|
| include/arm9/fatfs/ff.h 100644 → 0 |
|---|
| include/arm9/fatfs/ffconf.h 100644 → 0 |
|---|
| include/arm9/fatfs/integer.h 100644 → 0 |
|---|
| include/arm9/interrupt.h |
|---|
| include/arm9/main.h |
|---|
| include/mem_map.h |
|---|
| include/version.h |
|---|
| source/arm11/cache.s |
|---|
| source/arm11/cpu.s 0 → 100644 |
|---|
| source/arm11/firm.c 0 → 100644 |
|---|
| source/arm11/loader_init.c 0 → 100644 |
|---|
| source/arm11/main.c |
|---|
| source/arm11/mmu.c 0 → 100644 |
|---|
| source/arm11/start.s |
|---|
| source/arm9/cache.s |
|---|
| source/arm9/config_parser.c |
|---|
| source/arm9/cpu.s |
|---|
| source/arm9/debug.c |
|---|
| source/arm9/dev.c |
|---|
| source/arm9/exception.s |
|---|
| source/arm9/fatfs/ccsbcs.c 100644 → 0 |
|---|
| source/arm9/fatfs/diskio.c 100644 → 0 |
|---|
| source/arm9/fatfs/ff.c 100644 → 0 |
|---|
|
Too large (Show diff)
|
| source/arm9/filebrowse.c |
|---|
| source/arm9/loader_init.c |
|---|
| source/arm9/main.c |
|---|
| source/arm9/menu.c |
|---|
| source/arm9/start.s |
|---|
| source/arm9/util_nand.c |
|---|
| thirdparty/fatfs/00history.txt 0 → 100644 |
|---|
| thirdparty/fatfs/00readme.txt 0 → 100644 |
|---|
| thirdparty/fatfs/diskio.c 0 → 100644 |
|---|
| thirdparty/fatfs/diskio.h 0 → 100644 |
|---|
| thirdparty/fatfs/ff.c 0 → 100644 |
|---|
|
Too large (Show diff)
|
| thirdparty/fatfs/ff.h 0 → 100644 |
|---|
| thirdparty/fatfs/ff_malloc.h 0 → 100644 |
|---|
| thirdparty/fatfs/ffconf.h 0 → 100644 |
|---|
| thirdparty/fatfs/integer.h 0 → 100644 |
|---|
| thirdparty/fatfs/option/ccsbcs.c 0 → 100644 |
|---|