Attention is currently required from: Nico Huber. Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/52946 )
Change subject: programmer_table: move each entry to the associated programmer source ......................................................................
Patch Set 5:
(24 comments)
File atahpt.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/81ab602b_00560e68 PS4, Line 34: const struct dev_entry ata_hpt[] = {
Can be `static` now?
Done
File atapromise.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/ab22918c_11749cc0 PS4, Line 49: const struct dev_entry ata_promise[] = {
Can be `static` now?
Done
File atavia.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/a1167294_8c9eeba8 PS4, Line 51: const struct dev_entry ata_via[] = {
Can be `static` now?
Done
File ch341a_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/0108468e_8fbbcaf4 PS4, Line 87: const struct dev_entry devs_ch341a_spi[] = {
Can be `static` now?
Done
File dediprog.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/4d44f8a0_6ba2b706 PS4, Line 155: const struct dev_entry devs_dediprog[] = {
Can be `static` now?
Done
File developerbox_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/c28250bd_de2af3dd PS4, Line 58: const struct dev_entry devs_developerbox_spi[] = {
Can be `static` now?
Done
File digilent_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/d8bfe321_94c17a30 PS4, Line 56: const struct dev_entry devs_digilent_spi[] = {
Can be `static` now?
Done
File drkaiser.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/fce682c7_e1d822c7 PS4, Line 32: const struct dev_entry drkaiser_pcidev[] = {
Can be `static` now?
Done
File ft2232_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/fcf14a62_f777c625 PS4, Line 62: const struct dev_entry devs_ft2232spi[] = {
Can be `static` now?
Done
File gfxnvidia.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/ba042f64_c0060063 PS4, Line 33: const struct dev_entry gfx_nvidia[] = {
Can be `static` now?
Done
File it8212.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/218fbf0e_c25ec307 PS4, Line 26: const struct dev_entry devs_it8212[] = {
Can be `static` now?
Done
File nic3com.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/4bf1e651_9d192b39 PS4, Line 36: const struct dev_entry nics_3com[] = {
Can be `static` now?
Done
File nicintel.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/c1f1a379_04201650 PS4, Line 26: const struct dev_entry nics_intel[] = {
Can be `static` now?
Done
File nicintel_eeprom.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/d6456bb9_f0c37b70 PS4, Line 84: const struct dev_entry nics_intel_ee[] = {
Can be `static` now?
Done
File nicintel_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/adec7d21_9226ad18 PS4, Line 80: const struct dev_entry nics_intel_spi[] = {
Can be `static` now?
Done
File nicnatsemi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/d306993d_dd99d31f PS4, Line 30: const struct dev_entry nics_natsemi[] = {
Can be `static` now?
Done
File nicrealtek.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/df9b5205_a15807f6 PS4, Line 30: const struct dev_entry nics_realtek[] = {
Can be `static` now?
Done
File ogp_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/f3fac3d4_0e31ff21 PS4, Line 46: const struct dev_entry ogp_spi[] = {
Can be `static` now?
Done
File pickit2_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/f2520e6b_b9f60ec1 PS4, Line 49: const struct dev_entry devs_pickit2_spi[] = {
Can be `static` now?
Done
File raiden_debug_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/5a31cb3b_35e4cfc7 PS4, Line 352: const struct dev_entry devs_raiden[] = {
Can be `static` now?
Done
File satamv.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/6df06434_8d46a601 PS4, Line 28: const struct dev_entry satas_mv[] = {
Can be `static` now?
Done
File satasii.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/60967fd9_16495133 PS4, Line 29: const struct dev_entry satas_sii[] = {
Can be `static` now?
Done
File stlinkv3_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/80250276_9b85c4e6 PS4, Line 117: const struct dev_entry devs_stlinkv3_spi[] = {
Can be `static` now?
Done
File usbblaster_spi.c:
https://review.coreboot.org/c/flashrom/+/52946/comment/c3f1a23c_773706d9 PS4, Line 48: const struct dev_entry devs_usbblasterspi[] = {
Can be `static` now?
Done