Re: [PATCH v3 06/16] x86: coreboot: Collect the address of the ACPI tables

2023-05-04 Thread Bin Meng
On Mon, Mar 27, 2023 at 12:16 PM Simon Glass wrote: > > At present any ACPI tables created by prior-stage firmware are ignored. > It is useful to be able to view these in U-Boot. > > Pick this up from the sysinfo tables and display it with the cbsysinfo > command. This allows the 'acpi list' comma

[PATCH v3 06/16] x86: coreboot: Collect the address of the ACPI tables

2023-03-26 Thread Simon Glass
At present any ACPI tables created by prior-stage firmware are ignored. It is useful to be able to view these in U-Boot. 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. Adjust the global_data c