History for Atmosphere / exosphere / src / se.c
2020-04-14
@Michael Scire
exosphere: update to support 10.0.0
Michael Scire committed on 14 Apr 2020
2020-01-24
@Michael Scire
find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} +
Michael Scire committed on 24 Jan 2020
2019-12-31
@hexkyz
Cleanup FUSE, TSEC and SE code and add KFUSE state check during TSEC initialization (thanks @CTCaer).
hexkyz committed on 31 Dec 2019
2019-04-08
@Michael Scire
atmosphere: current year is 2019
Michael Scire committed on 8 Apr 2019
2019-03-14
@Michael Scire
exo: fix SE driver coherency bug (closes #384)
Michael Scire committed on 14 Mar 2019
2018-09-15
@hexkyz
fusee: Move nxboot hand-off to IRAM. ...
hexkyz committed on 15 Sep 2018
2018-09-07
@hexkyz
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
hexkyz committed on 7 Sep 2018
2018-05-21
@TuxSH
Use uintX_t for the SE & copy bugfixed SE struct definition
TuxSH committed on 21 May 2018
@Michael Scire
Exosphere: Fix extremely spooky Security Engine bugs, now makes it to the end of package2loader.
Michael Scire committed on 21 May 2018
2018-03-09
@Michael Scire
Fix async expMod output + smcUnwrapAesWrappedTitlekey
Michael Scire committed on 9 Mar 2018
2018-03-08
@Michael Scire
Fix smcComputeCmac, generally improve userpage cache usage
Michael Scire committed on 8 Mar 2018
@Michael Scire
Fix AES ECB encryption not encrypting
Michael Scire committed on 8 Mar 2018
@TuxSH
memcpy(x, NULL, 0) is undefined behavior
TuxSH committed on 8 Mar 2018
2018-03-03
@TuxSH
Refactor 32-bit register definitions
TuxSH committed on 3 Mar 2018
2018-03-02
@Michael Scire
Implement half of bootup_misc_mmio()
Michael Scire committed on 2 Mar 2018
2018-03-01
@Michael Scire
Fix PK2LDR bugs, Fix SE bugs
Michael Scire committed on 1 Mar 2018
@Michael Scire
Fix Modulus Exponentiation in SE driver
Michael Scire committed on 1 Mar 2018
2018-02-28
@Michael Scire
Implement BootConfig.
Michael Scire committed on 28 Feb 2018
@Michael Scire
Fix decrypt_data_into_keyslot
Michael Scire committed on 28 Feb 2018
@Michael Scire
Clean up SE TODOs, implement GIC nonsecure init
Michael Scire committed on 28 Feb 2018
@Michael Scire
Finish implementing Security Engine context save
Michael Scire committed on 28 Feb 2018
@Michael Scire
Implement more SE context save functionality
Michael Scire committed on 28 Feb 2018
@Michael Scire
Implement the rest of smcCpuSuspend with skeleton SE API calls.
Michael Scire committed on 28 Feb 2018
2018-02-27
@TuxSH
Rename cache.s/.h to arm.s/.h
TuxSH committed on 27 Feb 2018
2018-02-26
@TuxSH
Rewrite the memory map-related code... ...
TuxSH committed on 26 Feb 2018
@Mat M
all: Make file-scope variables internally linked where applicable (#57) ...
Mat M authored on 26 Feb 2018 SciresM committed on 26 Feb 2018
@Mat M
se: Remove memset in se_perform_aes_block_operation (#53) ...
Mat M authored on 26 Feb 2018 SciresM committed on 26 Feb 2018
2018-02-25
@TuxSH
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
TuxSH committed on 25 Feb 2018