summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-13 18:52:51 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-13 18:52:51 +0000
commiteac10164378a08666ae4a8ce7279a1afc9962026 (patch)
treea2b50b921454bec7aeee031051e2b2ad347af715 /flash.h
parent23c3d951b71ecd56c500b3f042f0da35c07737fc (diff)
downloadast2050-flashrom-eac10164378a08666ae4a8ce7279a1afc9962026.zip
ast2050-flashrom-eac10164378a08666ae4a8ce7279a1afc9962026.tar.gz
Also print the chip vendor name in --list-supported output
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. Corresponding to flashrom svn r203 and coreboot v2 svn r3139. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index f15ab21..5b800ce 100644
--- a/flash.h
+++ b/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
OpenPOWER on IntegriCloud