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) --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2575fe1d..d78aff99 100644 --- a/meson.build +++ b/meson.build @@ -246,6 +246,7 @@ programmer = { 'board_enable.c', 'cbtable.c', 'internal.c', + 'internal_par.c', 'it87spi.c', 'sb600spi.c', 'superio.c', @@ -261,6 +262,7 @@ programmer = { 'cbtable.c', 'chipset_enable.c', 'internal.c', + 'internal_par.c', 'processor_enable.c', 'pcidev.c', 'known_boards.c', -- cgit v1.2.3