.. |
display
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
hwinit
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
lib
|
Normalize drivers between stage1 and 2
|
2018-05-06 15:02:13 +02:00 |
apb_misc.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
car.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
console.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
console.h
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
exocfg.h
|
Fusee Stage2: skeleton more of the nxboot process
|
2018-04-10 16:37:58 -06:00 |
flow.h
|
Restore incorrectly deleted files
|
2018-04-10 15:56:45 -06:00 |
fs_dev.c
|
Fix mount code in fs_dev.c
|
2018-05-06 13:03:45 +02:00 |
fs_dev.h
|
[stage2] Add fatfs devoptab wrapper, change ffconf accordingly
|
2018-05-05 16:30:25 +02:00 |
fuse.c
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
fuse.h
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
gpio.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
gpio.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
hwinit.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
key_derivation.c
|
Fusee: Fix BisPartition enum to correctly identify partitions.
|
2018-04-25 09:47:39 -07:00 |
key_derivation.h
|
Fusee: Fix BisPartition enum to correctly identify partitions.
|
2018-04-25 09:47:39 -07:00 |
kip.h
|
Stratosphere: Add support for custom KIPs/INI in Fusee
|
2018-04-11 21:56:11 -06:00 |
loader.c
|
Fix the g_bct0 overflow issue, malloc now works
|
2018-05-06 11:46:48 +02:00 |
loader.h
|
Change read_sd_file semantics to return size read.
|
2018-04-26 04:47:22 -06:00 |
main.c
|
Fix mount code in fs_dev.c
|
2018-05-06 13:03:45 +02:00 |
masterkey.c
|
Fusee Stage 2: Flesh out Package2 patching (implement decryption, fixing of metadata)
|
2018-04-11 20:29:35 -06:00 |
masterkey.h
|
Fusee Stage 2: Flesh out Package2 patching (implement decryption, fixing of metadata)
|
2018-04-11 20:29:35 -06:00 |
nxboot.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
nxboot.h
|
Fusee Stage2: skeleton more of the nxboot process
|
2018-04-10 16:37:58 -06:00 |
package2.c
|
Fix bss overflow error
|
2018-05-06 00:45:30 +02:00 |
package2.h
|
Fusee Stage 2: Flesh out Package2 patching (implement decryption, fixing of metadata)
|
2018-04-11 20:29:35 -06:00 |
pad_control.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
panic_color.h
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
pinmux.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
pmc.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
preprocessor.h
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
sd_utils.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
sd_utils.h
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
sdmmc.c
|
Normalize drivers between stage1 and 2
|
2018-05-06 15:02:13 +02:00 |
sdmmc.h
|
Fix const-correctness issue in sdmmc.h
|
2018-05-06 15:22:35 +02:00 |
se.c
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
se.h
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
splash_screen.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
2018-05-05 23:56:18 +02:00 |
splash_screen.h
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
splash_screen_default.c
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
stage2.h
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
start.s
|
Initialize heap, increase stack size
|
2018-05-04 23:56:01 +02:00 |
stratosphere.c
|
Fix bss overflow error
|
2018-05-06 00:45:30 +02:00 |
stratosphere.h
|
Fusee: Update INI1 size after patching
|
2018-04-11 22:32:45 -06:00 |
supplies.c
|
Normalize drivers between stage1 and 2
|
2018-05-06 15:02:13 +02:00 |
supplies.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
timers.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
utils.c
|
Change fusee folder naming
|
2018-04-07 21:45:57 -06:00 |
utils.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |