mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
dediprog: Disable 4BA completely
This is an interim solution. We'll have to enable 4BA step-by-step for each dediprog protocol version. Change-Id: I08efcbb09ab3499ef6902a698e9ce3d6232237c4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/30386 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
@ -933,6 +933,7 @@ static int parse_voltage(char *voltage)
|
||||
|
||||
static const struct spi_master spi_master_dediprog = {
|
||||
.type = SPI_CONTROLLER_DEDIPROG,
|
||||
.features = SPI_MASTER_NO_4BA_MODES,
|
||||
.max_data_read = 16, /* 18 seems to work fine as well, but 19 times out sometimes with FW 5.15. */
|
||||
.max_data_write = 16,
|
||||
.command = dediprog_spi_send_command,
|
||||
|
Reference in New Issue
Block a user