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

Can now burn 82802ab

Corresponding to coreboot v1 svn r633.
This commit is contained in:
Ronald G. Minnich
2002-09-06 16:58:14 +00:00
parent 6041bcda7a
commit 5643942750
6 changed files with 251 additions and 1 deletions

View File

@ -13,6 +13,8 @@ struct flashchip {
int (*probe) (struct flashchip * flash);
int (*erase) (struct flashchip * flash);
int (*write) (struct flashchip * flash, char * buf);
int fd_mem;
volatile char *virt_addr_2;
};
#define AMD_ID 0x01