mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
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>
This commit is contained in:
2
print.c
2
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),
|
||||
|
Reference in New Issue
Block a user