Atmosphere/fusee/fusee-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
bct.h [stage2] Add bct.h 2018-05-10 21:54:58 +02: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 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
cluster.c fusee: start fleshing out nxboot for Mariko 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
console.c fusee/sept: delegate SoC selection to individual components and keep common code SoC-agnostic 2021-01-05 11:05:33 -08:00
console.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
device_partition.c fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
device_partition.h fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
di.c fusee: 11.0.0 support 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
emummc_cfg.h fusee-secondary: update for 11.0.0 erista 2020-12-02 06:43:37 -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
exocfg.h fusee/exo: support dynamic control of invert flag for logging 2020-12-11 03:18:21 -08:00
extkeys.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
extkeys.h 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_dev.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
fs_dev.h ams: revamp target firmware 2020-05-06 22:29:07 -07:00
fs_utils.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
fs_utils.h ams: revamp target firmware 2020-05-06 22:29:07 -07: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
gpt.c fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
gpt.h fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01: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 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
ips.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
ips.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
kernel_patches.c fusee/exo: support dynamic control of invert flag for logging 2020-12-11 03:18:21 -08:00
kernel_patches.h fusee: support passing target firmware to kernel loader. 2020-04-14 10:11:58 -07:00
key_derivation.c fusee/sept: update fuse driver code 2021-01-05 11:05:33 -08:00
key_derivation.h fusee/sept: changes for exo2 (note: not final) 2020-06-14 22:07:45 -07:00
kip.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
loader.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
loader.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
lp0.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
main.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
masterkey.c fusee: fix boot support on < 7.x 2020-05-16 16:00:45 -07:00
masterkey.h ams: revamp target firmware 2020-05-06 22:29:07 -07: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
nxboot.c fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
nxboot.h fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
nxboot_iram.c fusee: start fleshing out nxboot for Mariko 2021-01-05 11:05:33 -08:00
nxfs.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
nxfs.h fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
package1.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
package1.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
package2.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
package2.h fusee: fix 11.x pk21 support 2020-12-02 06:43:37 -08:00
panic.c fusee/sept: delegate SoC selection to individual components and keep common code SoC-agnostic 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 Change fusee folder naming 2018-04-07 21:45:57 -06:00
raw_dev.c fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
raw_dev.h fusee: re-design and fix emummc handling 2020-08-01 17:20:56 +01:00
se.c ams: revamp target firmware 2020-05-06 22:29:07 -07:00
se.h fusee/sept: changes for exo2 (note: not final) 2020-06-14 22:07:45 -07:00
smmu.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
smmu.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
splash_screen.bmp fusee: Add support for firmware version 6.0.0. 2018-09-17 21:03:03 +01:00
splash_screen.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
splash_screen.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
stage2.h fusee: fixup extents for chainloader/stack 2021-01-05 11:05:33 -08:00
start.s fusee: integrate mariko fatal. 2020-11-22 10:28:23 -08:00
stratosphere.c fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2021-01-05 11:05:33 -08:00
stratosphere.h fusee: change ncm from opt-in to opt-out 2020-09-17 21:04:43 -07: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
tsec.c find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
tsec.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -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