From 912ee57a5968cde002c1fadffed33291a1a35b3c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 13 Mar 2008 18:52:51 +0000 Subject: Also print the chip vendor name in --list-supported output (trivial). Cosmetic changes in some files, partly bending the 80-characters-per-line rule in this special case, as the 80-character-limited version looks equally crappy even in an 80x25 console/xterm, so let's make it at least look good in a high-resolution xterm. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3139 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/flashrom/flash.h') diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index f15ab21d7c..5b800ce5ec 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -33,6 +33,7 @@ #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) struct flashchip { + const char *vendor; const char *name; /* With 32bit manufacture_id and model_id we can cover IDs up to * (including) the 4th bank of JEDEC JEP106W Standard Manufacturer's -- cgit v1.2.3