summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-05-12 21:43:58 -0400
committerAngel Pons <th3fanbus@gmail.com>2020-05-19 18:12:29 +0000
commitc7e9a6e15153684672bbadd1fc6baed8247ba0f6 (patch)
treef7951869cb64ce7a2c727e2995d92fccb8eb80cc /print.c
parentcc71eb59ccc23799ee009246ab2191121c8b0050 (diff)
downloadflashrom-c7e9a6e15153684672bbadd1fc6baed8247ba0f6.tar.gz
flashrom-c7e9a6e15153684672bbadd1fc6baed8247ba0f6.tar.bz2
flashrom-c7e9a6e15153684672bbadd1fc6baed8247ba0f6.zip
Add board enable for ASUS P3B-F
With this change flashrom can detect, enable and flash on this board both under vendor BIOS and coreboot. Change-Id: I395ff50fbcda8ecdaa26033f0d99b2b0eb42f7ff Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41354 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.c b/print.c
index 6a7ff5dfd..feca45ecd 100644
--- a/print.c
+++ b/print.c
@@ -667,7 +667,7 @@ const struct board_info boards_known[] = {
B("ASUS", "P2B-N", OK, NULL, NULL),
B("ASUS", "P2E-M", OK, NULL, NULL),
B("ASUS", "P2L97-S", OK, NULL, NULL),
- B("ASUS", "P3B-F", BAD, NULL, "No public report found. Owned by Uwe Hermann <uwe@hermann-uwe.de>. May work now."),
+ B("ASUS", "P3B-F", OK, NULL, "Owned by Uwe Hermann <uwe@hermann-uwe.de>."),
B("ASUS", "P4B266", OK, NULL, NULL),
B("ASUS", "P4B266-LM", OK, "http://esupport.sony.com/US/perl/swu-list.pl?mdl=PCVRX650", NULL),
B("ASUS", "P4B533-E", OK, NULL, NULL),