mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add a bunch of new/tested stuff and various small changes 11
Tested Mainboards: NOT OK: - HP dc7800 http://paste.flashrom.org/view.php?id=1084 - add "Low Profile Desktop" to our DMI whitelist - fix print_wiki (broken since r1488) Corresponding to flashrom svn r1502. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -220,6 +220,7 @@ static void print_supported_chips_wiki(int cols)
|
||||
if (!strncmp(f->vendor, "Unknown", 7) ||
|
||||
!strncmp(f->vendor, "Programmer", 10) ||
|
||||
!strncmp(f->name, "unknown", 7))
|
||||
continue;
|
||||
chipcount++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user