This series adds the station id of the BX-56A and allows to run the driver for all configurations of the BX-56A and BX-59A.
As the host bridge device id varies over the different configurations, we only depend on the pci vendor and station id. This has been tested on both the BX-56A and the BX-59A. changes since v1: - move caching of station id out of the driver into to the simatic interface - address other review comments changes since v2: - Add information about BX-56A to README - reorder the patch series Note: Please wait for somebody to do the final testing before merging this. Tobias Schaffner (3): w83627hf: Add station id of IPC BX-56A Cache simatic station id w83627hf: Solely depend on pci vendor and station id README.md | 2 +- drivers/utils/simatic.c | 11 ++++++++++- drivers/watchdog/w83627hf_wdt.c | 14 +++++--------- include/simatic.h | 1 + 4 files changed, 17 insertions(+), 11 deletions(-) -- 2.40.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20240516114709.631601-1-tobias.schaffner%40siemens.com.
