mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Add nicnatsemi to print.c and print_wiki.c
Change the nicnatsemi address mask to use MA0-MA16 and set the maximum decode size to 128KB. Corresponding to flashrom svn r1095. Signed-off-by: Andrew Morgan <ziltro@ziltro.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
86f4e6db2c
commit
74a828a6dd
5
print.c
5
print.c
@ -228,7 +228,7 @@ void print_supported(void)
|
||||
print_supported_boards_helper(boards_known, "boards");
|
||||
print_supported_boards_helper(laptops_known, "laptops");
|
||||
#endif
|
||||
#if CONFIG_NIC3COM+CONFIG_NICREALTEK+CONFIG_GFXNVIDIA+CONFIG_DRKAISER+CONFIG_SATASII+CONFIG_ATAHPT >= 1
|
||||
#if CONFIG_NIC3COM+CONFIG_NICREALTEK+CONFIG_NICNATSEMI+CONFIG_GFXNVIDIA+CONFIG_DRKAISER+CONFIG_SATASII+CONFIG_ATAHPT >= 1
|
||||
printf("\nSupported PCI devices flashrom can use "
|
||||
"as programmer:\n\n");
|
||||
#endif
|
||||
@ -239,6 +239,9 @@ void print_supported(void)
|
||||
print_supported_pcidevs(nics_realtek);
|
||||
print_supported_pcidevs(nics_realteksmc1211);
|
||||
#endif
|
||||
#if CONFIG_NICNATSEMI == 1
|
||||
print_supported_pcidevs(nics_natsemi);
|
||||
#endif
|
||||
#if CONFIG_GFXNVIDIA == 1
|
||||
print_supported_pcidevs(gfx_nvidia);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user