Attention is currently required from: Felix Singer, Thomas Heijligen, Jonathon Hall.

Jonathon Hall uploaded patch set #3 to this change.

View Change

serprog.c: Replace custom mapper with max_rom_decode

serprog's custom mapper is actually a hack to check for a maximum chip
size. It would not have actually failed a read/write/erase attempt
since mappers are allowed to return NULL, it only printed a warning.

We can't remove custom mappers from SPI masters yet since some still
use it, but many of those are not actually needed or could be reworked,
so this is one step closer to removing SPI custom mappers.

Change-Id: If8b313708a52813b9354cbf45cb91cdd1fe36b13
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
---
M serprog.c
1 file changed, 28 insertions(+), 17 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/93/68093/3

To view, visit change 68093. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: If8b313708a52813b9354cbf45cb91cdd1fe36b13
Gerrit-Change-Number: 68093
Gerrit-PatchSet: 3
Gerrit-Owner: Jonathon Hall <jonathon.hall@puri.sm>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Felix Singer <felixsinger@posteo.net>
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-Attention: Jonathon Hall <jonathon.hall@puri.sm>
Gerrit-MessageType: newpatchset