Michael Scire
|
85669ef491
|
Fix off-by-one (thanks @CtCaer)
|
2019-02-20 04:52:44 -08:00 |
|
Michael Scire
|
a71b2d9329
|
Exo: update package2 constants
|
2019-01-31 01:39:53 -08:00 |
|
Michael Scire
|
506ac3f167
|
exo: theoretical support for moved MAILBOX page
|
2019-01-30 23:13:27 -08:00 |
|
Michael Scire
|
46f4896992
|
exo/fusee: add support for new master key
|
2019-01-30 22:37:26 -08:00 |
|
Michael Scire
|
e0f1e637f7
|
Add single source of truth for target firmwares.
|
2018-12-17 12:40:06 -08:00 |
|
Michael Scire
|
72a2c10896
|
exosphere: Add support for enabling debugmode via BCT.ini
|
2018-11-30 03:10:27 -08:00 |
|
Michael Scire
|
767a4b3606
|
fusee/exo: BYOK support for 6.2.0. Proper support TODO.
|
2018-11-25 22:37:24 -08:00 |
|
Michael Scire
|
a71d98d78b
|
exosphere: Implement optional 6.2.0+ keygen
|
2018-11-25 17:11:21 -08:00 |
|
Michael Scire
|
eab5e0df9b
|
exosphere: add EXOSPHERE_TARGET_FIRMWARE_620
|
2018-11-25 16:06:46 -08:00 |
|
Michael Scire
|
f9f9997d3f
|
Exosphere: fix warmboot constant for 4.0.0-4.1.0
|
2018-10-17 16:40:57 -07:00 |
|
Michael Scire
|
11159f5fa9
|
exosphere: Add package2 support for 6.0.0
|
2018-10-16 14:10:00 -07:00 |
|
hexkyz
|
39d812f434
|
fusee: Move nxboot hand-off to IRAM.
fusee/exosphere: Minor cleanup.
|
2018-09-15 21:08:58 +01:00 |
|
Michael Scire
|
fa0e906129
|
exosphere: Add support for 6.0.0.
|
2018-09-08 23:51:52 -07:00 |
|
hexkyz
|
28e4d4411d
|
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
|
2018-09-07 16:00:13 +01:00 |
|
Michael Scire
|
f41aaccaa2
|
exosphere: commit WIP warmboot progress
-15+ bugs fixed
-We now receive ~0x400 SMCs from user processes
(including from psm) on wake-from-sleep
|
2018-08-16 18:45:38 -07:00 |
|
Michael Scire
|
fa4c219395
|
Exosphere: Fix bugs, now boots 5.1.0 successfully.
|
2018-06-01 22:20:04 -06:00 |
|
Michael Scire
|
af9bee6e7f
|
Exosphere: Fix SE definition bug, misc other bugs. Now boots on 1.0.0
|
2018-06-01 00:46:05 -06:00 |
|
Michael Scire
|
ef9adabb40
|
Exosphere: Fix MC carveout setup bug, now receives smcCpuOn from kernel on 1.0.0.
|
2018-05-21 20:14:18 -06:00 |
|
Michael Scire
|
366cc5e189
|
Exosphere: Fix extremely spooky Security Engine bugs, now makes it to the end of package2loader.
|
2018-05-21 04:30:53 -06:00 |
|
TuxSH
|
5b5d3c69c2
|
[exosphere] Fix bug in package2.c
|
2018-05-17 16:15:30 +02:00 |
|
TuxSH
|
05b8b42164
|
[exosphere] Rewrite crt0/init and ld script
|
2018-05-11 14:07:37 +02:00 |
|
Michael Scire
|
7ddf5a922c
|
Exosphere: Support unsigned/plaintext Package2s if signature is clear.
|
2018-04-11 21:56:30 -06:00 |
|
Michael Scire
|
c2eed3caf6
|
Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection
|
2018-03-25 15:05:08 -06:00 |
|
TuxSH
|
b35c418558
|
memcpy(x, NULL, 0) is undefined behavior
|
2018-03-08 11:17:46 +01:00 |
|
Michael Scire
|
3d8ff446ad
|
Implement BootReason config
|
2018-03-08 01:48:57 -08:00 |
|
TuxSH
|
03c1ad7119
|
Add most of warmboot_main
|
2018-03-03 19:31:22 +01:00 |
|
Michael Scire
|
661bcaa3ec
|
Change 'success' panic location to end of coldboot_main()
|
2018-03-02 15:09:51 -08:00 |
|
Michael Scire
|
102fb5004f
|
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
|
2018-03-02 15:04:16 -08:00 |
|
Michael Scire
|
301b166684
|
Implement CPU state init, fix bug in cpu_context restore
|
2018-03-02 14:16:54 -08:00 |
|
Michael Scire
|
ca7b441079
|
Add call to se_generate_stored_vector() before validating
|
2018-03-02 12:59:12 -08:00 |
|
Michael Scire
|
b3dbfd8ee0
|
Update pk2ldr outline, prepare for bootup_misc_mmio() impl
|
2018-03-02 11:28:05 -08:00 |
|
TuxSH
|
cad9cdc6e0
|
Reintroduce unmap_* in package2.c
|
2018-03-02 07:33:47 +01:00 |
|
Michael Scire
|
78bee60485
|
Fix dangling comments
|
2018-03-01 21:24:22 -08:00 |
|
Michael Scire
|
7b6d15ec36
|
Fix up package2.c, current build makes it to the panic() on hardware
|
2018-03-01 21:15:19 -08:00 |
|
TuxSH
|
63d0b08ac4
|
Rewrite relocation stuff
|
2018-03-02 02:47:19 +01:00 |
|
TuxSH
|
82f10b4320
|
Implements missings parts of pk2ldr, refactor relocation a bit
|
2018-03-01 19:11:09 +01:00 |
|
Michael Scire
|
9553c69c8f
|
Properly detect PK21 master key rev.
|
2018-03-01 03:28:34 -08:00 |
|
Michael Scire
|
205d3b8b80
|
Fix PK2LDR bugs, Fix SE bugs
|
2018-03-01 03:25:12 -08:00 |
|
TuxSH
|
6be5b0a52f
|
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 |
|
Michael Scire
|
c5b0639b8a
|
Implement BootConfig.
|
2018-02-27 20:28:34 -08:00 |
|
Michael Scire
|
0508ee29d8
|
Clean up SE TODOs, implement GIC nonsecure init
|
2018-02-27 19:58:56 -08:00 |
|
TuxSH
|
602507ee8f
|
Rename cache.s/.h to arm.s/.h
|
2018-02-27 22:29:47 +01:00 |
|
TuxSH
|
984ade3ede
|
Merge pull request #58 from MerryMage/context_id-rename
Rename set_core_entrypoint_and_context_id
|
2018-02-26 22:26:46 +01:00 |
|
TuxSH
|
c7d83c6eb6
|
Rewrite the memory map-related code...
...other style fixes, etc.
|
2018-02-26 22:09:35 +01:00 |
|
MerryMage
|
3d40051146
|
Rename set_core_entrypoint_and_context_id
|
2018-02-26 17:11:49 +00:00 |
|
TuxSH
|
b0ea9c1a0b
|
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
|
2018-02-25 20:00:50 +01:00 |
|