Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-07-04 Thread Simon Glass
Hi Heinrich, On Sat, 15 May 2021 at 09:33, Heinrich Schuchardt wrote: > > On 5/15/21 5:19 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 14 May 2021 at 18:34, Heinrich Schuchardt > > wrote: > >> > >> Am 14. Mai 2021 22:44:32 MESZ schrieb Simon Glass : > >>> Hi Heinrich, > >>> > >>> On

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-15 Thread Simon Glass
Hi Heinrich, On Sat, 15 May 2021 at 09:33, Heinrich Schuchardt wrote: > > On 5/15/21 5:19 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 14 May 2021 at 18:34, Heinrich Schuchardt > > wrote: > >> > >> Am 14. Mai 2021 22:44:32 MESZ schrieb Simon Glass : > >>> Hi Heinrich, > >>> > >>> On

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-15 Thread Heinrich Schuchardt
On 5/15/21 5:19 PM, Simon Glass wrote: Hi Heinrich, On Fri, 14 May 2021 at 18:34, Heinrich Schuchardt wrote: Am 14. Mai 2021 22:44:32 MESZ schrieb Simon Glass : Hi Heinrich, On Fri, 14 May 2021 at 00:11, Heinrich Schuchardt wrote: On 5/14/21 1:56 AM, Simon Glass wrote: Hi Heinrich, On

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-15 Thread Simon Glass
Hi Heinrich, On Fri, 14 May 2021 at 18:34, Heinrich Schuchardt wrote: > > Am 14. Mai 2021 22:44:32 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Fri, 14 May 2021 at 00:11, Heinrich Schuchardt > >wrote: > >> > >> On 5/14/21 1:56 AM, Simon Glass wrote: > >> > Hi Heinrich, > >> > > >> > On T

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-14 Thread Heinrich Schuchardt
Am 14. Mai 2021 22:44:32 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 14 May 2021 at 00:11, Heinrich Schuchardt >wrote: >> >> On 5/14/21 1:56 AM, Simon Glass wrote: >> > Hi Heinrich, >> > >> > On Thu, 13 May 2021 at 08:53, Heinrich Schuchardt > wrote: >> >> >> >> On 5/13/21 4:36 PM, Simon G

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-14 Thread Simon Glass
Hi Heinrich, On Fri, 14 May 2021 at 00:11, Heinrich Schuchardt wrote: > > On 5/14/21 1:56 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Thu, 13 May 2021 at 08:53, Heinrich Schuchardt > > wrote: > >> > >> On 5/13/21 4:36 PM, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Wed, 12 May 2

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-13 Thread Heinrich Schuchardt
On 5/14/21 1:56 AM, Simon Glass wrote: Hi Heinrich, On Thu, 13 May 2021 at 08:53, Heinrich Schuchardt wrote: On 5/13/21 4:36 PM, Simon Glass wrote: Hi Heinrich, On Wed, 12 May 2021 at 15:28, Heinrich Schuchardt wrote: Am 12. Mai 2021 18:01:17 MESZ schrieb Simon Glass : Hi Heinrich, On

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-13 Thread Simon Glass
Hi Heinrich, On Thu, 13 May 2021 at 08:53, Heinrich Schuchardt wrote: > > On 5/13/21 4:36 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 12 May 2021 at 15:28, Heinrich Schuchardt > > wrote: > >> > >> Am 12. Mai 2021 18:01:17 MESZ schrieb Simon Glass : > >>> Hi Heinrich, > >>> > >>> On

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-13 Thread Heinrich Schuchardt
On 5/13/21 4:36 PM, Simon Glass wrote: Hi Heinrich, On Wed, 12 May 2021 at 15:28, Heinrich Schuchardt wrote: Am 12. Mai 2021 18:01:17 MESZ schrieb Simon Glass : Hi Heinrich, On Tue, 11 May 2021 at 13:03, Heinrich Schuchardt wrote: Addresses in state->ram_buf must be in the low 4 GiB of t

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-13 Thread Simon Glass
Hi Heinrich, On Wed, 12 May 2021 at 15:28, Heinrich Schuchardt wrote: > > Am 12. Mai 2021 18:01:17 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Tue, 11 May 2021 at 13:03, Heinrich Schuchardt > >wrote: > >> > >> Addresses in state->ram_buf must be in the low 4 GiB of the address > >space.

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-12 Thread Heinrich Schuchardt
Am 12. Mai 2021 18:01:17 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Tue, 11 May 2021 at 13:03, Heinrich Schuchardt >wrote: >> >> Addresses in state->ram_buf must be in the low 4 GiB of the address >space. >> Otherwise we cannot correctly fill SMBIOS tables. This shows up in >warnings >> like:

Re: [PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-12 Thread Simon Glass
Hi Heinrich, On Tue, 11 May 2021 at 13:03, Heinrich Schuchardt wrote: > > Addresses in state->ram_buf must be in the low 4 GiB of the address space. > Otherwise we cannot correctly fill SMBIOS tables. This shows up in warnings > like: > > WARNING: SMBIOS table_address overflow 7f752735e020 T

[PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory

2021-05-11 Thread Heinrich Schuchardt
Addresses in state->ram_buf must be in the low 4 GiB of the address space. Otherwise we cannot correctly fill SMBIOS tables. This shows up in warnings like: WARNING: SMBIOS table_address overflow 7f752735e020 Ensure that state->ram_buf is initialized by the first invocation of os_malloc(). S