From cd280f80004d68e10e59a80b5bb25add22c91377 Mon Sep 17 00:00:00 2001 From: stefanct Date: Thu, 12 Sep 2013 08:28:56 +0000 Subject: Cleanup ST M50 driver. There are two locking strategies used by this umbrella family, one uniform and one that matches the sector layout of the chip. Refactor the functions involved and rename the overly complicated file to just stm50.c and the functions accordingly. This fixes unlocking of some of the non-uniform chips and gets rid of the abuse of page_size. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1736 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 82802ab.c | 1 + 1 file changed, 1 insertion(+) (limited to '82802ab.c') diff --git a/82802ab.c b/82802ab.c index 608995d..2a43813 100644 --- a/82802ab.c +++ b/82802ab.c @@ -89,6 +89,7 @@ int probe_82802ab(struct flashctx *flash) return 1; } +/* FIXME: needs timeout */ uint8_t wait_82802ab(struct flashctx *flash) { uint8_t status; -- cgit v1.2.1