| .. |
|
display
|
Fix strncpy bugs in fusée, etc.
|
2018-05-15 01:18:05 +02:00 |
|
hwinit
|
Fix tsec.c (thanks @rajkosto @tslater2006), fixes #106
|
2018-05-15 23:59:20 +02:00 |
|
lib
|
Fix diskio.c, etc.
|
2018-05-15 23:54:33 +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 |
|
bct.h
|
[stage2] Add bct.h
|
2018-05-10 21:54:58 +02:00 |
|
car.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
2018-05-04 11:47:05 -06:00 |
|
chainloader.c
|
Refactor stage1's and stage2's main.c files
|
2018-05-08 16:51:43 +02:00 |
|
chainloader.h
|
Refactor stage1's and stage2's main.c files
|
2018-05-08 16:51:43 +02:00 |
|
console.c
|
[stage2] Add console_get_framebuffer
|
2018-05-12 21:39:29 +02:00 |
|
console.h
|
[stage2] Add console_get_framebuffer
|
2018-05-12 21:39:29 +02:00 |
|
device_partition.c
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
2018-05-13 19:53:55 +02:00 |
|
device_partition.h
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
2018-05-13 19:53:55 +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
|
Don't overflow devoptabs, etc.
|
2018-05-17 01:53:32 +02:00 |
|
fs_dev.h
|
Don't overflow devoptabs, etc.
|
2018-05-17 01:53:32 +02:00 |
|
fs_utils.c
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
2018-05-14 21:17:06 +02:00 |
|
fs_utils.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
2018-05-14 21:17:06 +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 |
|
gpt.c
|
Remove stray debug printf in gpt.c
|
2018-05-15 22:10:45 +02:00 |
|
gpt.h
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
2018-05-13 19:53:55 +02:00 |
|
hwinit.h
|
Write all the needed pk1 code and a large part of the nxboot function
|
2018-05-14 02:40:35 +02:00 |
|
init.c
|
stage2: fix init malloc size for stage2_args_t
|
2018-05-08 23:24:27 -04:00 |
|
key_derivation.c
|
Load the appropriate package1 key. The warmboot fw is now properly read.
|
2018-05-16 23:19:55 +02:00 |
|
key_derivation.h
|
Fusee: Decrypt all keyblobs during key derivation.
|
2018-05-16 02:06:59 -06:00 |
|
kip.h
|
Change the allocation logic in stratosphere.c
|
2018-05-08 18:46:54 +02:00 |
|
loader.c
|
[stage2] Invert a few checks
|
2018-05-15 14:40:18 -04:00 |
|
loader.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
2018-05-14 21:17:06 +02:00 |
|
main.c
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
2018-05-14 21:17:06 +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
|
Fix typo in nxboot.c
|
2018-05-15 20:24:37 +02:00 |
|
nxboot.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
2018-05-14 21:17:06 +02:00 |
|
package1.c
|
Simplify package1_get_encrypted_package1
|
2018-05-16 02:55:48 +02:00 |
|
package1.h
|
Fix package1_read_and_parse_boot0
|
2018-05-16 01:46:08 +02:00 |
|
package2.c
|
Write more code for stratosphere_get_ini1, make it and its caller take target_firmware
|
2018-05-15 16:09:06 +02:00 |
|
package2.h
|
Write more code for stratosphere_get_ini1, make it and its caller take target_firmware
|
2018-05-15 16:09:06 +02: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 |
|
raw_dev.c
|
Don't overflow devoptabs, etc.
|
2018-05-17 01:53:32 +02:00 |
|
raw_dev.h
|
Don't overflow devoptabs, etc.
|
2018-05-17 01:53:32 +02:00 |
|
sdmmc.c
|
stage1 -> stage2 again
|
2018-05-12 11:00:36 +02:00 |
|
sdmmc.h
|
stage1 -> stage2 again
|
2018-05-12 11:00:36 +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_default.c
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
|
splash_screen.c
|
Rename sd_utils to fs_utils, etc
|
2018-05-13 23:49:50 +02:00 |
|
splash_screen.h
|
Instead of passing FatFS structs around, unmount; other changes
|
2018-05-05 17:33:49 +02:00 |
|
stage2.h
|
Rewrote crt0, init, and chainloading code
|
2018-05-08 13:45:37 +02:00 |
|
start.s
|
Fix bug in crt0
|
2018-05-08 14:56:17 +02:00 |
|
stratosphere.c
|
Finish writing stratosphere_get_ini1
|
2018-05-15 19:50:20 +02:00 |
|
stratosphere.h
|
Write more code for stratosphere_get_ini1, make it and its caller take target_firmware
|
2018-05-15 16:09:06 +02:00 |
|
supplies.c
|
Apply sdmmc stage1 changes to stage2
|
2018-05-10 21:36:26 +02:00 |
|
supplies.h
|
Apply sdmmc stage1 changes to stage2
|
2018-05-10 21:36:26 +02:00 |
|
switch_fs.c
|
Don't overflow devoptabs, etc.
|
2018-05-17 01:53:32 +02:00 |
|
switch_fs.h
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
2018-05-13 19:53:55 +02: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
|
[stage2] Add "hexdump"
|
2018-05-16 19:59:14 +02:00 |
|
utils.h
|
[stage2] Add "hexdump"
|
2018-05-16 19:59:14 +02:00 |