1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Add preliminary (non-working) support for Sharp LHF00L04

Corresponding to flashrom svn r44 and coreboot v2 svn r2197.
This commit is contained in:
Ronald G. Minnich
2006-03-14 19:58:14 +00:00
parent fc7fbdd3fc
commit 5eaed68734
3 changed files with 177 additions and 88 deletions

View File

@ -89,7 +89,7 @@ struct flashchip flashchips[] = {
probe_md2802, erase_md2802, write_md2802, read_md2802},
#endif
{"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024,
probe_82802ab, erase_82802ab, write_82802ab, NULL},
probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
{NULL,}
};