Not ready for commit because of the pending list refactoring.
Signed-off-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de --- print_wiki.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/print_wiki.c b/print_wiki.c index 3d51bfa..9f15a53 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -259,6 +259,7 @@ const struct board_info_url boards_url[] = { { "HP", "DL145 G3", "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c0081..." }, { "HP", "Vectra VL400 PC", "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c0006..." }, { "HP", "Vectra VL420 SFF PC", "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c0006..." }, + { "HP", "xw9400", "http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?lang=en&cc=us&..." }, { "IBM", "x3455", "http://www-03.ibm.com/systems/x/hardware/rack/x3455/index.html" }, { "Intel", "D201GLY", "http://www.intel.com/support/motherboards/desktop/d201gly/index.htm" }, { "IWILL", "DK8-HTX", "http://web.archive.org/web/20060507170150/http://www.iwill.net/product_2.asp..." }, @@ -338,6 +339,7 @@ const struct board_info_notes boards_notes[] = { /* Verified working boards that DO need write-enables. */ #if defined(__i386__) || defined(__x86_64__) { "Acer", "Aspire One", "See http://www.coreboot.org/pipermail/coreboot/2009-May/048041.html." }, + { "HP", "xw9400", "Boot block is write protected unless the solder points next to F2 are shorted." }, #endif
/* Verified non-working boards (for now). */