Attention is currently required from: Thomas Heijligen.
Hello Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/72828
to look at the new patch set (#2).
Change subject: wbsio_spi.c: Drop unmaintained driver path ......................................................................
wbsio_spi.c: Drop unmaintained driver path
The 'Intel D201GLY' board is extremely old and the specialised superio path it uses is highly bespoke to it. This causes a undue maintenance burden to core flashrom data structures in how the spi driver entry-point is dispatched via a board_enable hook.
Therefore in the cost-benefit just deprecate it to allow the overall flashrom project to progress.
Change-Id: I25c4d02126fcf183662dec73a800cac3988a1773 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M Makefile M board_enable.c M include/programmer.h M meson.build D wbsio_spi.c 5 files changed, 21 insertions(+), 231 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/28/72828/2