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

Flashrom torture test script

Focus is on partial write and layout functionality.

Minor modifications by Carl-Daniel Hailfinger.

Corresponding to flashrom svn r1218.

Signed-off-by: David Hendricks <dhendrix@google.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
David Hendricks
2010-10-29 20:17:41 +00:00
committed by Carl-Daniel Hailfinger
parent ccfe0acbbf
commit 444cefc65b
2 changed files with 282 additions and 1 deletions

View File

@ -31,7 +31,7 @@ char *mainboard_part = NULL;
#endif
static int romimages = 0;
#define MAX_ROMLAYOUT 16
#define MAX_ROMLAYOUT 32
typedef struct {
unsigned int start;