1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

ASUS P6T Deluxe is OK

See http://www.coreboot.org/pipermail/flashrom/2010-March/002501.html
Thanks to Konstantin Matuschek for reporting.

Corresponding to flashrom svn r977.

Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Michael Karcher 2010-03-24 22:56:08 +00:00
parent 25a3c530a1
commit e06a9c8dd0
2 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,7 @@ const struct board_info boards_ok[] = {
{ "ASUS", "P5B-Deluxe", }, { "ASUS", "P5B-Deluxe", },
{ "ASUS", "P5KC", }, { "ASUS", "P5KC", },
{ "ASUS", "P5L-MX", }, { "ASUS", "P5L-MX", },
{ "ASUS", "P6T Deluxe", },
{ "ASUS", "P6T Deluxe V2", }, { "ASUS", "P6T Deluxe V2", },
{ "A-Trend", "ATC-6220", }, { "A-Trend", "ATC-6220", },
{ "BCOM", "WinNET100", }, { "BCOM", "WinNET100", },

View File

@ -134,6 +134,7 @@ const struct board_info_url boards_url[] = {
{ "ASUS", "P5B-Deluxe", "http://www.asus.com/product.aspx?P_ID=bswT66IBSb2rEWNa" }, { "ASUS", "P5B-Deluxe", "http://www.asus.com/product.aspx?P_ID=bswT66IBSb2rEWNa" },
{ "ASUS", "P5KC", "http://www.asus.com/product.aspx?P_ID=fFZ8oUIGmLpwNMjj" }, { "ASUS", "P5KC", "http://www.asus.com/product.aspx?P_ID=fFZ8oUIGmLpwNMjj" },
{ "ASUS", "P5L-MX", "http://www.asus.com/product.aspx?P_ID=X70d3NCzH2DE9vWH" }, { "ASUS", "P5L-MX", "http://www.asus.com/product.aspx?P_ID=X70d3NCzH2DE9vWH" },
{ "ASUS", "P6T Deluxe", "http://www.asus.com/product.aspx?P_ID=vXixf82co6Q5v0BZ" },
{ "ASUS", "P6T Deluxe V2", "http://www.asus.com/product.aspx?P_ID=iRlP8RG9han6saZx" }, { "ASUS", "P6T Deluxe V2", "http://www.asus.com/product.aspx?P_ID=iRlP8RG9han6saZx" },
{ "A-Trend", "ATC-6220", "http://www.motherboard.cz/mb/atrend/atc6220.htm" }, { "A-Trend", "ATC-6220", "http://www.motherboard.cz/mb/atrend/atc6220.htm" },
{ "BCOM", "WinNET100", "http://www.coreboot.org/BCOM_WINNET100" }, { "BCOM", "WinNET100", "http://www.coreboot.org/BCOM_WINNET100" },