Re: [PATCH 1/9] sandbox: efi_loader: Correct use of addresses as pointers

2024-11-05 Thread Simon Glass
Hi Heinrich, On Mon, 4 Nov 2024 at 13:37, Heinrich Schuchardt wrote: > > > > Am 4. November 2024 14:39:45 MEZ schrieb Simon Glass : > >The cache-flush function is incorrect which causes a crash in the > >remoteproc tests with arm64. > > > >Fix both problems by using map_sysmem() to convert an add

Re: [PATCH 1/9] sandbox: efi_loader: Correct use of addresses as pointers

2024-11-04 Thread Heinrich Schuchardt
Am 4. November 2024 14:39:45 MEZ schrieb Simon Glass : >The cache-flush function is incorrect which causes a crash in the >remoteproc tests with arm64. > >Fix both problems by using map_sysmem() to convert an address to a >pointer and map_to_sysmem() to convert a pointer to an address. > >Also u