summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-18 14:04:44 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-18 14:04:44 +0000
commite1aa75ec952be70aa9b6c52e2aba7100539f18fe (patch)
tree7efdca5502ebe71a376c4b97ac743ab1a2a2a9d2 /board_enable.c
parente6abef0f641abae000c4590827ce7ef4691b6fa7 (diff)
downloadast2050-flashrom-e1aa75ec952be70aa9b6c52e2aba7100539f18fe.zip
ast2050-flashrom-e1aa75ec952be70aa9b6c52e2aba7100539f18fe.tar.gz
Also print the supported/nonsupported laptops in -L output
Content taken from current wiki page. Corresponding to flashrom svn r604. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 7e18a5d..feee3b8 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -860,6 +860,25 @@ const struct board_info boards_bad[] = {
{},
};
+/* Please keep this list alphabetically ordered by vendor/board. */
+const struct board_info laptops_ok[] = {
+ /* Verified working laptops. */
+ { "Lenovo", "3000 V100 TF05Cxx", },
+
+ {},
+};
+
+/* Please keep this list alphabetically ordered by vendor/board. */
+const struct board_info laptops_bad[] = {
+ /* Verified non-working boards (for now). */
+ { "Acer", "Aspire One", },
+ { "Dell", "Latitude CPi A366XT", },
+ { "IBM/Lenovo", "Thinkpad T40p", },
+ { "IBM/Lenovo", "240", },
+
+ {},
+};
+
/**
* Match boards on coreboot table gathered vendor and part name.
* Require main PCI IDs to match too as extra safety.
OpenPOWER on IntegriCloud