Add a basic CPU driver that retrieves information about the microblaze CPU
core. cpu_ops handlers are implemented so that the "cpu" command can work
properly:
U-Boot-mONStR> cpu list
0: cpu@0 MicroBlaze @ 50MHz, Rev: 11.0, FPGA family: zynq7000
U-Boot-mONStR> cpu detail
0: cpu@0 MicroBlaze @ 50MHz, Rev: 11.0, FPGA family: zynq7000
ID = 0, freq = 50 MHz: L1 cache, MMU
Note: cpu_ver_lookup[] and family_string_lookup[] arrays were imported from
linux.
Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Link: https://lore.kernel.org/r/20220531181435.3473549-14-ovpanait@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| at91_cpu.c | ||
| bmips_cpu.c | ||
| cpu-uclass.c | ||
| cpu_sandbox.c | ||
| imx8_cpu.c | ||
| microblaze_cpu.c | ||
| mpc83xx_cpu.c | ||
| mpc83xx_cpu.h | ||
| riscv_cpu.c | ||