From 7c3fa6d5cd94dd90eeff2b55a510e26d18393674 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 12 Jan 2023 13:51:24 +1100 Subject: internal: Move parallel logic into internal_par implementation The parallel internal programmer is its own implementation. Move it and call into it from the top-level internal.c programmer implementation. Change-Id: Idabeceb59a36680f5fbb45d3ee4bd5dbf837373b Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/71834 Reviewed-by: Anastasia Klimchuk Reviewed-by: Thomas Heijligen Tested-by: build bot (Jenkins) --- include/programmer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/programmer.h b/include/programmer.h index db32b2c3..2a4ca765 100644 --- a/include/programmer.h +++ b/include/programmer.h @@ -387,7 +387,8 @@ static inline int try_mtd(const struct programmer_cfg *cfg) /* mcp6x_spi.c */ int mcp6x_spi_init(int want_spi); - +/* internal_par.c */ +void internal_par_init(enum chipbustype buses); /* sb600spi.c */ int sb600_probe_spi(const struct programmer_cfg *cfg, struct pci_dev *dev); -- cgit v1.2.3