From 78ff4b924ac52a51ac8f9867f12546b15b695402 Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 25 Aug 2011 22:44:11 +0000 Subject: Add support for the Sharp LH28F008BJT-BTLZ1 chip. Tested by Mattias Mattsson on a PowerPC box. Signed-off-by: Mattias Mattsson Acked-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- chipdrivers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index 3f5b503..958c59a 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -85,6 +85,7 @@ int write_82802ab(struct flashchip *flash, uint8_t *buf, int start, int len); void print_status_82802ab(uint8_t status); int unlock_82802ab(struct flashchip *flash); int unlock_28f004s5(struct flashchip *flash); +int unlock_lh28f008bjt(struct flashchip *flash); /* jedec.c */ uint8_t oddparity(uint8_t val); -- cgit v1.2.1