Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-05-09 Thread Simon Glass
Hi Bin, On Mon, 8 May 2023 at 22:17, Bin Meng wrote: > > Hi Simon, > > On Tue, May 9, 2023 at 5:23 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Sat, 6 May 2023 at 00:05, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote: > > > > > > > > Hi

Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-05-08 Thread Bin Meng
Hi Simon, On Tue, May 9, 2023 at 5:23 AM Simon Glass wrote: > > Hi Bin, > > On Sat, 6 May 2023 at 00:05, Bin Meng wrote: > > > > Hi Simon, > > > > On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote: > > > > > > > >

Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-05-08 Thread Simon Glass
Hi Bin, On Sat, 6 May 2023 at 00:05, Bin Meng wrote: > > Hi Simon, > > On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > > > > > > >

Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-05-06 Thread Bin Meng
Hi Simon, On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote: > > Hi Bin, > > On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote: > > > > Hi Simon, > > > > On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > > > > > Pick this up from the sysinfo tables and display it with the cbsysinfo > > >

Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-03-23 Thread Simon Glass
Hi Bin, On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote: > > Hi Simon, > > On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > > > Pick this up from the sysinfo tables and display it with the cbsysinfo > > command. This allows the 'acpi list' command to work when booting from > > coreboot. > >

Re: [PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-03-20 Thread Bin Meng
Hi Simon, On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > Pick this up from the sysinfo tables and display it with the cbsysinfo > command. This allows the 'acpi list' command to work when booting from > coreboot. > > Signed-off-by: Simon Glass > --- > >

[PATCH 05/13] x86: coreboot: Collect the address of the ACPI tables

2023-02-20 Thread Simon Glass
Pick this up from the sysinfo tables and display it with the cbsysinfo command. This allows the 'acpi list' command to work when booting from coreboot. Signed-off-by: Simon Glass --- arch/x86/include/asm/cb_sysinfo.h | 2 ++ arch/x86/include/asm/coreboot_tables.h | 2 ++