mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Further cleanup after JEDEC refactorings
Convert _sst_fwhub functions to jedec. Corresponding to flashrom svn r943. kill unused sst_fwhub.c functions make unlock_* check if unlock was successful and only return 0 when fully successful Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -111,11 +111,8 @@ int write_49lfxxxc(struct flashchip *flash, uint8_t *buf);
|
||||
int unlock_49lfxxxc(struct flashchip *flash);
|
||||
|
||||
/* sst_fwhub.c */
|
||||
int erase_sst_fwhub(struct flashchip *flash);
|
||||
int erase_sst_fwhub_block(struct flashchip *flash, unsigned int offset, unsigned int page_size);
|
||||
int erase_sst_fwhub_sector(struct flashchip *flash, unsigned int offset, unsigned int page_size);
|
||||
int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
|
||||
int printlock_sst_fwhub(struct flashchip *flash);
|
||||
int unlock_sst_fwhub(struct flashchip *flash);
|
||||
|
||||
/* w39v040c.c */
|
||||
int printlock_w39v040c(struct flashchip *flash);
|
||||
|
Reference in New Issue
Block a user