Re: [RFC PATCH v2 4/6] hw/acpi/aml-build: Add processor hierarchy node structure

2021-04-27 Thread wangyanan (Y)
Hi Drew, On 2021/4/27 21:37, Andrew Jones wrote: On Tue, Apr 13, 2021 at 04:07:43PM +0800, Yanan Wang wrote: Add a generic API to build Processor Hierarchy Node Structure(Type 0), which is strictly consistent with descriptions in ACPI 6.3: 5.2.29.1. This function will be used to build ACPI PPT

Re: [RFC PATCH v2 4/6] hw/acpi/aml-build: Add processor hierarchy node structure

2021-04-27 Thread Andrew Jones
On Tue, Apr 13, 2021 at 04:07:43PM +0800, Yanan Wang wrote: > Add a generic API to build Processor Hierarchy Node Structure(Type 0), > which is strictly consistent with descriptions in ACPI 6.3: 5.2.29.1. > > This function will be used to build ACPI PPTT table for cpu topology. > > Signed-off-by:

[RFC PATCH v2 4/6] hw/acpi/aml-build: Add processor hierarchy node structure

2021-04-13 Thread Yanan Wang
Add a generic API to build Processor Hierarchy Node Structure(Type 0), which is strictly consistent with descriptions in ACPI 6.3: 5.2.29.1. This function will be used to build ACPI PPTT table for cpu topology. Signed-off-by: Ying Fang Signed-off-by: Henglong Fan Signed-off-by: Yanan Wang ---