Michael Scire
authored
on 3 Mar 2018
|
|
.. |
|
|
|
|
actmon.c
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
actmon.h
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
arm.h
|
Implement flush_dcache_all_tzram_pa and invalidate_icache_all_inner_shareable_tzram_pa for the crt0s
|
8 years ago
|
|
|
arm.s
|
Use bic instead of and in finalize_powerdown
|
8 years ago
|
|
|
bootconfig.c
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
8 years ago
|
|
|
bootconfig.h
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
8 years ago
|
|
|
bootup.c
|
Implement CPU state init, fix bug in cpu_context restore
|
8 years ago
|
|
|
bootup.h
|
Implement CPU state init, fix bug in cpu_context restore
|
8 years ago
|
|
|
bpmp.h
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
car.c
|
Implement Clock/Reset Driver.
|
8 years ago
|
|
|
car.h
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
coldboot_init.c
|
Fix section alignment, attempt to clean up the crt0 a bit
|
8 years ago
|
|
|
coldboot_main.c
|
Use the boot critical section
|
8 years ago
|
|
|
configitem.c
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
configitem.h
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
cpu_context.c
|
Fix bugs required to successfully hand off to kernel
|
8 years ago
|
|
|
cpu_context.h
|
Use the boot critical section
|
8 years ago
|
|
|
exceptions.s
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
flow.h
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
fuse.c
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
fuse.h
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
gcm.c
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
gcm.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
i2c.c
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
i2c.h
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
interrupt.c
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
8 years ago
|
|
|
interrupt.h
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
8 years ago
|
|
|
lp0.c
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
8 years ago
|
|
|
lp0.h
|
Implement the rest of smcCpuSuspend with skeleton SE API calls.
|
8 years ago
|
|
|
masterkey.c
|
Panic Bright Red on failed master key detection.
|
8 years ago
|
|
|
masterkey.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
mc.c
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
mc.h
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
memory_map.h
|
Implement and use set_memory_registers_enable_mmu
|
8 years ago
|
|
|
misc.h
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
mmu.h
|
Fix ttbl init pointer arith bug, other fixes
|
8 years ago
|
|
|
package2.c
|
Change 'success' panic location to end of coldboot_main()
|
8 years ago
|
|
|
package2.h
|
Update pk2ldr outline, prepare for bootup_misc_mmio() impl
|
8 years ago
|
|
|
pmc.h
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
preprocessor.h
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
randomcache.c
|
Rename cache.s/.h to arm.s/.h
|
8 years ago
|
|
|
randomcache.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
se.c
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
se.h
|
Implement half of bootup_misc_mmio()
|
8 years ago
|
|
|
sealedkeys.c
|
all: Make file-scope variables internally linked where applicable (#57)
|
8 years ago
|
|
|
sealedkeys.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
smc_api.c
|
Implement critical section (Lamport's Baker s algorithm)...
|
8 years ago
|
|
|
smc_api.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
smc_user.c
|
Rename cache.s/.h to arm.s/.h
|
8 years ago
|
|
|
smc_user.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
start.s
|
Fix bugs required to successfully hand off to kernel
|
8 years ago
|
|
|
synchronization.h
|
Implement critical section (Lamport's Baker s algorithm)...
|
8 years ago
|
|
|
syscrt0.h
|
Implement CPU state init, fix bug in cpu_context restore
|
8 years ago
|
|
|
sysreg.h
|
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
|
8 years ago
|
|
|
timers.c
|
Implement Panic() stub.
|
8 years ago
|
|
|
timers.h
|
Add coldboot mmio init (for non 4.x), required for FLOW writes to succeed.
|
8 years ago
|
|
|
titlekey.c
|
Fix missing titlekey revision assignment
|
8 years ago
|
|
|
titlekey.h
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
uart.c
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
8 years ago
|
|
|
uart.h
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
userpage.c
|
Strongly validate SPL's buffer address
|
8 years ago
|
|
|
userpage.h
|
Rewrite the memory map-related code...
|
8 years ago
|
|
|
utils.c
|
Implement Panic() stub.
|
8 years ago
|
|
|
utils.h
|
Implement critical section (Lamport's Baker s algorithm)...
|
8 years ago
|
|
|
warmboot_init.c
|
Fix bugs required to successfully hand off to kernel
|
8 years ago
|
|
|
warmboot_main.c
|
Use the boot critical section
|
8 years ago
|