hexkyz
authored
on 4 Sep 2018
GitHub
committed
on 4 Sep 2018
|
|
.. |
|
|
|
|
display
|
Fix strncpy bugs in fusée, etc.
|
8 years ago
|
|
|
lib
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
sdmmc
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
apb_misc.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
bct.h
|
[stage2] Add bct.h
|
8 years ago
|
|
|
btn.c
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
btn.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
car.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
car.h
|
fusee: Fix CAR registers' definition.
|
7 years ago
|
|
|
chainloader.c
|
fusee-secondary: Correct else-if condition in xmemmove()
|
8 years ago
|
|
|
chainloader.h
|
Refactor stage1's and stage2's main.c files
|
8 years ago
|
|
|
cluster.c
|
fusee: Fix a bug in cluster boot code.
|
7 years ago
|
|
|
cluster.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
console.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
console.h
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
device_partition.c
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
device_partition.h
|
[stage2] Fix some FS bugs
|
8 years ago
|
|
|
di.c
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
di.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
di.inl
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
exception_handlers.c
|
Stage2: Add exception handlers
|
8 years ago
|
|
|
exception_handlers.h
|
Stage2: Add exception handlers
|
8 years ago
|
|
|
exception_handlers_asm.s
|
Refactor fusee's makefile
|
8 years ago
|
|
|
exocfg.h
|
Fusee Stage2: skeleton more of the nxboot process
|
8 years ago
|
|
|
flow.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
fs_dev.c
|
fusee-secondary/fs_dev: Correct uninitialized cast within fsdev_seek()
|
8 years ago
|
|
|
fs_dev.h
|
Don't overflow devoptabs, etc.
|
8 years ago
|
|
|
fs_utils.c
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
fs_utils.h
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
fuse.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
fuse.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
gpio.c
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
gpio.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
gpt.c
|
Fix multiple issues reported by Coverity Scan
|
8 years ago
|
|
|
gpt.h
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
8 years ago
|
|
|
i2c.c
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
i2c.h
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
init.c
|
stage2: fix init malloc size for stage2_args_t
|
8 years ago
|
|
|
kernel_patches.c
|
Fix issue with fusee-secondary 4.x kernel patches
|
8 years ago
|
|
|
kernel_patches.h
|
Fusee: Separate kernel patching into its own file.
|
8 years ago
|
|
|
key_derivation.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
key_derivation.h
|
Fusee: Change package2 loading logic (untested)
|
8 years ago
|
|
|
kip.h
|
Change the allocation logic in stratosphere.c
|
8 years ago
|
|
|
loader.c
|
Introduce fatal_error
|
8 years ago
|
|
|
loader.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
8 years ago
|
|
|
main.c
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
masterkey.c
|
Refactor nxboot package2 reading, work around sdmmc issue, other changes
|
8 years ago
|
|
|
masterkey.h
|
Refactor nxboot package2 reading, work around sdmmc issue, other changes
|
8 years ago
|
|
|
max77620.h
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
max7762x.c
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
max7762x.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
mc.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
mc.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
nxboot.c
|
fusee: Unmount *after* reading the splash screen.
|
7 years ago
|
|
|
nxboot.h
|
fusee: Implement BootConfig and Boot Reason handling.
|
7 years ago
|
|
|
nxfs.c
|
fusee: Disable AHB redirection when necessary.
|
7 years ago
|
|
|
nxfs.h
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
package1.c
|
Fix multiple issues reported by Coverity Scan
|
8 years ago
|
|
|
package1.h
|
fusee: Add automatic firmware version detection.
|
7 years ago
|
|
|
package2.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
package2.h
|
Fusee: Change package2 loading logic (untested)
|
8 years ago
|
|
|
panic.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
panic.h
|
Add custom panic driver
|
8 years ago
|
|
|
panic_color.h
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
pinmux.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
pmc.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
preprocessor.h
|
Change fusee folder naming
|
8 years ago
|
|
|
raw_dev.c
|
Fix out-of-bounds partition r/w bugs in raw_dev.c
|
8 years ago
|
|
|
raw_dev.h
|
Don't overflow devoptabs, etc.
|
8 years ago
|
|
|
se.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
se.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
splash_screen.c
|
fusee: Comment out splash screen delay.
|
7 years ago
|
|
|
splash_screen.h
|
Instead of passing FatFS structs around, unmount; other changes
|
8 years ago
|
|
|
splash_screen_default.c
|
Instead of passing FatFS structs around, unmount; other changes
|
8 years ago
|
|
|
stage2.h
|
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
|
8 years ago
|
|
|
start.s
|
Fix bug in crt0
|
8 years ago
|
|
|
stratosphere.c
|
fusee: Re-enable built-in PM system module.
|
7 years ago
|
|
|
stratosphere.h
|
Write more code for stratosphere_get_ini1, make it and its caller take target_firmware
|
8 years ago
|
|
|
sysreg.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
timers.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
tsec.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
tsec.h
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
utils.c
|
fusee: Complete re-write of the hardware initialization code:
|
7 years ago
|
|
|
utils.h
|
Fusee use CAR reboot for fatal errors
|
8 years ago
|