[flashrom] Re: UEFI password

2023-03-08 Thread Thomas Heijligen
Hi Paul, a short search on the internet found that the UEFI password protection can be reset by modifying the content of one of the flash chips. To read and write to that chip you can of cause use fashrom. But with the other parts of the procedure we can't help you. But it seems that there are

[flashrom] Re: Mother MSI H97 PC Mate [WORKING]

2023-03-08 Thread Thomas Heijligen
Great to here that you have been successful! And thanks for the info with the lpc_ich driver. I've create a patch [0] marking the Intel H97 as working -- Thomas [0] https://review.coreboot.org/c/flashrom/+/73581 On Wed, 2023-03-01 at 07:59 -0300, Guillermo Reisch wrote: > You can mark the

[flashrom] Re: showing progress or remaining time on stdout

2023-03-08 Thread Thomas Heijligen
Hi Sean, The progress reporting is unfortunately in a bad shape and may not work as expected. The flashrom cli has a `--progress` switch. The `-V[V[V]]` flags are only to generate more debug output. Beside the flashrom binary we have a libflashrom API to use directly. But please be aware that