Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-20 Thread Mario Fleischmann
On 20.05.2025 09:36, Markus Armbruster wrote: > Mario Fleischmann writes: > >> This patch series introduces support for the Multi-Core Debug (MCD) API, a >> commonly used debug interface by emulators. The MCD API, defined through a >> header file, consists of 54 functions for implementing debug

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-20 Thread Markus Armbruster
Mario Fleischmann writes: > This patch series introduces support for the Multi-Core Debug (MCD) API, a > commonly used debug interface by emulators. The MCD API, defined through a > header file, consists of 54 functions for implementing debug and trace. > However, since it is a header-file-only i

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-14 Thread Mario Fleischmann
On 08.05.2025 13:38, Markus Armbruster wrote: > Mario Fleischmann writes: > >> This patch series introduces support for the Multi-Core Debug (MCD) API, a >> commonly used debug interface by emulators. The MCD API, defined through a >> header file, consists of 54 functions for implementing debug

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-08 Thread Markus Armbruster
Mario Fleischmann writes: > This patch series introduces support for the Multi-Core Debug (MCD) API, a > commonly used debug interface by emulators. The MCD API, defined through a > header file, consists of 54 functions for implementing debug and trace. > However, since it is a header-file-only i

[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-04-29 Thread Mario Fleischmann
This patch series introduces support for the Multi-Core Debug (MCD) API, a commonly used debug interface by emulators. The MCD API, defined through a header file, consists of 54 functions for implementing debug and trace. However, since it is a header-file-only interface, MCD does not specify a com