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
2018-03-08 19:48:35 -08:00
..
dbg Use and adapt the UART driver from hekate/hwinit 2018-03-08 01:02:45 +01:00
actmon.c Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08:00
actmon.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
arm.h Implement flush_dcache_all_tzram_pa and invalidate_icache_all_inner_shareable_tzram_pa for the crt0s 2018-02-28 19:06:41 +01:00
arm.s Fix invalidate_icache_all dsb correctness 2018-03-03 20:03:52 +01:00
bootconfig.c Implement BootReason config 2018-03-08 01:48:57 -08:00
bootconfig.h Implement BootReason config 2018-03-08 01:48:57 -08:00
bootup.c Fix freudian slip 2018-03-07 14:34:47 +01:00
bootup.h Add most of warmboot_main 2018-03-03 19:31:22 +01:00
bpmp.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
car.c Make enum names consistent 2018-03-05 23:59:46 +01:00
car.h Make enum names consistent 2018-03-05 23:59:46 +01:00
coldboot_init.c Fix func_copy null deref (?) 2018-03-05 09:41:39 +01:00
coldboot_main.c Use the boot critical section 2018-03-03 03:43:46 +01:00
configitem.c Implement BootReason config 2018-03-08 01:48:57 -08:00
configitem.h Make enum names consistent 2018-03-05 23:59:46 +01:00
cpu_context.c Add most of warmboot_main 2018-03-03 19:31:22 +01:00
cpu_context.h Add most of warmboot_main 2018-03-03 19:31:22 +01:00
exceptions.s Fix Stack Overflow in SMC handler 2018-03-04 19:07:17 -08:00
flow.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
fuse.c Fix fuse_get_hardware_type for 4.x 2018-03-07 23:24:38 +01:00
fuse.h
gcm.c Fix AES-GCM code. 2018-03-08 17:26:42 -08:00
gcm.h
i2c.c memcpy(x, NULL, 0) is undefined behavior 2018-03-08 11:17:46 +01:00
i2c.h
interrupt.c Cleanup TODOs, implement bootconfig SCR_EL3 bit setting 2018-03-02 15:04:16 -08:00
interrupt.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
lp0.c Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
lp0.h
masterkey.c
masterkey.h
mc.c Default kernel carveout is ID 4, not 5 2018-03-05 03:27:24 -08:00
mc.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
memory_map.h Use and adapt the UART driver from hekate/hwinit 2018-03-08 01:02:45 +01:00
misc.h Implement dbg log interface 2018-03-06 01:29:06 +01:00
mmu.h Fix ttbl init pointer arith bug, other fixes 2018-02-28 23:35:30 +01:00
package2.c memcpy(x, NULL, 0) is undefined behavior 2018-03-08 11:17:46 +01:00
package2.h Implement BootReason config 2018-03-08 01:48:57 -08:00
panic_color.h Add debug region to mapped memory 2018-03-07 04:00:19 -08:00
pmc.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01: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 Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
sealedkeys.c Fix async expMod output + smcUnwrapAesWrappedTitlekey 2018-03-08 19:48:35 -08:00
sealedkeys.h
smc_api.c Fix async expMod output + smcUnwrapAesWrappedTitlekey 2018-03-08 19:48:35 -08:00
smc_api.h Fix lock_try_acquire(&g_is_user_smc_in_progress) calls 2018-03-05 21:07:09 +01:00
smc_user.c Fix async expMod output + smcUnwrapAesWrappedTitlekey 2018-03-08 19:48:35 -08:00
smc_user.h
start.s Add most of warmboot_main 2018-03-03 19:31:22 +01: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 Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
timers.c
timers.h Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
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 Fix AES-GCM code. 2018-03-08 17:26:42 -08:00
warmboot_init.c Refactor 32-bit register definitions 2018-03-03 20:23:13 +01:00
warmboot_main.c Fix lock clear in warmboot_main 2018-03-04 21:57:25 +01:00