1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-30 19:03:24 +01:00
Atmosphere/exosphere/src
TuxSH b4eeddd7e1 Revamp all the Makefiles (thanks @fincs @WinterMute)
... dependencies are now properly handled (e.g. header changes, etc.)
2018-05-19 01:07:27 +02:00
..
dbg Use and adapt the UART driver from hekate/hwinit 2018-03-08 01:02:45 +01:00
actmon.c
actmon.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
arm.h
arm.s [exosphere] Rewrite crt0/init and ld script 2018-05-11 14:07:37 +02:00
bootconfig.c Exosphere: Support unsigned/plaintext Package2s if signature is clear. 2018-04-11 21:56:30 -06:00
bootconfig.h Exosphere: Support unsigned/plaintext Package2s if signature is clear. 2018-04-11 21:56:30 -06:00
bootup.c [exosphere] Map the crt0 too 2018-05-11 16:14:12 +02:00
bootup.h ENUMs for APB Slave Security Enable registers (#67) 2018-04-25 09:46:17 -07:00
bpmp.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
car.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
car.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
coldboot_init.c Exosphere: Fix remaining crt0 bugs, we now make it to pk2ldr. 2018-05-18 07:16:41 -06:00
coldboot_main.c
configitem.c Exosphere: Add API for retrieving versioning info. 2018-05-09 06:29:56 -06:00
configitem.h Exosphere: Add API for retrieving versioning info. 2018-05-09 06:29:56 -06:00
cpu_context.c [exosphere] Rewrite crt0/init and ld script 2018-05-11 14:07:37 +02:00
cpu_context.h Add spsr_el3 to cpu_context 2018-03-11 12:53:52 +01:00
exceptions.s
exocfg.c Reserve AMS0 magic for later use, change to eXosphere Boot Config rev 0 2018-03-25 17:02:24 -06:00
exocfg.h Exosphere: Fix relocation bug (warmboot relocs currently broken in edge case) 2018-05-18 03:10:48 -06:00
flow.h Fix flow controller set functions 2018-03-09 14:56:16 -08:00
fuse.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
fuse.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
gcm.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
gcm.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
i2c.c memcpy(x, NULL, 0) is undefined behavior 2018-03-08 11:17:46 +01:00
i2c.h
interrupt.c
interrupt.h
lp0.c Revamp all the Makefiles (thanks @fincs @WinterMute) 2018-05-19 01:07:27 +02:00
lp0.h
masterkey.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
masterkey.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
mc.c Default kernel carveout is ID 4, not 5 2018-03-05 03:27:24 -08:00
mc.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
memory_map.h [exosphere] Map the crt0 too 2018-05-11 16:14:12 +02:00
misc.h Implement dbg log interface 2018-03-06 01:29:06 +01:00
mmu.h
package2.c [exosphere] Fix bug in package2.c 2018-05-17 16:15:30 +02:00
package2.h Fix bug in fusee: package2.c, etc. 2018-05-17 16:11:10 +02:00
panic_color.h Add debug region to mapped memory 2018-03-07 04:00:19 -08:00
pmc.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
preprocessor.h
randomcache.c memcpy(x, NULL, 0) is undefined behavior 2018-03-08 11:17:46 +01:00
randomcache.h
se.c Fix async expMod output + smcUnwrapAesWrappedTitlekey 2018-03-08 19:48:35 -08:00
se.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
sealedkeys.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
sealedkeys.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
smc_api.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
smc_api.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
smc_user.c Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
smc_user.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
start.s Exosphere: Fix remaining crt0 bugs, we now make it to pk2ldr. 2018-05-18 07:16:41 -06:00
synchronization.h Fix lock_try_acquire(&g_is_user_smc_in_progress) calls 2018-03-05 21:07:09 +01:00
sysctr0.h Fix up comment 2018-03-07 16:11:53 +00:00
sysreg.h Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection 2018-03-25 15:05:08 -06:00
timers.c
timers.h
titlekey.c memcpy(x, NULL, 0) is undefined behavior 2018-03-08 11:17:46 +01:00
titlekey.h
uart.c Use and adapt the UART driver from hekate/hwinit 2018-03-08 01:02:45 +01:00
uart.h Use and adapt the UART driver from hekate/hwinit 2018-03-08 01:02:45 +01:00
userpage.c Fix smcComputeCmac, generally improve userpage cache usage 2018-03-08 04:59:00 -08:00
userpage.h
utils.c Add debug region to mapped memory 2018-03-07 04:00:19 -08:00
utils.h [exosphere] Rewrite crt0/init and ld script 2018-05-11 14:07:37 +02:00
version.h Exosphere: Add API for retrieving versioning info. 2018-05-09 06:29:56 -06:00
warmboot_init.c [exosphere] Rewrite crt0/init and ld script 2018-05-11 14:07:37 +02:00
warmboot_main.c [exosphere] Rewrite crt0/init and ld script 2018-05-11 14:07:37 +02:00