Gwenhael Goavec-Merou

Results 427 comments of Gwenhael Goavec-Merou

It's true: since encrypted is handled by openFPGALoader it make sense to have abillity to program key into the dedicated register. STAPL is a bit complex file type (obfuscatied?) it's...

Currently, enabling write protection on sectors is not supported. In fact it's opposite: if a sector is protected openFPGALoader unprotects this one... But this policy is, maybe, a bad idea.

I answer here for [https://github.com/trabucayre/openFPGALoader/issues/125#issuecomment-937586929]. I'm agree with your point of view. I see how to implement a first draft, no really clean but... I espect to push modifications at...

Personnaly haven't script with autounlock required, and, I prefer too have a respect policy by default. Current behaviour is an error. A good message to explain why openFPGALoader can't write...

I've started to push new methods to lock blocks, updated the struct to specify tb location (and added methods to erase 4/32/64 kb). Next push will be to unprotect block...

Hi. I've pushed my draft in **rework_spiflash** branch. With these modifications - if a flash is protected (unknown chip device) or if user wish to write into protected blocks flash...

Weird. All my tests works fine. Need to find why it's not working... It demonstrate the need to have a more simple way to pass args like unprotect...

I'm a dumb (and not enough cofee...) with a clenaup before pushing I've lost `protect_flash` parameter to `program` method... Fixed.

I've pushed everything required to enable SPI flash protection. now you have to use `--protect-flash 0xABC` to protect are between 0 and len

Great! Now it's time to do the same for all devices! Thanks