Re: [PATCH v2 11/20] mcd: Implement memory space query

2025-05-19 Thread Mario Fleischmann
Thank you for taking the time to review this patch! On 19.05.2025 12:00, Manos Pitsidianakis wrote: > On Wed, 30 Apr 2025 08:27, Mario Fleischmann > wrote: >> Support three main memory space types: >> >> * Physical memory >> * Logical memory (MMU) >> * GDB Registers >> >> Use custom memory type

Re: [PATCH v2 11/20] mcd: Implement memory space query

2025-05-19 Thread Manos Pitsidianakis
On Wed, 30 Apr 2025 08:27, Mario Fleischmann wrote: >Support three main memory space types: > >* Physical memory >* Logical memory (MMU) >* GDB Registers > >Use custom memory type to mark memory spaces as secure > >V=1 QTEST_QEMU_BINARY="./qemu-system-arm -M virt,secure=on -cpu cortex-a15" >test

[PATCH v2 11/20] mcd: Implement memory space query

2025-04-29 Thread Mario Fleischmann
Support three main memory space types: * Physical memory * Logical memory (MMU) * GDB Registers Use custom memory type to mark memory spaces as secure V=1 QTEST_QEMU_BINARY="./qemu-system-arm -M virt,secure=on -cpu cortex-a15" tests/qtest/mcd-test Signed-off-by: Mario Fleischmann --- mcd/mcd