Commit graph

14 commits

Author SHA1 Message Date
Michael Scire
cb4afc65ef exo2: suspend fixes (sleep/wake now works on hardware) 2020-06-08 03:53:40 -07:00
Michael Scire
2b7efa5096 exo2: implement the rest of cpu suspend (security checks TODO) 2020-06-08 00:41:27 -07:00
Michael Scire
81fdeef233 exo2: add a number of minor configuration fixes 2020-06-05 04:07:56 -07:00
Michael Scire
5377196c3a exo2: cache soc type/hardware type for quick lookup 2020-05-27 03:59:58 -07:00
Michael Scire
a1ca751807 exo2: implement SmcComputeAes, SmcGetResult, SmcGetResultData 2020-05-27 03:59:58 -07:00
Michael Scire
ececcc667d exo2: implement SmcSetKernelCarveoutRegion 2020-05-27 03:59:58 -07:00
Michael Scire
97f51b460f exo2: fix bugs in non-core0 bootup 2020-05-27 03:59:58 -07:00
Michael Scire
6b28c006d9 exo2: minor fixes, now completes main and receives SMCs on hw 2020-05-27 03:59:58 -07:00
Michael Scire
dc45481c27 exo2: implement remainder of warmboot tz code 2020-05-27 03:59:57 -07:00
Michael Scire
0947fb01c7 exo2: Implement the rest of main/return-to-el1 2020-05-27 03:59:57 -07:00
Michael Scire
4b5a07fb45 exo2: implement rest of main other than SetupSocProtections 2020-05-27 03:59:57 -07:00
Michael Scire
56d68c35af exo2: implement main through sync-for-pk21-load 2020-05-27 03:59:57 -07:00
Michael Scire
23aad6ea71 exo2: implement through end of random cache init 2020-05-27 03:59:57 -07:00
Michael Scire
ae1b9b1f51 exo2: Initial work on the exosphere rewrite.
exo2: Implement uncompressor stub and boot code up to Main().

exo2: implement some more init (uart/gic)

exo2: implement more of init

exo2: improve reg api, add keyslot flag setters

exo2: implement se aes decryption/enc

exo2: fix bugs in loader stub/mmu mappings

exo2: start skeletoning bootconfig/global context types

arch: fix makefile flags

exo2: implement through master key derivation

exo2: implement device master keygen

exo2: more init through start of SetupSocSecurity

exo2: implement pmc secure scratch management

se: implement sticky bit validation

libexosphere: fix building for arm32

libexo: fix makefile flags

libexo: support building for arm64/arm

sc7fw: skeleton binary

sc7fw: skeleton a little more

sc7fw: implement all non-dram functionality

exo2: fix DivideUp error

sc7fw: implement more dram code, fix reg library errors

sc7fw: complete sc7fw impl.

exo2: skeleton the rest of SetupSocSecurity

exo2: implement fiq interrupt handler

exo2: implement all exception handlers

exo2: skeleton the entire smc api, implement the svc invoker

exo2: implement rest of SetupSocSecurity

exo2: correct slave security errors

exo2: fix register definition

exo2: minor fixes
2020-05-27 03:59:57 -07:00