u-boot-brain/arch/x86/cpu/apollolake
Wolfgang Wallner 2c64d11e32 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count
Use cpu_x86_get_count() to read the number of cores.

cpu_x86_get_count() reads the number of CPUs from the device tree.
Using this function we can support multiple Apollo Lake
variants, e.g.: E3940 (4 cores) and E3930 (2 cores).

This was tested on the E3940 and E3930 Apollo Lake variants.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-03-05 18:25:22 +08:00
..
cpu_common.c x86: apl: Add a CPU driver 2019-12-15 11:44:29 +08:00
cpu_spl.c x86: apl: Add SPL/TPL init 2019-12-15 11:44:29 +08:00
cpu.c x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count 2020-03-05 18:25:22 +08:00
fsp_m.c x86: apl: Add FSP support 2019-12-15 11:44:30 +08:00
fsp_s.c sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
hostbridge.c x86: apl: Add hostbridge driver 2019-12-15 11:44:27 +08:00
Kconfig x86: coral: Add I2C and TPM device-tree definitions 2020-02-07 22:46:35 +08:00
lpc.c x86: apl: Add LPC driver 2019-12-15 11:44:28 +08:00
Makefile x86: Move P2SB from Apollo Lake to a more generic location 2020-02-07 22:41:24 +08:00
pch.c x86: apl: Add PCH driver 2019-12-15 11:44:28 +08:00
pmc.c x86: apl: Avoid accessing the PCI bus before it is probed 2020-01-07 16:02:38 -07:00
punit.c x86: apl: Add PUNIT driver 2019-12-15 11:44:28 +08:00
spl.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
systemagent.c x86: apl: Add systemagent driver 2019-12-15 11:44:27 +08:00
uart.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00