Re: [PATCH v5 37/46] x86: Record the start and end of the tables

2023-07-17 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote: > > The ACPI tables are special in that they are passed to EFI as a separate > piece, independent of other tables. > > Also they can be spread over two areas of memory, e.g. with QEMU we end > up with tables kept in high memory as well. > > Add n

[PATCH v5 37/46] x86: Record the start and end of the tables

2023-07-15 Thread Simon Glass
The ACPI tables are special in that they are passed to EFI as a separate piece, independent of other tables. Also they can be spread over two areas of memory, e.g. with QEMU we end up with tables kept in high memory as well. Add new global_data fields to hold this information and update the bdinf