Dominik Marszk
Dominik Marszk
As far as I remember (I've done this research some time ago already), the main issue with completely bricked I9100 devices was a lack of presigned BL1 Exynos4210. For I9300...
@pali Then it's likely it gets stuck somewhere after iROM execution, but before SBL (**edit: there's no S-Boot**) can initialize the download mode. The only way to trigger iROM fallback...
I dug out some brief notes from my research done on SGS2 family in 2011/2012, if you want to play with it. The boot order seems to be: * iROM...
@oranav I dropped you an email with what I could dig up. I don't think the chip actually has RSA pub-key stored in e-fuses. AFAIR it is some kind of...
I found some very interesting (and very recent) blog post - https://www.fredericb.info/2018/03/emulating-exynos-4210-bootrom-in-qemu.html
Ok, so this is a massive patch. In principle I do not mind merging it, but lets keep it as the very last in the queue - I assume there...
I would not simplify pointless operations like 0*4, 1*4 - these are there to make the code more readable when defining a number of indexes/offsets, and the compiler optimises it...
Please also rebase on top of dev branch.
See the latest round of comments. In addition: * rebase on top of dev * consider squasing some similar commits (or fixups) * please link as many commits to issues...