Attention is currently required from: Anastasia Klimchuk, Nikolai Artemiev, Peter Marheine.
1 comment:
File ichspi.c:
static bool ich_spi_probe_opcode(const struct flashctx *flash, uint8_t opcode)
{
return find_opcode(curopcodes, opcode) >= 0;
Please show me your elegant solution to program other erasing opcodes on the fly, but not before CB: […]
I managed to make up a solution to program an erase opcode being probed if it is in the POSSIBLE_OPCODES during ich_spi_probe_opcode().
To view, visit change 84253. To unsubscribe, or for help writing mail filters, visit settings.