Support for the Winbond W39V080FA series of chips.

Support for flashing on the Kontron 986LCD-M board.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3165 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2008-03-17 22:59:40 +00:00
committed by Stefan Reinauer
parent 2ce4e4caa9
commit 012ed48bf2
5 changed files with 50 additions and 3 deletions

View File

@@ -109,8 +109,8 @@ struct flashchip *probe_flash(struct flashchip *flash)
flash++;
continue;
}
printf_debug("Probing for %s, %d KB\n",
flash->name, flash->total_size);
printf_debug("Probing for %s %s, %d KB: ",
flash->vendor, flash->name, flash->total_size);
size = flash->total_size * 1024;