1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 15:03:22 +02:00

Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C

Also add suport for NVIDIA MCP55.

Corresponding to flashrom svn r85 and coreboot v2 svn r2537.

Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Yinghai Lu
2007-01-22 20:21:17 +00:00
committed by Uwe Hermann
parent 424b7cf57f
commit ca78297374
7 changed files with 272 additions and 1 deletions

8
sst49lfxxxc.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __SST49LFXXXC_H__
#define __SST49LFXXXC_H__
extern int probe_49lfxxxc(struct flashchip *flash);
extern int erase_49lfxxxc(struct flashchip *flash);
extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf);
#endif /* !__SST49LFXXXC_H__ */