[ot][spam][crazy] The Trials of Controlling a Programmer

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Tue Apr 5 04:02:54 PDT 2022


notes: in the flasher source, it's designed for more than one interface,
and use of the lpc chip is guarded by this:
uint8_t lpc_test(void) {
        nibble_hw_init();
        lpc_init();
        if (lpc_read_address(0xFFFFFFFF)==-1) return 0;
        return 1;
}

flashrom itself doesn't seem to care about that check (although I haven't
looked in the source): it just probes for a bunch of chips anyway.

so I guess the thing to do would be to look for the first lines that are
engaged, and see where failure starts.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/html
Size: 809 bytes
Desc: not available
URL: <https://lists.cpunks.org/pipermail/cypherpunks/attachments/20220405/5ece4403/attachment.txt>


More information about the cypherpunks mailing list