Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom.
Also add suport for NVIDIA MCP55. 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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
8
util/flashrom/sst49lfxxxc.h
Normal file
8
util/flashrom/sst49lfxxxc.h
Normal 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__ */
|
Reference in New Issue
Block a user