Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-18 Thread Simon Glass
Hi Tom, On Sat, 18 Nov 2023 at 12:15, Tom Rini wrote: > > Splitting things in two again.. > > On Sat, Nov 18, 2023 at 10:10:17AM -0700, Simon Glass wrote: > > [snip] > > This is the bug report of trying to boot into U-Boot on arm64 with > > more than 3GB of memory. > > OK, so can we just please

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-18 Thread Tom Rini
Splitting things in two again.. On Sat, Nov 18, 2023 at 10:10:17AM -0700, Simon Glass wrote: [snip] > This is the bug report of trying to boot into U-Boot on arm64 with > more than 3GB of memory. OK, so can we just please fix this, for v2024.01, in a way that won't make things harder? Fixed

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-18 Thread Simon Glass
Hi Tom, On Fri, 3 Nov 2023 at 14:13, Tom Rini wrote: > > On Fri, Nov 03, 2023 at 01:38:59PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote: > > > > > > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > > On

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Heinrich Schuchardt
Am 3. November 2023 20:14:46 OEZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: >> >> >> >> Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : >> >Hi, >> > >> >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: >> >> >> >> [unfortunately I am

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 01:38:59PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote: > > > > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt > > > wrote: > > > > > >

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi Tom, On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote: > > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > > > > > > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > > > >Hi, > > >

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > Hi Heinrich, > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > > >Hi, > > > > > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > >> > > >>

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi Heinrich, On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > >Hi, > > > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > >> > >> [unfortunately I am not receiving email from the list at present] > >> > >> Hi Heinrich, >

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 11:12:40AM -0600, Simon Glass wrote: > Hi, > > On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > > > [unfortunately I am not receiving email from the list at present] > > > > Hi Heinrich, > > > > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt > > wrote: > > > > >

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Heinrich Schuchardt
Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : >Hi, > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: >> >> [unfortunately I am not receiving email from the list at present] >> >> Hi Heinrich, >> >> On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: >> > >> > On 10/25/23

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi, On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > [unfortunately I am not receiving email from the list at present] > > Hi Heinrich, > > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: > > > > On 10/25/23 04:49, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Tue, 24 Oct

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-28 Thread Tom Rini
On Sun, Oct 29, 2023 at 07:41:27AM +1300, Simon Glass wrote: > [unfortunately I am not receiving email from the list at present] > > Hi Heinrich, > > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: > > > > On 10/25/23 04:49, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Tue, 24

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-28 Thread Simon Glass
[unfortunately I am not receiving email from the list at present] Hi Heinrich, On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: > > On 10/25/23 04:49, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 24 Oct 2023 at 18:22, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> Am 25.

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-25 Thread Heinrich Schuchardt
On 10/25/23 04:49, Simon Glass wrote: Hi Heinrich, On Tue, 24 Oct 2023 at 18:22, Heinrich Schuchardt wrote: Am 25. Oktober 2023 01:31:19 MESZ schrieb Simon Glass : U-Boot typically sets up its malloc() pool near the top of memory. On ARM64 systems this can result in an SMBIOS table above

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-24 Thread Simon Glass
Hi Heinrich, On Tue, 24 Oct 2023 at 18:22, Heinrich Schuchardt wrote: > > > > Am 25. Oktober 2023 01:31:19 MESZ schrieb Simon Glass : > >U-Boot typically sets up its malloc() pool near the top of memory. On > >ARM64 systems this can result in an SMBIOS table above 4GB which is > >not supported

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-24 Thread Heinrich Schuchardt
Am 25. Oktober 2023 01:31:19 MESZ schrieb Simon Glass : >U-Boot typically sets up its malloc() pool near the top of memory. On >ARM64 systems this can result in an SMBIOS table above 4GB which is >not supported by SMBIOSv2. > >Work around this problem by providing a new option to choose an

[PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-10-24 Thread Simon Glass
U-Boot typically sets up its malloc() pool near the top of memory. On ARM64 systems this can result in an SMBIOS table above 4GB which is not supported by SMBIOSv2. Work around this problem by providing a new option to choose an address below 4GB (but as high as possible), if needed.