Michael Scire
authored
on 25 Jun 2018
|
|
.. |
|
|
|
|
display
|
Fix strncpy bugs in fusée, etc.
|
8 years ago
|
|
|
hwinit
|
Fix CCPLEX bringup and halt the BPMP once it's done booting. (#118)
|
8 years ago
|
|
|
lib
|
Fix diskio.c, etc.
|
8 years ago
|
|
|
apb_misc.h
|
Make sdmmc autocalibration follow TRM procedure
|
8 years ago
|
|
|
bct.h
|
[stage2] Add bct.h
|
8 years ago
|
|
|
car.h
|
Rework sdmmc clocking configuration
|
8 years ago
|
|
|
chainloader.c
|
Refactor stage1's and stage2's main.c files
|
8 years ago
|
|
|
chainloader.h
|
Refactor stage1's and stage2's main.c files
|
8 years ago
|
|
|
console.c
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
console.h
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
device_partition.c
|
[stage2] Fix some FS bugs
|
8 years ago
|
|
|
device_partition.h
|
[stage2] Fix some FS bugs
|
8 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
|
Restore incorrectly deleted files
|
8 years ago
|
|
|
fs_dev.c
|
Don't overflow devoptabs, etc.
|
8 years ago
|
|
|
fs_dev.h
|
Don't overflow devoptabs, etc.
|
8 years ago
|
|
|
fs_utils.c
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
8 years ago
|
|
|
fs_utils.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
8 years ago
|
|
|
fuse.c
|
Change fusee folder naming
|
8 years ago
|
|
|
fuse.h
|
Change fusee folder naming
|
8 years ago
|
|
|
gpio.c
|
[stage2] Remove printk, introduce UTF-8 console stdio
|
8 years ago
|
|
|
gpio.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
8 years ago
|
|
|
gpt.c
|
Remove stray debug printf in gpt.c
|
8 years ago
|
|
|
gpt.h
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
|
8 years ago
|
|
|
hwinit.h
|
Write all the needed pk1 code and a large part of the nxboot function
|
8 years ago
|
|
|
init.c
|
stage2: fix init malloc size for stage2_args_t
|
8 years ago
|
|
|
kernel_patches.c
|
Fusee: lfs kernel patches for 3.0.0/3.0.2
|
8 years ago
|
|
|
kernel_patches.h
|
Fusee: Separate kernel patching into its own file.
|
8 years ago
|
|
|
key_derivation.c
|
Refactor nxboot package2 reading, work around sdmmc issue, other changes
|
8 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
|
Fix logic bug in stage2's main function
|
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
|
|
|
nxboot.c
|
Fix CCPLEX bringup and halt the BPMP once it's done booting. (#118)
|
8 years ago
|
|
|
nxboot.h
|
Make loadlist empty when booting Horizon, more nxboot.c code
|
8 years ago
|
|
|
package1.c
|
Fix latest commit
|
8 years ago
|
|
|
package1.h
|
Fix package1_read_and_parse_boot0
|
8 years ago
|
|
|
package2.c
|
package2 verification and ini1 merging fixes (#125)
|
8 years ago
|
|
|
package2.h
|
Fusee: Change package2 loading logic (untested)
|
8 years ago
|
|
|
pad_control.h
|
Remove packed when not needed
|
8 years ago
|
|
|
panic.c
|
Fusee use CAR reboot for fatal errors
|
8 years ago
|
|
|
panic.h
|
Add custom panic driver
|
8 years ago
|
|
|
panic_color.h
|
Change fusee folder naming
|
8 years ago
|
|
|
pinmux.h
|
Remove packed when not needed
|
8 years ago
|
|
|
pmc.h
|
Add custom panic driver
|
8 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
|
|
|
sdmmc.c
|
Rework sdmmc clocking configuration
|
8 years ago
|
|
|
sdmmc.h
|
Rework sdmmc clocking configuration
|
8 years ago
|
|
|
se.c
|
Fusee: Fix se_calculate_sha256
|
8 years ago
|
|
|
se.h
|
Use uintX_t for the SE & copy bugfixed SE struct definition
|
8 years ago
|
|
|
splash_screen.c
|
Introduce fatal_error
|
8 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
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
start.s
|
Fix bug in crt0
|
8 years ago
|
|
|
stratosphere.c
|
package2 verification and ini1 merging fixes (#125)
|
8 years ago
|
|
|
stratosphere.h
|
Write more code for stratosphere_get_ini1, make it and its caller take target_firmware
|
8 years ago
|
|
|
supplies.c
|
Apply sdmmc stage1 changes to stage2
|
8 years ago
|
|
|
supplies.h
|
Apply sdmmc stage1 changes to stage2
|
8 years ago
|
|
|
switch_fs.c
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
switch_fs.h
|
Pass screen status and mmc struct from stage1 to 2
|
8 years ago
|
|
|
timers.h
|
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
|
8 years ago
|
|
|
utils.c
|
Fusee use CAR reboot for fatal errors
|
8 years ago
|
|
|
utils.h
|
Fusee use CAR reboot for fatal errors
|
8 years ago
|