summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
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