Actions
Feature #395
closedFeature #353: Release v1.3
Implement allow_brick programmer param for i2c programmers
Start date:
07/01/2022
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
All i2c drivers make the assumption that the user knows what they are doing. However this could be a dangerous assumption.
Immediate fix to have get_param() “allow_brick=true” || bail.
This covers:
lspcon_i2c_spi
realtek_mst_i2c_spi
mediatek_i2c_spi
Updated by Anastasia Klimchuk over 2 years ago
- Status changed from New to In Progress
Patches in progress:
realtek_mst_i2c_spi https://review.coreboot.org/c/flashrom/+/65545
mediatek_i2c_spi https://review.coreboot.org/c/flashrom/+/65554
lspcon_i2c_spi https://review.coreboot.org/c/flashrom/+/65555
Updated by Anastasia Klimchuk over 2 years ago
- Status changed from In Progress to Resolved
All the patches merged so issue is resolved.
Actions