Hi, I'm about to start hacking on support for multiple targets per TAP. Specifically this is for Cortex-A9, where a single TAP (ADIv5 DAP) exposes several cores. The problem is that each core is a separate target, but they need to share DAP data (struct adiv5_dap). Currently, "struct adiv5_dap" is embedded in "struct armv7a_common".
My current thinking is to create something like "arch_info" in struct target, but for struct jtag_tap. What problems are there with this approach? Suggestions for a better one? Thanks, -- Aaron _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development