1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-10 06:01:52 +00:00
Atmosphere/fusee/fusee-primary/src
hexkyz 3cf37330ca fusee: Disable AHB redirection when necessary.
fusee: Add 3.0.0/3.0.1/3.0.2 warmboot fix.
2018-08-30 19:49:33 +01:00
..
display Sync sdmmc changes between stage1 and 2 2018-05-19 02:50:50 +02:00
lib fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdmmc fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
apb_misc.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
btn.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
btn.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
car.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
car.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
chainloader.c fusee-primary: Fix always false conditional in xmemmove 2018-08-24 22:30:36 -04:00
chainloader.h Refactor stage1's and stage2's main.c files 2018-05-08 16:51:43 +02:00
di.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
di.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
di.inl fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
emc.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
exception_handlers.c Stage2: Add exception handlers 2018-05-21 03:50:53 +02:00
exception_handlers.h [stage1] Add exception handlers... which somehow don't work? 2018-05-21 02:24:41 +02:00
exception_handlers_asm.s Refactor fusee's makefile 2018-05-27 00:59:02 +02:00
flow.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
fs_utils.c fusee: Disable AHB redirection when necessary. 2018-08-30 19:49:33 +01:00
fs_utils.h fusee: SDMMC driver re-design: 2018-07-04 21:55:27 +01:00
fuse.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
fuse.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +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: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
hwinit.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
hwinit.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
i2c.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
i2c.h fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
init.c stage2: fix init malloc size for stage2_args_t 2018-05-08 23:24:27 -04:00
main.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
max7762x.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
max7762x.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
max77620.h fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
mc.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
mc.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
panic.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
panic.h Add custom panic driver 2018-05-20 14:11:46 +02:00
panic_color.h fusee: SDMMC driver re-design: 2018-07-04 21:55:27 +01:00
pinmux.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
pmc.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
preprocessor.h Change fusee folder naming 2018-04-07 21:45:57 -06:00
sdram.c fusee: Implement BootConfig and Boot Reason handling. 2018-08-29 18:28:21 +01:00
sdram.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdram.inl fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdram_lp0.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdram_lz.inl fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdram_param_t210.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
sdram_param_t210_lp0.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
se.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
se.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
stage2.c Fix multiple issues reported by Coverity Scan 2018-07-26 18:45:18 +01:00
stage2.h Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. 2018-07-19 21:07:53 +01:00
start.s Fix bug in crt0 2018-05-08 14:56:17 +02:00
sysctr0.h fusee: Fix register definition. 2018-08-24 17:03:53 +01:00
sysreg.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
timers.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
uart.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
uart.h fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
utils.c fusee: Complete re-write of the hardware initialization code: 2018-08-18 17:59:33 +01:00
utils.h [stage1] Add exception handlers... which somehow don't work? 2018-05-21 02:24:41 +02:00