Atmosphere/exosphere/src
2018-03-03 20:03:52 +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 Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08: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 Add most of warmboot_main 2018-03-03 19:31:22 +01:00
bootconfig.h Add most of warmboot_main 2018-03-03 19:31:22 +01:00
bootup.c Add most of warmboot_main 2018-03-03 19:31:22 +01:00
bootup.h Add most of warmboot_main 2018-03-03 19:31:22 +01:00
bpmp.h Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08:00
car.c Implement Clock/Reset Driver. 2018-03-01 22:50:07 -08:00
car.h Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08:00
coldboot_init.c Finish writing warmboot _crt0_ 2018-03-03 16:58:23 +01:00
coldboot_main.c Use the boot critical section 2018-03-03 03:43:46 +01:00
configitem.c Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
configitem.h Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08: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 Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
flow.h Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
fuse.c Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
fuse.h Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
gcm.c Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
gcm.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
i2c.c Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
i2c.h Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
interrupt.c Cleanup TODOs, implement bootconfig SCR_EL3 bit setting 2018-03-02 15:04:16 -08:00
interrupt.h Cleanup TODOs, implement bootconfig SCR_EL3 bit setting 2018-03-02 15:04:16 -08:00
lp0.c Add most of warmboot_main 2018-03-03 19:31:22 +01:00
lp0.h Implement the rest of smcCpuSuspend with skeleton SE API calls. 2018-02-27 17:07:30 -08:00
masterkey.c Panic Bright Red on failed master key detection. 2018-02-27 20:00:48 -08:00
masterkey.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
mc.c Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
mc.h Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
memory_map.h Implement and use set_memory_registers_enable_mmu 2018-02-28 13:32:18 +01:00
misc.h Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
mmu.h Fix ttbl init pointer arith bug, other fixes 2018-02-28 23:35:30 +01:00
package2.c Add most of warmboot_main 2018-03-03 19:31:22 +01:00
package2.h Update pk2ldr outline, prepare for bootup_misc_mmio() impl 2018-03-02 11:28:05 -08:00
pmc.h Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08:00
preprocessor.h Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
randomcache.c Rename cache.s/.h to arm.s/.h 2018-02-27 22:29:47 +01:00
randomcache.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
se.c Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
se.h Implement half of bootup_misc_mmio() 2018-03-02 12:16:30 -08:00
sealedkeys.c all: Make file-scope variables internally linked where applicable (#57) 2018-02-26 00:42:21 -08:00
sealedkeys.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
smc_api.c Implement critical section (Lamport's Baker s algorithm)... 2018-03-02 23:37:36 +01:00
smc_api.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
smc_user.c Rename cache.s/.h to arm.s/.h 2018-02-27 22:29:47 +01:00
smc_user.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
start.s Add most of warmboot_main 2018-03-03 19:31:22 +01:00
synchronization.h Add most of warmboot_main 2018-03-03 19:31:22 +01:00
syscrt0.h Implement CPU state init, fix bug in cpu_context restore 2018-03-02 14:16:54 -08:00
sysreg.h Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr. 2018-03-02 13:44:21 -08:00
timers.c Implement Panic() stub. 2018-02-27 19:43:07 -08:00
timers.h Add coldboot mmio init (for non 4.x), required for FLOW writes to succeed. 2018-03-02 12:45:37 -08:00
titlekey.c Fix missing titlekey revision assignment 2018-02-27 15:14:23 -08:00
titlekey.h Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
uart.c Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
uart.h Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
userpage.c Strongly validate SPL's buffer address 2018-03-01 12:35:02 +01:00
userpage.h Rewrite the memory map-related code... 2018-02-26 22:09:35 +01:00
utils.c Implement Panic() stub. 2018-02-27 19:43:07 -08:00
utils.h Finish writing warmboot _crt0_ 2018-03-03 16:58:23 +01:00
warmboot_init.c Fix warmboot vs cpu_on check 2018-03-03 19:43:44 +01:00
warmboot_main.c warmboot_main: fix panic reason in panic code 2018-03-03 19:49:25 +01:00