1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-06 12:11:43 +00:00
Atmosphere/fusee/fusee-primary/src
2019-07-31 20:01:01 +01:00
..
display Sync sdmmc changes between stage1 and 2 2018-05-19 02:50:50 +02:00
lib Fix argument type for isalnum and toupper 2019-07-02 17:22:28 +01:00
sdmmc fusee: cleanup sdmmc related code 2019-06-14 20:33:48 +01:00
apb_misc.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
btn.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
btn.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
car.c fusee: cleanup and optimize boot sequence 2019-07-06 20:58:01 +01:00
car.h fusee: cleanup and optimize boot sequence 2019-07-06 20:58:01 +01:00
chainloader.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
chainloader.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
di.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
di.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
di.inl Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +01:00
emc.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
exception_handlers.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
exception_handlers.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
exception_handlers_asm.s More 2019 Copyrights (#503) 2019-04-08 12:47:01 +02:00
flow.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_utils.c fusee: cleanup sdmmc related code 2019-06-14 20:33:48 +01:00
fs_utils.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fuse.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fuse.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
gpio.c Add missing dummy reads in gpio code 2019-07-23 18:33:34 +01:00
gpio.h Fix GPIO/SFIO defines: cosmetic change, gpio code was working properly despite the mistake 2019-07-21 15:55:40 +01:00
hwinit.c Cleanup and re-write uart code 2019-07-21 19:18:15 +01:00
hwinit.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
i2c.c Cleanup and re-write uart code 2019-07-21 19:18:15 +01:00
i2c.h Cleanup and re-write uart code 2019-07-21 19:18:15 +01:00
init.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
main.c Move memory training code into it's own stage (fusee-mtc) 2019-07-26 20:38:15 +01:00
max7762x.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
max7762x.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
max77620.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
mc.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
mc.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
panic.c fusee: cleanup and optimize boot sequence 2019-07-06 20:58:01 +01:00
panic.h fusee: cleanup and optimize boot sequence 2019-07-06 20:58:01 +01:00
panic_color.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
pinmux.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
pmc.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
preprocessor.h Change fusee folder naming 2018-04-07 21:45:57 -06:00
sdram.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
sdram.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
sdram.inl Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +01:00
sdram_lp0.c Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +01:00
sdram_lz.inl Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +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 Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +01:00
se.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
se.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
stage2.c Move memory training code into it's own stage (fusee-mtc) 2019-07-26 20:38:15 +01:00
stage2.h Move memory training code into it's own stage (fusee-mtc) 2019-07-26 20:38:15 +01:00
start.s More 2019 Copyrights (#503) 2019-04-08 12:47:01 +02:00
sysctr0.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
sysreg.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
timers.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
uart.c Fix uart init 2019-07-24 00:52:02 +02:00
uart.h Cleanup and re-write uart code 2019-07-21 19:18:15 +01:00
utils.c fusee-primary: force displaying of fatal errors 2019-07-31 20:01:01 +01:00
utils.h atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00