1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 21:21:48 +00:00
Atmosphere/sept/sept-secondary/src
2021-01-05 11:05:33 -08:00
..
apb_misc.h fusee: 11.0.0 support 2021-01-05 11:05:33 -08:00
btn.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
btn.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
car.c fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
car.h fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
chainloader.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
chainloader.h sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
cluster.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
cluster.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
di.c fusee: cleanup code and start fleshing out mariko keygen 2021-01-05 11:05:33 -08:00
di.h fusee: 11.0.0 support 2021-01-05 11:05:33 -08:00
di.inl fusee: 11.0.0 support 2021-01-05 11:05:33 -08:00
emc.h fusee: mariko sdram initialization 2021-01-05 11:05:33 -08:00
exception_handlers.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
exception_handlers.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
exception_handlers_asm.s find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
flow.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fs_utils.c fusee: fix sdmmc speed modes 2021-01-05 11:05:33 -08:00
fs_utils.h fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
fuse.c fusee/sept: fix fuse driver to not infinitely recurse on get_soc_type() 2021-01-05 11:05:33 -08:00
fuse.h fusee/sept: support mariko fuses 2021-01-05 11:05:33 -08:00
gpio.c fusee/sept: fix volatile usage and simplify logic in gpio code (thanks @TuxSH) 2020-03-09 19:33:39 +00:00
gpio.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
hwinit.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
hwinit.h fusee/sept: delegate SoC selection to individual components and keep common code SoC-agnostic 2021-01-05 11:05:33 -08:00
i2c.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
i2c.h fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
init.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
key_derivation.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
key_derivation.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
main.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
max7762x.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
max7762x.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
max77620.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
max77812.h fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
mc.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
mc.h fusee: mariko sdram initialization 2021-01-05 11:05:33 -08:00
panic.c sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
panic.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
panic_color.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
pinmux.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
pmc.h fusee: implement mariko sdram params saving 2021-01-05 11:05:33 -08:00
preprocessor.h sept: add secondary skeleton + buildscript 2019-02-20 06:33:23 -08:00
sdram.c sept: fix sdram parameter scratch save 2021-01-05 11:05:33 -08:00
sdram.h fusee/sept: delegate SoC selection to individual components and keep common code SoC-agnostic 2021-01-05 11:05:33 -08:00
sdram.inl fusee: 11.0.0 support 2021-01-05 11:05:33 -08:00
sdram_lz.inl fusee: 11.0.0 support 2021-01-05 11:05:33 -08:00
sdram_params.h fusee: mariko sdram initialization 2021-01-05 11:05:33 -08:00
se.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
se.h fusee: cleanup code and start fleshing out mariko keygen 2021-01-05 11:05:33 -08:00
splash.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
splash.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
stage2.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
stage2.h fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
start.s sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
sysctr0.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
sysreg.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
timers.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
uart.c exo/fusee/sept: fix uart pinmuxing (thanks @CTCaer and @TuxSH) 2020-03-09 19:38:56 +00:00
uart.h sept: fixes to work with new hwinit/etc 2021-01-05 11:05:33 -08:00
utils.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
utils.h fusee/sept: fix error printing 2020-07-14 18:12:31 +01:00