Attention is currently required from: Nico Huber, Michał Żygowski, Angel Pons.
1 comment:
File acpi_ec.h:
bool ec_write_cmd(uint8_t control_port, uint8_t cmd, unsigned int max_checks);
bool ec_read_byte(uint8_t control_port, uint8_t data_port, uint8_t *data,
unsigned int max_checks);
bool ec_write_byte(uint8_t control_port, uint8_t data_port, uint8_t data,
unsigned int max_checks);
Hmmm, let me ask this then: Was the `portpair` option of your driver […]
see this comment on why the ports are switched https://review.coreboot.org/c/flashrom/+/55715/comment/31f4833d_11f15376/#606
To view, visit change 55714. To unsubscribe, or for help writing mail filters, visit settings.