| commit | f3113acc7b51a1707764f90c0d423e79b59b7543 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sat Feb 21 12:50:19 2026 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Sun Mar 22 09:47:02 2026 +0000 |
| tree | 4905c73004745c1c76d31f1b68db49b53b5d4ef0 | |
| parent | 4af02fe6355beb2ca7eac59a5c35856e1b4084d5 [diff] [blame] |
edi: Turn edi_chip_probe() into a bus probing function Let our common bus-probing infrastructure handle the ID comparison. This also makes the `flashchips' entry (KB9012) an actual chip entry that carries its identification. Change-Id: I9533ece2b1337281ea70cb2e3be7a74353a4a758 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/424
diff --git a/include/chipdrivers/probing.h b/include/chipdrivers/probing.h index 561d6ef..18eb347 100644 --- a/include/chipdrivers/probing.h +++ b/include/chipdrivers/probing.h
@@ -49,6 +49,7 @@ struct id_info { union { uint32_t manufacture; + uint32_t hwversion; uint32_t id1; }; union {