Atmosphere/fusee/fusee-secondary/src
2018-05-12 12:23:07 +02:00
..
display [stage2] Remove printk, introduce UTF-8 console stdio 2018-05-05 23:56:18 +02:00
hwinit Make di.c accept arbitrary FB addresses, fix flickering issues 2018-05-08 13:45:37 +02:00
lib stage1 -> stage2 again 2018-05-12 11:00:36 +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] Make console.c manage the display, enable it only when needed 2018-05-09 22:20:14 +02:00
console.h [stage2] Make console.c manage the display, enable it only when needed 2018-05-09 22:20:14 +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 Rename g_devices to g_fsdev_devices 2018-05-09 17:26:30 +02:00
fs_dev.h Rework fs_dev mount code 2018-05-06 18:41:40 +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 [stage2] Add GPT parsing code (tested on PC) 2018-05-10 15:16:44 +02:00
gpt.h [stage2] Add GPT parsing code (tested on PC) 2018-05-10 15:16:44 +02:00
hwinit.h Rewrote crt0, init, and chainloading code 2018-05-08 13:45:37 +02:00
init.c stage2: fix init malloc size for stage2_args_t 2018-05-08 23:24:27 -04:00
key_derivation.c We actually need the pk1 key 2018-05-11 23:57:48 +02:00
key_derivation.h Fix misconception in latest commit 2018-05-11 23:12:22 +02:00
kip.h Change the allocation logic in stratosphere.c 2018-05-08 18:46:54 +02:00
loader.c Rewrote crt0, init, and chainloading code 2018-05-08 13:45:37 +02:00
loader.h Rewrote crt0, init, and chainloading code 2018-05-08 13:45:37 +02:00
main.c stage1 -> stage2 again 2018-05-12 11:00:36 +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] Refactor key_derivation type and function declarations 2018-05-11 23:01:13 +02:00
nxboot.h Fusee Stage2: skeleton more of the nxboot process 2018-04-10 16:37:58 -06:00
package1.c [stage2] Refactor key_derivation type and function declarations 2018-05-11 23:01:13 +02:00
package1.h [stage2] Refactor key_derivation type and function declarations 2018-05-11 23:01:13 +02:00
package2.c Rewrite package2.c 2018-05-09 00:19:51 +02:00
package2.h Rewrite package2.c 2018-05-09 00:19:51 +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_mmc_dev.c [stage2] Accomodate raw_mmc_dev to latest sdmmc driver changes 2018-05-12 12:23:07 +02:00
raw_mmc_dev.h raw_mmc_dev: fields should be u64 2018-05-10 23:23:14 +02:00
sd_utils.c stage1 -> stage2 again 2018-05-12 11:00:36 +02:00
sd_utils.h Move sd init into diskio.c, write code for latest commit 2018-05-11 22:24:40 +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.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 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 Change the allocation logic in stratosphere.c 2018-05-08 18:46:54 +02:00
stratosphere.h Change the allocation logic in stratosphere.c 2018-05-08 18:46:54 +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
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 Fix faulty IRAM check in check_32bit_address_range_in_program 2018-05-08 13:45:37 +02:00