Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-11-01 Thread Raymond Mao
Hi Heinrich, On Fri, 1 Nov 2024 at 02:16, Heinrich Schuchardt wrote: > > > Am 29. Oktober 2024 16:45:44 MEZ schrieb Simon Glass : > >On Mon, 28 Oct 2024 at 21:00, Raymond Mao wrote: > >> > >> Hi Simon, > >> > >> On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: > >>> > >>> Hi Raymond, > >>> > >

Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-31 Thread Heinrich Schuchardt
Am 29. Oktober 2024 16:45:44 MEZ schrieb Simon Glass : >On Mon, 28 Oct 2024 at 21:00, Raymond Mao wrote: >> >> Hi Simon, >> >> On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: >>> >>> Hi Raymond, >>> >>> On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: >>> > >>> > Add common smbios informatio

Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-31 Thread Heinrich Schuchardt
Am 29. Oktober 2024 16:45:44 MEZ schrieb Simon Glass : >On Mon, 28 Oct 2024 at 21:00, Raymond Mao wrote: >> >> Hi Simon, >> >> On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: >>> >>> Hi Raymond, >>> >>> On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: >>> > >>> > Add common smbios informatio

Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-29 Thread Simon Glass
On Mon, 28 Oct 2024 at 21:00, Raymond Mao wrote: > > Hi Simon, > > On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: >> >> Hi Raymond, >> >> On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: >> > >> > Add common smbios information that can be used by all armv8 >> > platforms and set it as default

Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-28 Thread Raymond Mao
Hi Simon, On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: > Hi Raymond, > > On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: > > > > Add common smbios information that can be used by all armv8 > > platforms and set it as default for qemu-arm64. > > From now smbios library can load values from

Re: [PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-28 Thread Simon Glass
Hi Raymond, On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: > > Add common smbios information that can be used by all armv8 > platforms and set it as default for qemu-arm64. > From now smbios library can load values from here for those fields > doesn't exist in the sysinfo driver. > > To run thi

[PATCH v2 6/8] armv8: Add generic smbios information into the device tree

2024-10-22 Thread Raymond Mao
Add common smbios information that can be used by all armv8 platforms and set it as default for qemu-arm64. >From now smbios library can load values from here for those fields doesn't exist in the sysinfo driver. To run this with QEMU arm64, please dump the generated DTB from QEMU first, merge it