Attention is currently required from: Edward O'Callaghan. Hello Edward O'Callaghan,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/flashrom/+/54068
to review the following change.
Change subject: flashchips: Fix 4BA advertisement for dummy chip ......................................................................
flashchips: Fix 4BA advertisement for dummy chip
The dummyflasher only supports the native 4BA read and write commands, so only advertise these.
Change-Id: Ia7340835ce1680d197f250bdb5990ab2ffe3671f Signed-off-by: Nico Huber nico.h@gmx.de --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/68/54068/1
diff --git a/flashchips.c b/flashchips.c index 6482f67..007bcc9 100644 --- a/flashchips.c +++ b/flashchips.c @@ -19569,7 +19569,7 @@ .model_id = PROGDEV_ID, .total_size = 64, /* This size is set temporarily */ .page_size = 256, - .feature_bits = FEATURE_4BA, + .feature_bits = FEATURE_4BA_READ | FEATURE_4BA_WRITE, .tested = TEST_OK_PREW, .probe = probe_variable_size, .block_erasers =