Re: [PATCH 06/15] sandbox: Add a way to show the sandbox memory-mapping

2024-10-29 Thread Simon Glass
Hi Ilias, On Tue, 29 Oct 2024 at 10:59, Ilias Apalodimas wrote: > > Hi Simon > > This seems completely unrelated to the series. > > Please send it as a separate patch I've moved the initial patches in this series to my queue in patchwork, for now. Regards, Simon > > Thanks > /Ilias > > On Mon

Re: [PATCH 06/15] sandbox: Add a way to show the sandbox memory-mapping

2024-10-29 Thread Ilias Apalodimas
Hi Simon This seems completely unrelated to the series. Please send it as a separate patch Thanks /Ilias On Mon, 28 Oct 2024 at 14:48, Simon Glass wrote: > > This is mostly hidden in the background, but it is sometimes useful to > look at it. Add a function to allow this. > > Signed-off-by: Si

[PATCH 06/15] sandbox: Add a way to show the sandbox memory-mapping

2024-10-28 Thread Simon Glass
This is mostly hidden in the background, but it is sometimes useful to look at it. Add a function to allow this. Signed-off-by: Simon Glass --- arch/sandbox/cpu/cpu.c | 13 + arch/sandbox/include/asm/cpu.h | 3 +++ cmd/sb.c | 11 +++ doc/usage/