Hi,
I'm interested in reading and writing to the status register in much the same way as the ChomiumOS flashrom do with it's --wp-* commands. But in a more generic way say:
--sr-read --sr-write 0xAA
I'm thinking of this implementation: - Porting ChomiumOS writeprotect.c to flashrom - Implement a pure read/write of status register - Change the --wp-* commands to use the status register read/write functions
Is this anything the flashrom community is interested in? I'd love to get feedback on this. My knowledge of flashroms structure is not as comprehensive yet so suggestions on implementation is appreciated.
The porting of the ChomiumOS flashrom --wp-* is not necessary for my goal but I though it might be the right path to go for flashrom, please correct me if I'm wrong.
-- Best Regards // Niklas