mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add selfcheck_board_enables()
Check for NULL termination of the array, that each board has the two main PCI ID sets defined, that coreboot vendor and model fields are either both set or unset, and that at least either an enable function or a max decode size is available. Corresponding to flashrom svn r1821. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -1758,6 +1758,10 @@ int selfcheck(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_INTERNAL == 1
|
||||
ret |= selfcheck_board_enables();
|
||||
#endif
|
||||
|
||||
/* TODO: implement similar sanity checks for other arrays where deemed necessary. */
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user