u-boot/drivers/cpu
Sagar Shrikant Kadam b6b233ddb7 riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit
The conditional check to read "mmu-type" from the device tree
is not rightly handled due to which the cpu feature doesn't include
CPU_FEAT_MMU even if it's corresponding entry is present in the device
tree.

The initialization of cpu features is now taken care in cpu-uclass
driver, so no need to zero out cpu_freq in riscv_cpu driver and can be
removed.

Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
2020-07-01 15:01:27 +08:00
..
bmips_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
cpu_sandbox.c cpu: sandbox: support is_current 2020-05-03 15:45:49 +02:00
cpu-uclass.c uclass: cpu: fix to display proper CPU features 2020-07-01 15:01:27 +08:00
imx8_cpu.c cpu: imx8: use intended cpu-thermal device when getting temp value 2020-05-22 13:27:46 +02:00
Kconfig cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
Makefile imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c 2019-10-08 16:35:59 +02:00
mpc83xx_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit 2020-07-01 15:01:27 +08:00