1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-06 04:01:44 +00:00
Atmosphere/fusee/fusee-secondary/src
2018-08-01 21:15:16 +01:00
..
display Fix strncpy bugs in fusée, etc. 2018-05-15 01:18:05 +02:00
hwinit Fix CCPLEX bringup and halt the BPMP once it's done booting. (#118) 2018-06-02 17:24:02 -07:00
lib Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
sdmmc Fix multiple issues reported by Coverity Scan 2018-07-26 18:45:18 +01:00
apb_misc.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
bct.h [stage2] Add bct.h 2018-05-10 21:54:58 +02:00
car.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
chainloader.c fusee-secondary: Correct else-if condition in xmemmove() 2018-07-29 20:53:01 -07:00
chainloader.h
console.c Pass screen status and mmc struct from stage1 to 2 2018-06-04 19:17:23 +02:00
console.h Pass screen status and mmc struct from stage1 to 2 2018-06-04 19:17:23 +02:00
device_partition.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
device_partition.h [stage2] Fix some FS bugs 2018-05-17 19:53:42 +02:00
exception_handlers.c Stage2: Add exception handlers 2018-05-21 03:50:53 +02:00
exception_handlers.h Stage2: Add exception handlers 2018-05-21 03:50:53 +02:00
exception_handlers_asm.s Refactor fusee's makefile 2018-05-27 00:59:02 +02:00
exocfg.h
flow.h
fs_dev.c fusee-secondary/fs_dev: Correct uninitialized cast within fsdev_seek() 2018-07-29 20:15:44 -07:00
fs_dev.h Don't overflow devoptabs, etc. 2018-05-17 01:53:32 +02:00
fs_utils.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
fs_utils.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
fuse.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
fuse.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
gpio.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
gpio.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
gpt.c Fix multiple issues reported by Coverity Scan 2018-07-26 18:45:18 +01: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
kernel_patches.c Fix issue with fusee-secondary 4.x kernel patches 2018-07-01 17:50:02 -07:00
kernel_patches.h Fusee: Separate kernel patching into its own file. 2018-06-02 16:06:31 -06:00
key_derivation.c Revert unnecessary change (thanks @rajkosto) 2018-07-26 19:26:43 +01:00
key_derivation.h Fusee: Change package2 loading logic (untested) 2018-05-17 15:56:02 +02:00
kip.h
loader.c Introduce fatal_error 2018-05-20 16:18:48 +02:00
loader.h Make loadlist empty when booting Horizon, more nxboot.c code 2018-05-14 21:17:06 +02:00
main.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
masterkey.c Refactor nxboot package2 reading, work around sdmmc issue, other changes 2018-05-17 23:18:33 +02:00
masterkey.h Refactor nxboot package2 reading, work around sdmmc issue, other changes 2018-05-17 23:18:33 +02:00
nxboot.c fusee-secondary: Remove restriction for loading from eMMC 2018-08-01 21:15:16 +01:00
nxboot.h Make loadlist empty when booting Horizon, more nxboot.c code 2018-05-14 21:17:06 +02:00
nxfs.c Fix multiple issues reported by Coverity Scan 2018-07-26 18:45:18 +01:00
nxfs.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
package1.c Fix multiple issues reported by Coverity Scan 2018-07-26 18:45:18 +01:00
package1.h Fix package1_read_and_parse_boot0 2018-05-16 01:46:08 +02:00
package2.c package2 verification and ini1 merging fixes (#125) 2018-06-04 14:04:44 -07:00
package2.h Fusee: Change package2 loading logic (untested) 2018-05-17 15:56:02 +02:00
panic.c Fusee use CAR reboot for fatal errors 2018-05-20 23:52:09 +02:00
panic.h Add custom panic driver 2018-05-20 14:11:46 +02:00
panic_color.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
pinmux.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
pmc.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
preprocessor.h
raw_dev.c Fix out-of-bounds partition r/w bugs in raw_dev.c 2018-05-17 14:39:16 +02:00
raw_dev.h Don't overflow devoptabs, etc. 2018-05-17 01:53:32 +02:00
se.c Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
se.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
splash_screen.c Introduce fatal_error 2018-05-20 16:18:48 +02:00
splash_screen.h
splash_screen_default.c
stage2.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
start.s
stratosphere.c package2 verification and ini1 merging fixes (#125) 2018-06-04 14:04:44 -07: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
timers.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
utils.c Define wait() in fusee-primary/secondary 2018-07-29 10:53:06 -07:00
utils.h Fusee use CAR reboot for fatal errors 2018-05-20 23:52:09 +02:00