From 012b3a1024722f9a522806896908f79424b9a7ba Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 31 Jan 2010 20:13:06 +0000 Subject: Add the Tekram P6Pro-A5 board as supported The board doesn't need a board-enable, writing works out of the box. Also, the board can only decode 256KB. I verified this by writing a 512KB image of random bytes (which fails), whereas 256KB of random bytes can be written correctly. Corresponding to flashrom svn r887. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- print_wiki.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index d69eb5f..aa5475c 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -167,6 +167,7 @@ const struct board_info_url boards_url[] = { { "RCA", "RM4100", "http://www.settoplinux.org/index.php?title=RCA_RM4100" }, { "Sun", "Blade x6250", "http://www.sun.com/servers/blades/x6250/" }, { "Supermicro", "H8QC8", "http://www.supermicro.com/Aplus/motherboard/Opteron/nforce/H8QC8.cfm" }, + { "Tekram", "P6Pro-A5", "http://www.motherboard.cz/mb/tekram/P6Pro-A5.htm" }, { "Thomson", "IP1000", "http://www.settoplinux.org/index.php?title=Thomson_IP1000" }, { "TriGem", "Lomita", "http://www.e4allupgraders.info/dir1/motherboards/socket370/lomita.shtml" }, { "T-Online", "S-100", "http://wiki.freifunk-hannover.de/T-Online_S_100" }, -- cgit v1.1