Re: [PATCH 0/2] x86: apl: Add support for different number of cores

2020-02-28 Thread Bin Meng
On Tue, Feb 25, 2020 at 8:19 PM Wolfgang Wallner wrote: > > > Currently the Apollo Lake implementation of cpu_ops.get_count returns > a hardcoded value of 4. > > The function cpu_x86_get_count() provides a more generic implementation > that reads the number of cores from device tree. But this

[PATCH 0/2] x86: apl: Add support for different number of cores

2020-02-25 Thread Wolfgang Wallner
Currently the Apollo Lake implementation of cpu_ops.get_count returns a hardcoded value of 4. The function cpu_x86_get_count() provides a more generic implementation that reads the number of cores from device tree. But this function is currently static. This series: - makes